[ 3 / biz / cgl / ck / diy / fa / ic / jp / lit / sci / vr / vt ] [ index / top / reports ] [ become a patron ] [ status ]
2023-11: Warosu is now out of extended maintenance.

/vr/ - Retro Games

Search:


View post   

>> No.2815046 [View]
File: 66 KB, 388x372, 20140720141546.jpg [View same] [iqdb] [saucenao] [google]
2815046

>>2814969
Not sure if it can be done with Vanilla or Boom compatible WADs, but ZDoom UDMF maps can.
Set the linedef with the trigger that changes the music to Special #80 (ACS_Execute) and give it a script number xx.
Then write an ACS script like this:

Script xx (void)
{
SetMusic("MIDINAME", 0);
// the 0 only needs to be changed for multitrack tracker modules
}

Here is an example WAD I whipped up for you real quick in SLADE:
http://www.tempsend.com/087A347346

Navigation
View posts[+24][+48][+96]