// // Our collection of ambient sounds for this map (maximum 10) // section [AMBIENT] { AsyAmb2 AsyAmb3 AsyAmb6 AsyAmb7 AsyAmb9 AsyAmb10 } // // Filename for ambient loop // section [AMBIENTLOOP] { BackEditL } // // second parameter can either be : anim, or damage // section [PRIM] { "ASYLUM_MANHOLE.BLD", anim, { Cover1 | Cover2 } "HOLE COVER.BLD" , anim, { Cover1 | Cover2 } "IRON MAIDEN.BLD" , anim, { DoorBurst } } // // Music files // section [MUSIC] { Incidental2, 5 Incidental3, 5 Incidental5, 5 Incidental1, 5 } // // Action music (Rage and Action) // section [ACTIONMUSIC] { LikeAPsycho, 5 VampiresVox, 5 JustNotTrue, 5 } // // Boss Music (THis is not a boss level, so is ignored. But for the sake of examplification) // section [BOSSMUSIC] { LikeAPsycho, 5 } section [PRELOAD] { SmashStatue2.wav ,1 Cover1.wav , 1 Cover2.wav ,1 DoorBurst.wav ,1 ElecLoop, 1 } // // // section [EOF]