home *** CD-ROM | disk | FTP | other *** search
/ Total Meltdown / dukenukemtotalmeltdown.img / sounds / docs / duke_snd.txt < prev    next >
Text File  |  1996-07-21  |  24KB  |  420 lines

  1.  
  2.  
  3. // Music will not play if the .MID file excedes 72000 bytes.
  4.  
  5. // If you are an owner of a Gravis Ultrasound and wish to change the
  6. // MIDI files, you may want to delete the ULTRAMID.INI file that we
  7. // supply since it does not contain a full General MIDI patch set.
  8. // Deleting the ULTRAMID.INI will cause the game to use the file found
  9. // in your Ultrasound directory.  Remember to keep a backup of ours,
  10. // or the music might not sound as good!
  11.  
  12. // Music for title and end
  13. music 0 GRABBAG.MID ITSGREEN.MID
  14.  
  15. // Music for the individual levels
  16. music 1 stalker.mid dethtoll.mid streets.mid watrwld1.mid snake1.mid
  17.         thecall.mid ahgeez.mid dethtoll.mid streets.mid watrwld1.mid snake1.mid
  18.  
  19. music 2 futurmil.mid storm.mid gutwrnch.mid robocrep.mid stalag.mid 
  20.        pizzed.mid alienz.mid xplasma.mid alfredh.mid gloomy.mid intents.mid
  21.  
  22. music 3 inhiding.mid FATCMDR.mid NAMES.MID subway.mid invader.mid gotham.mid
  23.         233c.mid lordofla.mid urban.mid spook.mid whomp.mid
  24.  
  25. /*
  26. --------------------------------------------------------------------------------
  27. ABOUT CHANGING SOUND FX
  28.  
  29. ■ Duke may have up to 348 different sounds, currently there
  30.   are aprox. 254 slots used.
  31.  
  32. The sound fx section follows this explanation.  
  33.  
  34. 1. The program expects to find any sound file that is in a
  35.    .VOC or .WAV file format.
  36. 2. You can either change the VOC name listed below to match your new
  37.    sound, or you can rename your file to match the name here.
  38. 3. New sound files should be added to the game directory.  Though
  39.    all sound files shipped with the game are included inside the 
  40.    .GRP file, the program will know if there are sound files outside
  41.    the .GRP file, and will use them instead.
  42. 4. The numbers that are to the right of the sound file name are technical
  43.    parameters which will not be explained here, except as follows...
  44.    - The first 2 numbers define a random pitch variation range.  They
  45.      can be positive or negative numbers.
  46.    - The 3rd number is a priority flag.
  47.    - The 4th number is a bit parsed set of technical variables that identify
  48.      the type of sound it is in the game.
  49.    - The 5th number is volume adjustment.
  50.  
  51. --------------------------------------------------------------------------------
  52. */
  53.  
  54. // *****************************************
  55. //      ACTOR SOUNDS
  56. // *****************************************
  57.  
  58. // Predator Trooper
  59. definesound PRED_ROAM     roam06.voc          0   0   3  0   0
  60. definesound PRED_ROAM2    roam58.voc          0   0   3  0   0
  61. definesound PRED_RECOG    predrg.voc          0   0   3  0   0
  62. definesound PRED_ATTACK   gblasr01.voc      256  256  3  0   7680
  63. definesound PRED_PAIN     predpn.voc          200 500 3  0   0
  64. definesound PRED_DYING    preddy.voc          0   400 3  0   0
  65. definesound LIZARD_BEG    chokn12.voc         0   0   3  0   0
  66.                                              
  67. // Lizard Captain                                                                       
  68. definesound CAPT_ROAM     predrm.voc          0  200  3   0   0
  69. definesound CAPT_RECOG    predrg.voc        -400  0   3   0   0
  70. definesound CAPT_ATTACK   chaingun.voc      0     0    3   0   -200
  71. definesound CAPT_PAIN     predpn.voc        -200  100 3   0   0
  72. definesound CAPT_DYING    preddy.voc        -200  100 3   0   0
  73. definesound LIZARD_SPIT   lizspit.voc         0   0   0   0   0
  74.  
  75. // Pig Cop
  76. definesound PIG_ROAM      roam29.voc           -200 400   3   0   0
  77. definesound PIG_ROAM2     roam67.voc           -200 400   3   0   0
  78. definesound PIG_ROAM3     pigrm.voc            -200 400   3   0   0
  79. definesound PIG_RECOG     pigrg.voc           -200 400   3   0   0
  80. definesound PIG_ATTACK    shotgun7.voc        -256  256  4   0   0
  81. definesound PIG_PAIN      pigpn.voc            100 800   3   0   0
  82. definesound PIG_DYING     pigdy.voc           -800 100   3   0   0
  83. definesound PIG_CAPTURE_DUKE !pig.voc           0   0   255 8   0
  84.  
  85. // Recon car
  86. definesound RECO_ROAM     jetpaki.voc            0   0   3   0   0
  87. definesound RECO_RECOG    pigrg.voc              0   0   3   0   0
  88. definesound RECO_ATTACK   gblasr01.voc         256  256  3  0   7680
  89. definesound RECO_PAIN     pigpn.voc              0   0   3   0   0
  90. definesound RECO_DYING    pigdy.voc              0   0   3   0   0
  91.  
  92. // Drone drone
  93. definesound DRON_ROAM     snakrm.voc             0   0   3   0   0
  94. definesound DRON_RECOG    snakrg.voc             0   0   3   0   0
  95. definesound DRON_ATTACK1  snakatA.voc            0   0   3   0   0
  96. definesound DRON_ATTACK2  snakatB.voc            0   0   3   0   0
  97. definesound DRON_PAIN     snakpn.voc             0   0   3   0   0
  98. definesound DRON_DYING    snakdy.voc             0   0   3   0   0
  99. definesound DRON_JETSND   ENGHUM.VOC             1300 1300 0   0   0
  100.  
  101.  
  102. // Fat Commander
  103. definesound COMM_ROAM     commrm.voc             0   0   3   0   0
  104. definesound COMM_RECOG    commrg.voc             0   0   3   0   0
  105. definesound COMM_ATTACK   commat.voc             0   0   3   0   0
  106. definesound COMM_PAIN     commpn.voc             0   0   3   0   0
  107. definesound COMM_DYING    commdy.voc             0   0   3   0   0
  108. definesound COMM_SPIN     commsp.voc             0   0   3   0   0
  109.  
  110. // Octabrain
  111. definesound OCTA_ROAM     octarm.voc          -200   0    3   0   0
  112. definesound OCTA_RECOG    octarg.voc             0   0    3   0   0
  113. definesound OCTA_ATTACK1  octaat1.voc            0   0    3   0   0
  114. definesound OCTA_ATTACK2  octaat2.voc            0   600  3   0   0
  115. definesound OCTA_PAIN     octapn.voc          -400   0    3   0   0
  116. definesound OCTA_DYING    octady.voc          -400   -100 3   0   0
  117. definesound WIERDSHOT_FLY octaat1.voc            0   0    3   0   0
  118.  
  119. // Organic turret
  120. definesound TURR_ROAM     turrrm.voc             0   0   3   0   0
  121. definesound TURR_RECOG    turrrg.voc             0   0   3   0   0
  122. definesound TURR_ATTACK   turrat.voc             0   0   3   0   0
  123. definesound TURR_PAIN     turrpn.voc             0   0   3   0   0
  124. definesound TURR_DYING    turrdy.voc             0   0   3   0   0
  125.  
  126. // Green slimer
  127. definesound SLIM_HATCH    slhtch01.voc             0   0   3   0   0
  128. definesound SLIM_ROAM     sliroa02.voc             0   0   3   0   0
  129. definesound SLIM_RECOG    slirec06.voc             0   0   3   0   0
  130. definesound SLIM_ATTACK   slimat.voc             0   0   3   0   0
  131. // definesound SLIM_PAIN     slimpn.voc             0   0   3   0   0
  132. definesound SLIM_DYING    slidie03.voc             0   0   3   0   0
  133.  
  134. // BOSS2
  135. definesound BOS2_ROAM     b2atk01.voc             0   0   3   0   0
  136. definesound BOS2_RECOG    b2rec03.voc             0   0   3   0   0
  137. definesound BOS2_ATTACK   b2atk02.voc             0   0   3   0   0
  138. definesound BOS2_PAIN     b2pain03.voc             0   0   3   0   0
  139. definesound BOS2_DYING    b2die03.voc             0   0   3   0   0
  140.  
  141. // BOSS3                                                                                
  142. definesound BOS3_ROAM     b3roam01.voc             0   0   3   0   0
  143. definesound BOS3_RECOG    b3pain04.voc             0   0   3   0   0
  144. definesound BOS3_ATTACK1  b3atk01.voc             0   0   3   0   0
  145. definesound BOS3_ATTACK2  b3atk01.voc             0   0   3   0   0
  146. definesound BOS3_PAIN     b3rec03g.voc             0   0   3   0   0
  147. definesound BOS3_DYING    b3die03g.voc             0   0   3   0   0
  148.  
  149.  
  150. // BOSS1                                                                                
  151. definesound BOS1_ROAM     bos1rm.voc             0   0   3   0   0
  152. definesound BOS1_RECOG    bos1rg.voc             0   0   5   0   0
  153. definesound BOS1_ATTACK1  chaingun.voc           0   0   3   0   0
  154. definesound BOS1_ATTACK2  rpgfire.voc            0   0   3   0   0
  155. definesound BOS1_PAIN     bos1pn.voc             0   0   3   0   0
  156. definesound BOS1_DYING    bos1dy.voc             0   0   3   0   0
  157. definesound BOS1_WALK     thud.voc               0   0   3   0   0
  158.  
  159.  
  160. // *************
  161. // WEAPON SOUNDS                                                                        
  162. // *************
  163. definesound KICK_HIT            kickhit.voc       0     0     4   0   0
  164. definesound PISTOL_RICOCHET     ricochet.voc      0     0     0   0 4096
  165. definesound PISTOL_BODYHIT      bulithit.voc      0     0     0   0   0
  166. definesound PISTOL_FIRE         pistol.voc      -64     0   254   0   0
  167. definesound EJECT_CLIP          clipout.voc       0     0     3   0   0
  168. definesound INSERT_CLIP         clipin.voc        512   512   3   0   0
  169. definesound CHAINGUN_FIRE       chaingun.voc     -204 -204  254   0   512
  170. definesound SHOTGUN_FIRE        shotgun7.voc      0    512    254 0   0
  171. definesound SHOTGUN_COCK        shotgnck.voc      96    192   3   0   0
  172. definesound RPG_SHOOT           rpgfire.voc       -32   0     4   0   0
  173. definesound FLY_BY              flyby.voc         -256  256   3   0   0
  174. definesound RPG_EXPLODE         bombexpl.voc      -1024 1024  254 0   0
  175. definesound CAT_FIRE            catfire.voc       512   768   4   0   0
  176. definesound SHRINKER_FIRE       shrinker.voc      -512  0     4   0   0
  177. definesound ACTOR_SHRINKING     shrink.voc        0     0     2   0   0
  178. definesound PIPEBOMB_BOUNCE     pbombbnc.voc      0     0     2   0 6144
  179. definesound PIPEBOMB_EXPLODE    bombexpl.voc  -512      0     128 0   0
  180. definesound LASERTRIP_ONWALL    lsrbmbpt.voc      0     0     3   0   0
  181. definesound LASERTRIP_ARMING    lsrbmbwn.voc      0     0     3   0   0
  182. definesound LASERTRIP_EXPLODE   bombexpl.voc  -512      0     4   0   0
  183. definesound NITEVISION_ONOFF    goggle12.voc      0     0     0   0   0
  184. definesound SELECT_WEAPON       WPNSEL21.VOC      128   128   3   0   0
  185.  
  186. // Affect Environment Sounds                                                            
  187. definesound VENT_BUST           ventbust.voc      -32   32 2  0  0
  188. definesound GLASS_BREAKING      glass.voc         -412  0  3  0  8192
  189. definesound GLASS_HEAVYBREAK    glashevy.voc      -412  0  3  0  8192
  190. definesound SHORT_CIRCUIT       shorted.voc       0 0 0 0 6500
  191. definesound ITEM_SPLASH         splash.voc        0 0 2 0 0
  192. definesound BONUSMUSIC          bonus.voc         0 0 255 1 0
  193.  
  194. // Duke's Body Sounds                                                                   
  195. definesound DUKE_BREATHING      hlminhal.voc       0   0   255 4   0
  196. definesound DUKE_EXHALING       hlmexhal.voc       0   0   255 4   0
  197. definesound DUKE_GASP           gasp.voc           0   0   255 4   0
  198. definesound DUKE_URINATE        pissing.voc        0   0   4   0   0
  199. definesound DUKE_CRACK2         COMEON02.voc       0   0   255 4   0
  200. definesound DUKE_CRACK          WAITIN03.voc       0   0   255 4   0
  201. definesound DUKE_TALKTOBOSSFALL DIESOB03.voc       0   0   255 12  0
  202. definesound DUKE_CRACK_FIRST    knuckle.voc        0   0   3   0   0
  203. definesound DUKE_GET            getitm19.voc     -64  64   255 0   0
  204. definesound DUKE_GETWEAPON1     cool01.voc         0   0   255 4   0
  205. definesound DUKE_GETWEAPON2     getsom1a.voc       0   0   255 4   0
  206. definesound DUKE_GETWEAPON3     groovy02.voc       0   0   255 4   0
  207. definesound DUKE_GETWEAPON4     wansom4a.voc       0   0   255 4   0
  208. definesound JIBBED_ACTOR13      LETGOD01.VOC       0   0   255 4   0
  209. definesound DUKE_GETWEAPON6     HAIL01.VOC         0   0   255 4   0
  210. definesound DUKE_GOTHEALTHATLOW needed03.voc       0   0   255 4   0
  211.  
  212. definesound DUKE_SEARCH         pain87.VOC       0   0   2   4     0
  213. definesound DUKE_SEARCH2        whrsit05.voc       0   0   255 4   0
  214. definesound DUKE_LONGTERM_PAIN  gasps07.voc     -192   0   255 4   0
  215. definesound DUKE_LONGTERM_PAIN2 dscrem15.voc      0   0   255 4   0
  216. definesound DUKE_LONGTERM_PAIN3 dscrem16.voc      0   0   255 4   0
  217. definesound DUKE_LONGTERM_PAIN4 dscrem17.voc      0   0   255 4   0
  218. definesound DUKE_LONGTERM_PAIN5 pain54.voc        0   0   255 4   0
  219. definesound DUKE_LONGTERM_PAIN6 pain75.voc        0   0   255 4   0
  220. definesound DUKE_LONGTERM_PAIN7 pain93.voc        0   0   255 4   0
  221. definesound DUKE_LONGTERM_PAIN8 pain68.voc        0   0   255 4   0
  222.  
  223. definesound DUKE_PISSRELIEF     ahmuch03.voc       0   0   255 4   0
  224.  
  225. // Duke Health Sounds
  226. definesound SOMETHINGHITFORCE   teleport.voc       0   0    2   0   8192
  227. definesound DUKE_DRINKING       drink18.voc     -128 128   2   4   0
  228. definesound DUKE_KILLED1        damn03.voc         0   0   255 12  0
  229. definesound DUKE_KILLED2        damnit04.voc       0   0   255 12  0
  230. definesound DUKE_KILLED3        thsuk13a.voc       0   0   255 12  0
  231. definesound DUKE_KILLED4        dscrem18.voc       0   0   255 4   0
  232. definesound DUKE_KILLED5        pisses01.voc       0   0   255 12  0
  233. definesound DUKE_GRUNT          exert.voc          0   0   2   4   0
  234. definesound DUKE_DEAD           DMDEATH.VOC      -64  64   255 4  0
  235. definesound DUKE_HARTBEAT       hartbeat.voc       0   0   0   0   0
  236. definesound DUKE_STEPONFECES    happen01.voc       0   0   0   12  0
  237.  
  238. // Duke Movement Sounds                                                                 
  239. definesound DUKE_ONWATER        wetfeet.voc        0   0    4   0   0
  240. definesound DUKE_LAND           land02.voc         0   0    2   0   0
  241. definesound DUKE_LAND_HURT      pain39.voc         0   0    255 4   0
  242. definesound DUKE_WALKINDUCTS    ductwlk.voc      -64   128  2   0   0
  243. definesound DUKE_LOOKINTOMIRROR   lookin01.voc       0   0    255 12  0
  244.  
  245. definesound DUKE_TIP1           dance01.voc        0   0   255  4   0
  246. definesound DUKE_TIP2           shake2a.voc        0   0   255  4   0
  247. definesound DUKE_BOOBY          BOOBY04.voc        0   0   255  4   0
  248. definesound DUKE_HIT_STRIPPER1  damnit04.voc       0   0   255  12  0
  249. definesound DUKE_HIT_STRIPPER2  damn03.voc         0   0   255  12  0
  250. definesound ALIEN_TALK1         MUSTDIE.voc        0   0   255  12  0
  251. definesound ALIEN_TALK2         DEFEATED.VOC       0   0   255  12  0
  252. definesound BONUS_SPEECH1       letsrk03.voc       0   0   255  4   0
  253. definesound BONUS_SPEECH2       ready2a.voc        0   0   255  4   0
  254. definesound BONUS_SPEECH3       ripem08.voc        0   0   255  4   0
  255. definesound BONUS_SPEECH4       rockin02.voc       0   0   255  4   0
  256. definesound DUKE_YES            yes.voc            0   0   255  4   0
  257. definesound DUKE_USEMEDKIT      ahh04.voc          0   0   255  4   0
  258. definesound DUKE_TAKEPILLS      gulp01.voc         0   0   255  4   0
  259. definesound DUKETALKTOBOSS      duknuk14.voc       0   0   255  12  0
  260. definesound BOSSTALKTODUKE      !boss.voc          0   0   255  0   0
  261. definesound SHRINKER_HIT        thud.voc           0   0   3    0   0
  262. definesound SOMETHINGFROZE      freeze.voc         0   0   3    0   0
  263.  
  264. // Duke Equipment Sounds
  265. definesound DUKE_UNDERWATER     scuba.voc          0   0   2   0   0
  266. definesound DUKE_JETPACK_ON     jetpakon.voc       0   0   4   0   0
  267. definesound DUKE_JETPACK_IDLE   jetpaki.voc        0   0   1   0   0
  268. definesound DUKE_JETPACK_OFF    jetpakof.voc       0   0   2   0   0
  269.  
  270. // Common Death Sounds
  271. definesound FLESH_BURNING       fire09.voc      -256   0   0   0   6100
  272. definesound THUD                thud.voc           0   0   0   0   0
  273. definesound SQUISHED            squish.voc         0   0   3   0   0
  274.  
  275. // Equipment Sounds                                                                     
  276. definesound TELEPORTER          teleport.voc       0   0   0   0   0
  277. definesound ELEVATOR_ON         gbelev01.voc       0   0   0   0   0
  278. definesound ELEVATOR_OFF        gbelev02.voc       0   0   0   0   0
  279. definesound ALIEN_ELEVATOR1     hydro43.voc        0   0   0   0   0
  280. definesound SUBWAY              subway.voc         0   0   0   0   0
  281. definesound SWITCH_ON           switch.voc         0   0   0   0   0
  282.  
  283. definesound FAN                 fan.voc            0   0   0   0   0
  284. definesound FLUSH_TOILET        flush.voc          0   0   3   2   0
  285. definesound HOVER_CRAFT         hover.voc          0   0   0   0   0
  286. definesound EARTHQUAKE          quake.voc          0   0   0   0   0
  287.                                                                                         
  288. // Warning Sounds                                                                       
  289. definesound INTRUDER_ALERT      alert.voc          0   0   0   0   0
  290. definesound END_OF_LEVEL_WARN   monitor.voc        0   0   0   0   0
  291. definesound POOLBALLHIT         poolbal1.voc       0   0   0   0   0
  292.  
  293. // Ambience Sounds
  294.  
  295. definesound ENGINE_OPERATING    onboard.voc        0   0   0   2   0
  296. definesound REACTOR_ON          reactor.voc        0   0   0   2   0
  297. definesound COMPUTER_AMBIENCE   compamb.voc        0   0   0   2   0
  298. definesound GEARS_GRINDING      geargrnd.voc       0   0   0   2   0
  299. definesound BUBBLE_AMBIENCE     bubblamb.voc    -256   0   0   2   0
  300. definesound MACHINE_AMBIENCE    machamb.voc        0   0   0   2   0
  301. definesound SEWER_AMBIENCE      drip3.voc          0   0   0   0   0
  302. definesound WIND_AMBIENCE       wind54.voc         0   0   0   2   0
  303. definesound WIND_REPEAT         wind54.voc         0   0   0   3   0
  304.  
  305. definesound SOMETHING_DRIPPING  drip3.voc       0   0   0   0    9000
  306. definesound STEAM_HISSING       steamhis.voc       0   0   0   1   8192
  307. definesound BAR_MUSIC           barmusic.voc       0   0 254   3   0
  308. definesound DUKE_SCREAM         DSCREM04.voc       0   0 255   0   0
  309. definesound KILLME              killme.voc      -128   0   0   0   0
  310.  
  311. // Miscellaneous Sounds
  312.  
  313. definesound GETATOMICHEALTH     teleport.voc   2048 2048   255 0   0
  314. definesound DOOR_OPERATE1       slidoor.voc     -256   0   0   0   0
  315. definesound DOOR_OPERATE2       opendoor.voc    -256   0   0   0   0
  316. definesound DOOR_OPERATE3       edoor10.voc     -256   0   0   0   0
  317. definesound DOOR_OPERATE4       edoor11.voc     -256   0   0   0   0
  318. definesound BORNTOBEWILDSND     2bwild.voc         0   0 254   2   0
  319. definesound KTIT                ktitx.voc         0   0 254   2   0
  320. definesound LADY_SCREAM         FSCRM10.voc     -256   0 254   8   0
  321. definesound MONITOR_ACTIVE      monitor.voc        0   0   0   0   0
  322. definesound WATER_GURGLE        h2ogrgl2.voc       0   0   1   2   9000
  323. definesound EXITMENUSOUND       item15.voc         0   0   0   0   0
  324. definesound RATTY               mice3.voc          0   0   0   0   0
  325. definesound INTO_MENU           bulithit.voc    1024 1024  0   0   0
  326.  
  327. // Six misc ambience city sounds
  328.  
  329. definesound GENERIC_AMBIENCE1      grind.voc       0   0   0   1   0
  330. definesound GENERIC_AMBIENCE2      enghum.voc      0   0   0   2   0
  331. definesound GENERIC_AMBIENCE3      lava06.voc      0   0   0   2   0
  332. definesound GENERIC_AMBIENCE4      bubblamb.voc -256   0   0   2   0
  333. definesound GENERIC_AMBIENCE5      phonbusy.voc    0   0   0   0   0
  334. definesound GENERIC_AMBIENCE6      roam22.voc      0   0   0   2   0
  335. definesound SECRETLEVELSND         secret.voc      0   0   255 0   0
  336. definesound GENERIC_AMBIENCE8      amb81b.voc      0   0   0   2   0
  337. definesound GENERIC_AMBIENCE9      roam98b.voc     0   0   0   2   0
  338. definesound GENERIC_AMBIENCE10     h2orush2.voc    0   0   0   3   0
  339. definesound GENERIC_AMBIENCE11     projrun.voc     0   0   0   3   0
  340. definesound GENERIC_AMBIENCE12     blank.voc       0   0   0   0   0
  341. definesound GENERIC_AMBIENCE13     pay02.voc       0   0   255 12  0
  342. definesound GENERIC_AMBIENCE14     onlyon03.voc    0   0   255 4   0
  343. definesound GENERIC_AMBIENCE15     rides09.voc     0   0   255 4   0
  344. definesound GENERIC_AMBIENCE16     doomed16.voc    0   0   255 4   0
  345. definesound GENERIC_AMBIENCE17     myself3a.voc    0   0   255 4   0
  346. definesound GENERIC_AMBIENCE18     monolith.voc    0   0   0   2   0
  347. definesound GENERIC_AMBIENCE19     hydro50.voc     0   0   0   2   0
  348. definesound GENERIC_AMBIENCE20     con03.voc       0   0   0   4   0
  349. definesound GENERIC_AMBIENCE21     !prison.voc     0   0   255 4   0
  350. definesound GENERIC_AMBIENCE22     vpiss2.voc      0   0   255 4   0
  351. definesound GENERIC_AMBIENCE23     2ride06.voc     0   0   255 4   0
  352.  
  353. definesound FIRE_CRACKLE           fire09.voc       0   0   254 2   0
  354. definesound DUMPSTER_MOVE          grind.voc       0   0   0   0   0
  355.  
  356. definesound JIBBED_ACTOR1       AMESS06.voc       0   0   255 4   0
  357. definesound JIBBED_ACTOR2       BITCHN04.voc      0   0   255 12  0
  358. definesound JIBBED_ACTOR3       HOLYCW01.voc      0   0   255 4   0
  359. definesound JIBBED_ACTOR4       HOLYSH02.voc      0   0   255 12  0
  360. definesound JIBBED_ACTOR5       IMGOOD12.voc      0   0   255 12  0
  361. definesound JIBBED_ACTOR6       PIECE02.voc       0   0   255 4   0
  362. definesound JIBBED_ACTOR7       GOTHRT01.voc      0   0   255 4   0
  363. definesound JIBBED_ACTOR8       BLOWIT01.VOC      0   0   255 12  0
  364. definesound JIBBED_ACTOR9       EATSHT01.VOC      0   0   255 12  0
  365. definesound JIBBED_ACTOR10      FACE01.VOC        0   0   255 12  0
  366. definesound JIBBED_ACTOR11      INHELL01.VOC      0   0   255 12  0
  367. definesound WHIPYOURASS         WHIPYU01.VOC      0   0   255 4   0
  368. definesound JIBBED_ACTOR12      SUKIT01.VOC       0   0   255 4   0
  369.  
  370. definesound WAR_AMBIENCE1    WARAMB13.VOC -512  0   255  16  0
  371. definesound WAR_AMBIENCE2    WARAMB21.VOC -512  0   254  16  0
  372. definesound WAR_AMBIENCE3    WARAMB23.VOC -512  0   254  16  0
  373. definesound WAR_AMBIENCE4    WARAMB29.VOC -512  0   254  16  0
  374. definesound WAR_AMBIENCE5    FORCE01.VOC    0   0   0    4   0
  375. definesound WAR_AMBIENCE6    QUAKE06.VOC    0   0   0    4   0
  376. definesound WAR_AMBIENCE7    TERMIN01.VOC   0   0   0    4   0
  377. definesound WAR_AMBIENCE8    BORN01.VOC     0   0   254  20  0
  378. definesound WAR_AMBIENCE9    NOBODY01.VOC   0   0   0    4   0
  379. definesound WAR_AMBIENCE10   CHEW05.VOC     0   0   0    12  0
  380.  
  381. definesound SPACE_DOOR1      hydro22.voc      0   0   0    0   8192
  382. definesound SPACE_DOOR2      hydro24.voc      0   0   0    0   0
  383. definesound SPACE_DOOR3      hydro27.voc      0   0   0    0   8192
  384. definesound SPACE_DOOR4      hydro34.voc      0   0   0    0   0
  385. definesound SPACE_DOOR5      hydro40.voc      0   0   0    0   0
  386.  
  387.  definesound SPACE_AMBIENCE1   monolith.voc      0   0   0  16  0
  388.  definesound SPACE_AMBIENCE2   hydro50.voc       0   0   0  16  0
  389.  definesound VAULT_DOOR        vault04.voc      0   0   0   0   0
  390.  
  391. definesound ALIEN_ELEVATOR1   hydro43.voc       0   0   0  0   0
  392. definesound ALIEN_DOOR1       adoor1.voc        0   0   0  0   0
  393. definesound ALIEN_DOOR2       adoor2.voc        0   0   0  0   0
  394.  
  395. definesound ALIEN_SWITCH1     aswtch23.voc      0   0   0  0   0
  396. definesound COMPANB2          CTRLRM25.VOC  0  0  0  2   0
  397. definesound HELICOP_IDLE      hlidle03.voc  0  0  255  3   0
  398. definesound FOUNDJONES        jones04.voc   0  0  0  4  0
  399. definesound STEPNIT           LIZSHIT3.VOC  0  0  254  12  0
  400. definesound RIPHEADNECK       rip01.voc     0  0  254  12 0
  401.  
  402. definesound ENDSEQVOL2SND1    gunhit2.voc     0   0   249 0   0
  403. definesound ENDSEQVOL2SND2    headrip3.VOC    0   0   250 0   0
  404. definesound ENDSEQVOL2SND3    buckle.VOC      0   0   251 0   0
  405. definesound ENDSEQVOL2SND4    jetp2.VOC       0   0   252 0   0
  406. definesound ENDSEQVOL2SND5    zipper2.voc     0   0   253 0   0
  407. definesound ENDSEQVOL2SND6    news.voc        0   0   254 0   0
  408. definesound ENDSEQVOL2SND7    whistle.voc     0   0   255 0   0
  409.  
  410. definesound ENDSEQVOL3SND1    KICKHEAD.VOC    0   0   254 0   0
  411. definesound ENDSEQVOL3SND2    GMEOVR05.VOC    0   0   254 0    0
  412. definesound ENDSEQVOL3SND3    CHEER.VOC       0   0   254 0   0
  413. definesound ENDSEQVOL3SND4    GRABBAG.VOC     0   0   254 1   0
  414. definesound ENDSEQVOL3SND5    name01.voc      0   0   250 0   0
  415. definesound ENDSEQVOL3SND6    r&r01.voc       0   0   251 0   0
  416. definesound ENDSEQVOL3SND7    lani05.voc      0   0   252 0   0
  417. definesound ENDSEQVOL3SND8    lani08.voc      0   0   253 0   0
  418. definesound ENDSEQVOL3SND9    laniduk2.voc    0   0   254 0   0
  419.  
  420.