// // Our collection of ambient sounds for this map (maximum 10) // section [AMBIENT] { SewerAmb4 SewerAmb5 SewerAmb6 } // // 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] { LetsGo, 5 GottaSecret, 5 StillDisappointed, 5 } // Action music (Rage and Action) // section [ACTIONMUSIC] { } // // Boss Music (THis is not a boss level, so is ignored. But for the sake of examplification) // section [BOSSMUSIC] { LikeAPsycho, 10 } section [PRELOAD] { RatScream1, 1 RatDeath1, 1 BossBloodSplat, 1 RatStep1, 1 RatStep2, 1 FireArse, 1 } // // // section [EOF]