sndinfo.txt 28 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003
  1. ///////////////////
  2. // PLAYER SOUNDS //
  3. ///////////////////
  4. POIS2 POIS2
  5. FALL1 FALL1
  6. FALLHIT FALLHIT
  7. DSHJUMP DSHJUMP
  8. DSGASP DSGASP
  9. DSGURP1 DSGURP1
  10. DSGURP2 DSGURP2
  11. DSGURP3 DSGURP3
  12. DSSURF DSSURF
  13. DSDIVE DSDIVE
  14. DSDROWN DSDROWN
  15. UNDRWATR UNDRWATR
  16. $random Player/Gurp { DSGURP1 DSGURP2 DSGURP3 }
  17. $playeralias player male *poison POIS2
  18. $playeralias player male *falling FALL1
  19. $playeralias player male *splat FALLHIT
  20. $playersound player male *jump DSHJUMP
  21. $playeralias player Male *Gasp DSGASP
  22. $playeralias player Male *Pain-Drowning Player/Gurp
  23. $playeralias player Male *Surface DSSURF
  24. $playeralias player Male *Death-Drowning DSDROWN
  25. $playeralias player Male *Taunt wpnup
  26. $playeralias player Male *Dive DSDIVE
  27. ////////////////////////
  28. // BLOOD SPLAT SOUNDS //
  29. ////////////////////////
  30. bloodsplat1 dsblud01
  31. bloodsplat2 dsblud02
  32. bloodsplat3 dsblud03
  33. $random bloodsplat { bloodsplat1 bloodsplat2 bloodsplat3 }
  34. $limit bloodsplat 1
  35. ///////////////////
  36. // WEAPON SOUNDS //
  37. ///////////////////
  38. Weapon/StaffChaos/Charge GNTFUL
  39. Weapon/StaffChaos/Fire GNTUSE
  40. Weapon/StaffChaos/Hit GNTHIT
  41. Weapon/StaffChaos/Shock GNTPOW
  42. Weapon/StaffChaos/Zapped Zapped
  43. Weapon/StaffChaos/ZapShot ZapShot
  44. Weapon/StaffChaos/ZapHit ZapHit
  45. Weapon/StaffChaos/Arc ZapArc
  46. Weapon/StaffChaos/Static ZapStat
  47. $Limit Weapon/StaffChaos/Zapped 20
  48. $Limit Weapon/StaffChaos/Arc 20
  49. $Limit Weapon/StaffChaos/Static 20
  50. weapons/staffswing stfswg
  51. weapons/staffswing1 stfsw1
  52. weapons/staffswing2 stfsw2
  53. weapons/staffswing3 stfsw3
  54. weapons/staffblock stfblk
  55. $random weapons/lightstaffswing { lightstaffswing1 lightstaffswing2 lightstaffswing3 lightstaffswing4 lightstaffswing5 }
  56. lightstaffswing1 lstafsw1
  57. lightstaffswing2 lstafsw2
  58. lightstaffswing3 lstafsw3
  59. lightstaffswing4 lstafsw4
  60. lightstaffswing5 lstafsw5
  61. $random weapons/lightstaffblock { lightstaffblock1 lightstaffblock2 }
  62. lightstaffblock1 lstafbl1
  63. lightstaffblock2 lstafbl2
  64. $volume weapons/lightstaffswing 0.7
  65. $volume weapons/lightstaffblock 0.7
  66. weapons/wandcharge gldchg
  67. weapons/bowreload bowrel
  68. weapons/blasterrip blsrip
  69. weapons/hornrodhit helhit
  70. weapons/hornrodpowshoot null
  71. weapons/hornrodpowshoot2 hrnpow
  72. weapons/hornrodpowshoot3 helpow // help! ow!
  73. weapons/phoenixshoot null
  74. weapons/phoenixshoot2 phobir
  75. weapons/macehit firsml
  76. weapons/macepowhit firhit
  77. weapons/gauntletsshoot gntsht
  78. weapons/gauntletscharge gntchg
  79. weapons/gauntletshadoken gnthad
  80. weapons/gauntletspowshoot gntpws
  81. weapons/gauntletspowhit gntpow
  82. weapons/dspgntpowhit phohit
  83. weapons/gauntletsrip gntrip
  84. $limit weapons/gauntletsshoot 0
  85. $limit weapons/gauntletspowshoot 0
  86. $limit weapons/dspgntpowhit 0
  87. $volume weapons/dspgntpowhit 0.6
  88. weapons/spikeattack ripslop2
  89. array/fire array1
  90. array/firep array2
  91. array/impactp array3
  92. weapons/sunstaffbeam1 sunbm1
  93. weapons/sunstaffbeam2 sunbm2
  94. weapons/sunstaffbeam3 sunbm3
  95. weapons/sunstaffstart sunstr
  96. weapons/sunstaffcharge sunchr
  97. weapons/sunstaffpowshoot sunpow
  98. weapons/sunstaffnew sunnew
  99. weapons/sunstaffSphereExp sunbald
  100. $pitchshift weapons/sunstaffbeam1 0
  101. $pitchshift weapons/sunstaffbeam2 0
  102. $pitchshift weapons/sunstaffbeam3 0
  103. weapons/polyhit polyhit
  104. weapons/polyshot polysht
  105. weapons/polyalt polyalt
  106. squirrel/active1 SQUIDLE1
  107. squirrel/active2 SQUIDLE2
  108. squirrel/active3 SQUIDLE3
  109. squirrel/active4 SQUIDLE4
  110. squirrel/attack1 SQUATK1
  111. squirrel/attack2 SQUATK2
  112. squirrel/death EPIGTOD
  113. $random squirrel/active { squirrel/active1 squirrel/active2 squirrel/active3 squirrel/active4 }
  114. $random squirrel/attack { squirrel/attack1 squirrel/attack2 }
  115. $alias squirrel/pain squirrel/attack
  116. ScrollOfHellfire/Start HFSCSTRT
  117. ScrollOfHellfire/Loop FIRELOP3 //phopow
  118. $limit ScrollOfHellfire/Loop 0
  119. artifacts/dagger/throw DAGTHROW
  120. artifacts/dagger/hitwall FIRHIT
  121. artifacts/dagger/hitbody PHOHIT
  122. artifacts/scimitar SCIMITAR
  123. BlastRadius blastr
  124. misc/ripslop null
  125. // Weapon sounds end.
  126. ////////////////////
  127. // MONSTER SOUNDS //
  128. ////////////////////
  129. //Heretic Monsters
  130. himp/scream imppai
  131. himp/gib impgib
  132. mummy/charge1 gldchg
  133. mummy/charge2 mumchg
  134. mummy/shoot mumsht
  135. misc/fireballhit firhit
  136. misc/fireballbig firbig
  137. misc/fireballsmall firsml
  138. misc/magichit maghit
  139. misc/magicsmall magsml
  140. misc/magicbig magbig
  141. misc/icefire frosty2
  142. misc/icehit shards1b
  143. //Skull Wizard
  144. H2SkullWizard/Sight SKWZSIGH
  145. H2SkullWizard/Pain SKWZPAIN
  146. H2SkullWizard/Fire SKWZFIRE
  147. H2SkullWizard/Hit SKWZHIT
  148. H2SkullWizard/Melee SKWZMELE
  149. H2SkullWizard/Teleport SKWZTELE
  150. H2SkullWizard/Death SKWZDEAT
  151. yellowskull/hit shldhit
  152. fireblast/explode DSFREXP
  153. superfireblast/explode DSHELLEX
  154. //ArchWizard
  155. archwizard/sight arcsit
  156. archwizard/active1 arcact1
  157. archwizard/active2 arcact2
  158. archwizard/attack1 arcatk1
  159. archwizard/attack2 arcatk2
  160. archwizard/attack3 arcatk3
  161. archwizard/laserfire arclas1
  162. archwizard/laserbounce1 arclas3
  163. archwizard/laserbounce2 arclas2
  164. archwizard/acidfire dsskulfi
  165. archwizard/acidhit dsbloodx
  166. archwizard/acidcloud dspoof1
  167. archwizard/acidloop arcacid
  168. archwizard/summon arcsum
  169. archwizard/pain1 arcpai1
  170. archwizard/pain2 arcpai2
  171. archwizard/death arcdth
  172. archwizard/explode sordexp
  173. archwizard/bones sordbon
  174. archwizard/ballpop cork
  175. archwizard/ballbounce bounce2
  176. archwizard/ballexplode sorblexp
  177. $random archwizard/active { archwizard/active1 archwizard/active2 }
  178. $random archwizard/pain { archwizard/pain1 archwizard/pain2 }
  179. $volume archwizard/acidloop 0.25
  180. $attenuation archwizard/acidloop 2.0
  181. //Bishop
  182. BishopSight syab2d
  183. BishopActive stb1d
  184. BishopPain bshpn1
  185. BishopAttack pop
  186. BishopDeath bishdth1
  187. BishopMissileExplode bshhit2
  188. BishopBlur blur6
  189. // NightShade
  190. $random monster/nshsit { monster/nshsi1 monster/nshsi2 }
  191. monster/nshsi1 dsnshsi1
  192. monster/nshsi2 dsnshsi2
  193. monster/nshact dsnshact
  194. monster/nshpai dsnshpai
  195. monster/nshdth dsnshdth
  196. monster/nshatk dsnshatk
  197. monster/nshexp dsnshexp
  198. // Ice Lich
  199. FrostBreath FROSTB
  200. // Satyr
  201. satyr/sight dssatsit
  202. satyr/active dssatact
  203. satyr/death dssatdth
  204. satyr/pain dssatpai
  205. satyr/hit dssathit
  206. satyr/attack1 bowrel
  207. satyr/attack2 dssatatk
  208. //Swarm
  209. Swarm/Fly SWRMFLY
  210. Swarm/Death SWRMDETH
  211. SwarmFly SFLY
  212. $RANDOM SwarmFlyAttack {SwarmFlyAttack1 SwarmFlyAttack2}
  213. SwarmFlyAttack1 SFLYATK1
  214. SwarmFlyAttack2 SFLYATK2
  215. SwarmFlyDeath SFLYDTH
  216. $RANDOM SwarmFlySight {SwarmFlySight1 SwarmFlySight2}
  217. SwarmFlySight1 SFLYSIT1
  218. SwarmFlySight2 SFLYSIT2
  219. //Shadowclaw
  220. Shadowclaw/Sight SCLWSIT
  221. Shadowclaw/Active SCLWACT
  222. Shadowclaw/Pain SCLWPAI
  223. Shadowclaw/Death SCLWDTH
  224. // Frost Gargoyle
  225. frostimp/sight frosit
  226. frostimp/active froact
  227. frostimp/attack froatk
  228. frostimp/melee impat1
  229. frostimp/pain fropai
  230. frostimp/death frodth
  231. frostimp/shards froshard
  232. // Sons of D'Sparil
  233. sonMage/sight1 sonsite1
  234. sonMage/sight2 sonsite2
  235. $random sonMage/sight { sonMage/sight1 sonMage/sight2 }
  236. sonMage/fireShot mmfire
  237. sonMage/fireXp explode
  238. sonMage/ethreal purfire
  239. sonMage/ethrealXp purfrxp
  240. sonMage/timeatk timeatk
  241. sonMage/timeshot timeshot
  242. sonMage/timeslow timeslow
  243. sonMage/idle sonidle
  244. sonMage/pain sonpain
  245. sonMage/death sondeath
  246. //Fallen
  247. monster/falsit dsfalsit
  248. monster/falpai dsfalpai
  249. monster/faldth dsfaldth
  250. monster/falact dsfalact
  251. monster/falwng dsfalwng
  252. weapons/firmfi dsfirmfi
  253. weapons/firex5 dsfirex5
  254. //Undead Champion
  255. champion/sight dschasit
  256. champion/active dschaact
  257. champion/pain dschapai
  258. champion/death dschadth
  259. //Death Knight
  260. deathknight/sight dsdknsit
  261. deathknight/active dsdknact
  262. deathknight/attack1 dsdknat1
  263. deathknight/attack2 dsdknat1
  264. deathknight/attack3 dsdknat1
  265. deathknight/swing dsdknswg
  266. deathknight/hit dsdknhit
  267. deathknight/fire dsdkndrt
  268. deathknight/wave dsdknwav
  269. deathknight/wavehit magsml
  270. deathknight/pain1 dsdknpa1
  271. deathknight/pain2 dsdknpa2
  272. deathknight/death dsdkndth
  273. $random deathknight/pain { deathknight/pain1 deathknight/pain2 }
  274. $random deathknight/attack { deathknight/attack1 deathknight/attack2 deathknight/attack3 }
  275. $volume deathknight/wave 0.66
  276. //Ghoul
  277. ghoul/sight dsghlsit
  278. ghoul/active dsghlact
  279. ghoul/swing mumat1
  280. ghoul/hit mumat2
  281. ghoul/pain dsghlpai
  282. ghoul/death dsghldth
  283. ghoul/missilefire dsskulfi
  284. ghoul/missilehit dsbloodx
  285. ghoul/poof dspoof1
  286. //InfernoDemon
  287. Inferno/Alert INFRALRT
  288. Inferno/Walk INFRWALK
  289. Inferno/Die INFRDEAD
  290. Inferno/Active INFRACTV
  291. Apocalypse/Meteor COMETLNC
  292. Apocalypse/Death COMETEXP
  293. Meteor/Call DFATTACK
  294. weapons/firmfi dsfirmfi
  295. weapons/firex3 dsfirex3
  296. weapons/firbfi dsfirbfi
  297. weapons/hellex dshellex
  298. weapons/justfi dsjustfi
  299. monster/bomb FIREBALL
  300. monster/firebeamdeath IMPFIRE2
  301. monster/firebeamstart DARKFLAM
  302. pyro/explosion DSPIPEX1
  303. Glyph/Start FLAMESTR
  304. harvester/ghost shghscrm
  305. Infdem/see BE-SPOT1
  306. Infdem/active BE-GROWL
  307. Infdem/pain BE-PAIN1
  308. Infdem/death DYING
  309. //Sentinel
  310. monster/sensit dssensit
  311. monster/senpai dssenpai
  312. monster/sendth dssendth
  313. monster/senact dssenact
  314. monster/cubsit dscubsit
  315. weapons/bounc1 dsbounc1
  316. monster/cubfly dscubfly
  317. monster/cubdth dscubdth
  318. weapons/boltfi dsboltfi
  319. monster/disht1 dsdisht1
  320. weapons/firsfi dsfirsfi
  321. weapons/maceex dsmaceex
  322. weapons/bigbrn dsbigbrn
  323. weapons/firex3 dsfirex3
  324. weapons/smlbrn dssmlbrn
  325. //ShadowBeast
  326. shadowbeast/attack BDMATK1
  327. shadowbeast/death BDMDTH1
  328. shadowbeast/idle1 BDMIDL1
  329. shadowbeast/idle2 BDMIDL2
  330. $random shadowbeast/active { shadowbeast/idle2 shadowbeast/idle1 }
  331. shadowbeast/pain BDMPAN1
  332. shadowbeast/sight BDMSIT1
  333. shadowbeast/pr1death BDPD1
  334. shadowbeast/pr1sight BDPS1
  335. shadowbeast/pr2death BDPD2
  336. shadowbeast/pr2sight BDPS2
  337. shadowbeast/spread BDPSPR
  338. shadowbeast/spiritsit BDSPR2
  339. shadowbeast/spiritdth BDSPR1
  340. //Cultist
  341. monster/culsit dsculsit
  342. monster/culatk dsculatk
  343. monster/culpai dsculpai
  344. $RANDOM monster/culdth { monster/culdt1 monster/culdt2 }
  345. monster/culdt1 dsculdt1
  346. monster/culdt2 dsculdt2
  347. $RANDOM monster/culact { monster/culac1 monster/culac2 }
  348. monster/culac1 dsculac1
  349. monster/culac2 dsculac2
  350. //DarkClink
  351. clink/sight clksit
  352. clink/attack clkatk
  353. clink/pain clkpai
  354. clink/death clkdth
  355. clink/active clkact
  356. //DarknessRift
  357. DarkRift/Active DRFTACT
  358. DarkRift/Fire DRFTFIRE
  359. DarkRift/Hit DRFTHIT
  360. DarkRift/Loop DRFTLOOP
  361. //Disciple
  362. monster/dissit dsdissit
  363. monster/disdth dsdisdth
  364. monster/disact dsdisact
  365. monster/blur dsblur
  366. monster/disat1 dsdisat1
  367. monster/disat2 dsdisat2
  368. monster/disht1 dsdisht1
  369. monster/disht2 dsdisht2
  370. //Serpent
  371. DemonSight sbtsit5
  372. DemonActive sbtsit5
  373. DemonPain minact1
  374. DemonAttack dematk2
  375. DemonDeath sbtdth3
  376. DemonMissileFire impfire2
  377. DemonMissileExplode impact3
  378. DemonMissileExplode2 phohit
  379. DemonToast phopow
  380. //Wicked
  381. monster/wiksit dswiksit
  382. $random monster/wikact { monster/wikac1 monster/wikac2 }
  383. monster/wikac1 dswikac1
  384. monster/wikac2 dswikac2
  385. monster/wikatk dswikatk
  386. monster/wikpai dswikpai
  387. monster/wikdth dswikdth
  388. weapons/firmfi dsfirmfi
  389. weapons/firex5 dsfirex5
  390. monster/tenpn1 dstenpn1
  391. monster/tenpn2 dstenpn2
  392. //Wraith
  393. DSWACT1 DSWACT1
  394. DSWACT2 DSWACT2
  395. DSWACT3 DSWACT3
  396. DSWACT4 DSWACT4
  397. $random HWraith/Active { DSWACT1 DSWACT2 DSWACT3 DSWACT4 }
  398. DSWATK1 DSWATK1
  399. DSWATK2 DSWATK2
  400. DSWATK3 DSWATK3
  401. $random HWraith/Attack { DSWATK1 DSWATK2 DSWATK3 }
  402. DSWDIE1 DSWDIE1
  403. DSWDIE2 DSWDIE2
  404. DSWDIE3 DSWDIE3
  405. $random HWraith/Death { DSWDIE1 DSWDIE2 DSWDIE3 }
  406. DSWPAN1 DSWPAN1
  407. DSWPAN2 DSWPAN2
  408. DSWPAN3 DSWPAN3
  409. $random HWraith/Pain { DSWPAN1 DSWPAN2 DSWPAN3 }
  410. madchicken/sight madcksit
  411. madchicken/active madckact
  412. madchicken/attack madckatk
  413. madchicken/feather stfsw1
  414. madchicken/pain madckpai
  415. madchicken/death madckdth
  416. epig/grunz EPIGGRUN
  417. epig/see EPIGSEE
  418. epig/tod EPIGTOD
  419. epig/angriff EPIGANGR
  420. epig/port EPIGPORT
  421. epig/explo EPIGXPLO
  422. vile/firecrkl DSFLAME
  423. //Dark Lich
  424. DarkLich/Sight DLICHSEE
  425. $random DarkLich/Active { DLICHAC1 DLICHAC2 }
  426. DLICHAC1 DLICHAC1
  427. DLICHAC2 DLICHAC2
  428. DarkLich/Pain DLICHPAI
  429. DarkLich/Death DLICHDTH
  430. $random DarkLich/Teleport { DLICHTL1 DLICHTL2 }
  431. DLICHTL1 DLICHTL1
  432. DLICHTL2 DLICHTL2
  433. DarkLich/Attack1 DLICHMIA
  434. DarkLich/Attack2 DLICHFIR
  435. DarkLich/Attack3 GNTPWS
  436. DLPurpleFire/Shot DLFIRE1
  437. DLPurpleFire/Hit DLFIRE2
  438. //Ophidian Offspring
  439. OphidianBaby/Sight BSNKSIT
  440. OphidianBaby/Active BSNKACT
  441. OphidianBaby/Pain BSNKPAI
  442. OphidianBaby/Death BSNKDTH
  443. //Ophidian Lord
  444. OphidianLord/Sight LSNKSIT
  445. OphidianLord/Active LSNKACT
  446. OphidianLord/Pain LSNKPAI
  447. OphidianLord/Death LSNKDTH
  448. /////////////////
  449. // MISC SOUNDS //
  450. /////////////////
  451. //Hexen 2 Prop Sounds
  452. TreeBreak treebrk
  453. TreeExplode treeburn
  454. Ignite torch2
  455. //Chanting Monk
  456. Monk/Chant DSMCHANT
  457. Monk/Vanish DSMVANIS
  458. Monk/Laugh DSMLAUGH
  459. //Barrel Brake
  460. woodenbarrel/death dswbrldt
  461. //Printz Growl
  462. amb/growl lowgrowl
  463. //ambient low-noise wind
  464. amb/windsubs windsubs
  465. // Curse
  466. CurseActive CURSEACT
  467. CurseHit CURSEHIT
  468. // Needed for whatever uses A_XScream
  469. misc/gibbed DSSLOP
  470. // CaptainToenails Map
  471. DSGONG DSGONG
  472. PortalChoir/Loop DSCHOIR
  473. //Gothic Giant Rock Doors
  474. StoneStartMoving RCKSLIDE
  475. StoneStopMoving RCKSTOP
  476. //Minecraft Open Door
  477. Minecraft/DoorOpen MCDOOR
  478. ////////////////////
  479. // AMBIENT SOUNDS //
  480. ////////////////////
  481. ambient/thunder1 ambx1 //Thunder Close
  482. ambient/thunderfar ambx2 //Thunder Far
  483. ambient/thunder2 ambx3 //Thunder Close
  484. ambient/rain ambx4 //Rain Slight
  485. ambient/fire ambx5 //Fire Medium
  486. ambient/forest ambx6 //Forest
  487. ambient/swamp1 ambx7 //Frog Swamp
  488. ambient/swamp2 ambx8 //Swarm Swamp
  489. ambient/swamp3 ambx9 //Frog Swamp
  490. ambient/night1 ambx10 //Night
  491. ambient/night2 ambx11 //Night
  492. ambient/wind WIND //Wind Silent
  493. ambient/windscary WIND3 //Wind Scary
  494. ambient/windstrong WIND5 //Wind Strong
  495. ambient/bubbles bubbleuw //Bubbles Underwater
  496. ambient/dong dong //Cathedral Clock
  497. ambient/lava1 lava1 //Lava Loud
  498. ambient/lava2 lava2 //Lava Bubble
  499. ambient/water water //Small River
  500. ambient/cavelake cavelake //Lake in a Cave
  501. ambient/drycave drycave //Dry Cave
  502. ambient/river river //Middle River
  503. ambient/wetcave wetcave //Wet Cave
  504. ambient/godcube1 godcube1 //"God Cubes" (hey, that's what they were called in DMC3 :P )
  505. ambient/godcube2 godcube2
  506. ambient/godcube3 godcube3
  507. ambient/godcube4 godcube4
  508. $random ambient/godcube { ambient/godcube1 ambient/godcube2 ambient/godcube3 ambient/godcube4 }
  509. ambient/dks1duke dks1duke // Dark Souls - Duke's Archives
  510. ambient/dks1pain dks1pain // Dark Souls - Painted World
  511. ambient/dmc1hell dmc1hell // Devil May Cry - Hell ambience
  512. // Additional Ambient Screams
  513. Ambient/Scream1 scream1
  514. Ambient/Scream2 scream2
  515. Ambient/Scream3 scream3
  516. Ambient/Scream4 scream4
  517. Ambient/Scream5 scream5
  518. Ambient/Scream6 scream6
  519. Ambient/Scream7 scream7
  520. Ambient/Scream8 scream8
  521. Ambient/Scream scrmeptm
  522. $random Ambient/Screams { Ambient/Scream1 Ambient/Scream2 Ambient/Scream3 Ambient/Scream4 Ambient/Scream5 Ambient/Scream6 Ambient/Scream7 Ambient/Scream8 }
  523. Ambient/Scream9 scream9
  524. // Mo' Ambience
  525. Ambient/Stars1 STARS1
  526. Ambient/Stars2 STARS2
  527. Ambient/MagicTorch MAGTORCH
  528. Ambient/Contraption CONTRAPT
  529. Ambient/BigMove BIGMOVE
  530. //=========================================================
  531. //AMBIENT SOUND LISTING
  532. //=========================================================
  533. $AMBIENT 1 ambient/thunder1 RANDOM 20.0 35.0 1.0
  534. $AMBIENT 2 ambient/thunderfar RANDOM 20.0 35.0 1.0
  535. $AMBIENT 3 ambient/thunder2 RANDOM 20.0 35.0 1.0
  536. $AMBIENT 4 ambient/rain SURROUND CONTINUOUS 0.35
  537. $AMBIENT 5 ambient/fire POINT CONTINUOUS 1.0
  538. $AMBIENT 6 ambient/forest POINT RANDOM 20.0 35.0 1.0
  539. $AMBIENT 7 ambient/swamp1 POINT RANDOM 20.0 35.0 1.0
  540. $AMBIENT 8 ambient/swamp2 POINT RANDOM 20.0 35.0 1.0
  541. $AMBIENT 9 ambient/swamp3 POINT RANDOM 20.0 35.0 1.0
  542. $AMBIENT 10 ambient/night1 POINT RANDOM 20.0 35.0 1.0
  543. $AMBIENT 11 ambient/night2 POINT RANDOM 20.0 35.0 1.0
  544. $AMBIENT 12 ambient/wind POINT CONTINUOUS 1.0
  545. $AMBIENT 13 ambient/windscary POINT CONTINUOUS 1.0
  546. $AMBIENT 14 ambient/windstrong POINT CONTINUOUS 1.0
  547. $AMBIENT 15 ambient/bubbles POINT CONTINUOUS 0.6
  548. $AMBIENT 16 ambient/dong POINT RANDOM 20.0 60.0 1.0
  549. $AMBIENT 17 ambient/lava1 POINT CONTINUOUS 0.8
  550. $AMBIENT 18 ambient/lava2 POINT CONTINUOUS 0.8
  551. $AMBIENT 19 ambient/water POINT CONTINUOUS 0.8
  552. $AMBIENT 20 ambient/cavelake POINT CONTINUOUS 0.8
  553. $AMBIENT 21 ambient/drycave POINT CONTINUOUS 0.8
  554. $AMBIENT 22 ambient/river POINT CONTINUOUS 0.8
  555. $AMBIENT 23 ambient/wetcave POINT CONTINUOUS 0.8
  556. $AMBIENT 24 SFX/FireLoop1 POINT CONTINUOUS 0.5
  557. $AMBIENT 25 SFX/FireLoop2 POINT CONTINUOUS 0.5
  558. $AMBIENT 26 SFX/FireLoop3 POINT CONTINUOUS 0.5
  559. $AMBIENT 27 Ambient/Stars1 POINT CONTINUOUS 0.75
  560. $AMBIENT 28 Ambient/Stars2 POINT CONTINUOUS 0.5
  561. $AMBIENT 29 Ambient/MagicTorch POINT CONTINUOUS 0.5
  562. $AMBIENT 30 Ambient/Contraption POINT CONTINUOUS 1.0
  563. $AMBIENT 31 ambient/godcube POINT PERIODIC 5.5 1.0
  564. $AMBIENT 32 ambient/screams POINT RANDOM 20.0 35.0 1.0
  565. $AMBIENT 33 ambient/screams RANDOM 20.0 35.0 1.0
  566. $ambient 57 ambient/dks1duke SURROUND CONTINUOUS 0.66
  567. $ambient 58 ambient/dks1pain SURROUND CONTINUOUS 0.5
  568. $ambient 59 ambient/dmc1hell SURROUND CONTINUOUS 0.33
  569. $ambient 60 "PortalChoir/Loop" POINT continuous 255
  570. $ambient 61 printz/ambient/kerri_purrclip_short point 2.0 continuous 1.0
  571. $ambient 62 amb/windsubs surround continuous 0.5
  572. $ambient 63 printz/ambient/pr_wind1 surround random 30.0 300.0 0.5
  573. $ambient 64 printz/ambient/pr_wind2 surround random 30.0 300.0 0.7
  574. ///////////////////////////
  575. // SPECIAL EFFECT SOUNDS //
  576. ///////////////////////////
  577. //SFX Fire
  578. SFX/FireStart FIRESTRT
  579. SFX/FireLoop1 FIRELOP1
  580. SFX/FireLoop2 FIRELOP2
  581. SFX/FireLoop3 FIRELOP3
  582. SFX/FireDie FIREDIE
  583. $Limit SFX/FireStart 0
  584. $Limit SFX/FireLoop 0
  585. $Limit SFX/FireDie 0
  586. //SFX Rain
  587. Ambient/Rain AMBRAIN
  588. $volume Ambient/Rain 0.25
  589. //SFX Steam
  590. Steam/Loop STEMLOOP
  591. Steam/Fire STEMFIRE
  592. //SFX Thunder
  593. $random thunder/hit { thunder/hit1 thunder/hit2 }
  594. thunder/hit1 THNDS01
  595. thunder/hit2 THNDS02
  596. //Glass Smash
  597. $pitchshiftrange 2
  598. world/glassbreak DSGLASS1
  599. world/glassshatter GLASS5
  600. $random world/glass { world/glassbreak world/glassshatter }
  601. // ZCorpseLynchedNoHeart's blood drip (Hexen)
  602. Drip blddrp1
  603. // Pods
  604. PoisonPod/Puff puff1
  605. // Bell
  606. world/bellring BELLRNG
  607. // Book
  608. world/bookout BOOKOUT
  609. world/bookin BOOKIN
  610. // Spooky Magic
  611. world/spookymagic MAGIC
  612. // E4M1 Portal Open
  613. world/portal1 portal1
  614. world/portal2 portal2
  615. world/portal3 portal3
  616. //===========================================================================
  617. //
  618. // HEXEN IMPORTED 'WORLD SOUNDS'
  619. // added by printz
  620. //===========================================================================
  621. //
  622. //
  623. // Platform Sounds
  624. //
  625. //PlatformStart dorstp3 already in htic
  626. PlatformStartMetal mtlstrt1
  627. //PlatformStop dorstp1b already in htic
  628. //StoneMove stnmv4 already in htic
  629. MetalMove mtlmv3
  630. //
  631. // Door Sounds
  632. //
  633. DoorOpen drltch3a
  634. DoorLocked locked
  635. DoorOpenMetal stmdr1
  636. DoorCloseMetal drstp2
  637. DoorCloseLight dorstp4
  638. DoorCloseHeavy drstp7
  639. DoorCreak drcrk5a
  640. LavaMove lavamv
  641. WaterMove brook1
  642. IceStartMove icemv2
  643. EarthStartMove quake2
  644. //
  645. // Fire Torch
  646. //
  647. Torch/Light torchlit
  648. Torch/Die torchdie
  649. $limit Torch/Light 4
  650. // Redefined Heretic sounds
  651. world/drip drop2
  652. world/sludgegloop muck5
  653. ////////////////
  654. // MAP SOUNDS //
  655. ////////////////
  656. printz/sequence/grind/loop grndloop
  657. $limit printz/sequence/grind/loop 5
  658. printz/ambient/humnoise humnoise
  659. $rolloff printz/ambient/humnoise 200 600
  660. printz/ambient/kerri_purrclip_short turbulen
  661. printz/ambient/pr_wind1 pr_wind1
  662. printz/ambient/pr_wind2 pr_wind2
  663. ///////////////////////
  664. // FOOTSTEPS OH SNAP //
  665. ///////////////////////
  666. footstep/carpet/left sounds/footstep/dirt1.ogg
  667. footstep/carpet/right sounds/footstep/dirt2.ogg
  668. footstep/carpet/land sounds/footstep/dirtL.ogg
  669. footstep/dirt/left sounds/footstep/dirt1.ogg
  670. footstep/dirt/right sounds/footstep/dirt2.ogg
  671. footstep/dirt/land sounds/footstep/dirtL.ogg
  672. footstep/gravel/left sounds/footstep/gravel1.ogg
  673. footstep/gravel/right sounds/footstep/gravel2.ogg
  674. footstep/gravel/land sounds/footstep/gravelL.ogg
  675. footstep/liquid1/left sounds/footstep/liquidA1.ogg
  676. footstep/liquid1/right sounds/footstep/liquidA2.ogg
  677. footstep/liquid1/land sounds/footstep/liquidAL.ogg
  678. footstep/liquid2/left sounds/footstep/liquidB1.ogg
  679. footstep/liquid2/right sounds/footstep/liquidB2.ogg
  680. footstep/liquid2/land sounds/footstep/liquidBL.ogg
  681. footstep/liquid3/left sounds/footstep/liquidC1.ogg
  682. footstep/liquid3/right sounds/footstep/liquidC2.ogg
  683. footstep/liquid3/land sounds/footstep/liquidBL.ogg
  684. footstep/liquid4/left sounds/footstep/liquidD1.ogg
  685. footstep/liquid4/right sounds/footstep/liquidD2.ogg
  686. footstep/liquid4/land sounds/footstep/liquidAL.ogg
  687. footstep/liquid5/left sounds/footstep/liquidE1.ogg
  688. footstep/liquid5/right sounds/footstep/liquidE2.ogg
  689. footstep/liquid5/land sounds/footstep/liquidAL.ogg
  690. footstep/magic/left1 sounds/footstep/magic1.ogg
  691. footstep/magic/left2 sounds/footstep/magic3.ogg
  692. footstep/magic/right1 sounds/footstep/magic2.ogg
  693. footstep/magic/right2 sounds/footstep/magic4.ogg
  694. footstep/magic/land sounds/footstep/magicL.ogg
  695. $random footstep/magic/left { footstep/magic/left1 footstep/magic/left2 }
  696. $random footstep/magic/right { footstep/magic/right1 footstep/magic/right2 }
  697. footstep/metal1/left1 sounds/footstep/metalA1.ogg
  698. footstep/metal1/left2 sounds/footstep/metalA3.ogg
  699. footstep/metal1/right1 sounds/footstep/metalA2.ogg
  700. footstep/metal1/right2 sounds/footstep/metalA4.ogg
  701. footstep/metal1/land sounds/footstep/metalAL.ogg
  702. $random footstep/metal1/left { footstep/metal1/left1 footstep/metal1/left2 }
  703. $random footstep/metal1/right { footstep/metal1/right1 footstep/metal1/right2 }
  704. footstep/metal2/left sounds/footstep/metalB1.ogg
  705. footstep/metal2/right sounds/footstep/metalB2.ogg
  706. footstep/metal2/land sounds/footstep/metalBL.ogg
  707. footstep/rickety/left sounds/footstep/rickety1.ogg
  708. footstep/rickety/right sounds/footstep/rickety2.ogg
  709. footstep/rickety/land sounds/footstep/ricketyL.ogg
  710. footstep/rock1/left1 sounds/footstep/rockA1.ogg
  711. footstep/rock1/left2 sounds/footstep/rockA3.ogg
  712. footstep/rock1/right1 sounds/footstep/rockA2.ogg
  713. footstep/rock1/right2 sounds/footstep/rockA4.ogg
  714. footstep/rock1/land sounds/footstep/rockAL.ogg
  715. $random footstep/rock1/left { footstep/rock1/left1 footstep/rock1/left2 }
  716. $random footstep/rock1/right { footstep/rock1/right1 footstep/rock1/right2 }
  717. footstep/rock2/left sounds/footstep/rockB1.ogg
  718. footstep/rock2/right sounds/footstep/rockB2.ogg
  719. footstep/rock2/land sounds/footstep/rockBL.ogg
  720. footstep/rock3/left sounds/footstep/rockC1.ogg
  721. footstep/rock3/right sounds/footstep/rockC2.ogg
  722. footstep/rock3/land sounds/footstep/rockCL.ogg
  723. footstep/rock4/left sounds/footstep/rockD1.ogg
  724. footstep/rock4/right sounds/footstep/rockD2.ogg
  725. footstep/rock4/land sounds/footstep/rockDL.ogg
  726. footstep/slimy1/left1 sounds/footstep/slimyA1.ogg
  727. footstep/slimy1/left2 sounds/footstep/slimyA3.ogg
  728. footstep/slimy1/right1 sounds/footstep/slimyA2.ogg
  729. footstep/slimy1/right2 sounds/footstep/slimyA4.ogg
  730. footstep/slimy1/land sounds/footstep/slimyAL.ogg
  731. $random footstep/slimy1/left { footstep/slimy1/left1 footstep/slimy1/left2 }
  732. $random footstep/slimy1/right { footstep/slimy1/right1 footstep/slimy1/right2 }
  733. footstep/slimy2/left sounds/footstep/slimyB1.ogg
  734. footstep/slimy2/right sounds/footstep/slimyB2.ogg
  735. footstep/slimy2/land sounds/footstep/slimyBL.ogg
  736. footstep/slimy3/left sounds/footstep/slimyC1.ogg
  737. footstep/slimy3/right sounds/footstep/slimyC2.ogg
  738. footstep/slimy3/land sounds/footstep/slimyBL.ogg
  739. footstep/slimy4/left sounds/footstep/slimyD1.ogg
  740. footstep/slimy4/right sounds/footstep/slimyD2.ogg
  741. footstep/slimy4/land sounds/footstep/slimyBL.ogg
  742. footstep/snow/left1 sounds/footstep/snow1.ogg
  743. footstep/snow/left2 sounds/footstep/snow3.ogg
  744. footstep/snow/right1 sounds/footstep/snow2.ogg
  745. footstep/snow/right2 sounds/footstep/snow4.ogg
  746. footstep/snow/land sounds/footstep/slimyBL.ogg
  747. $random footstep/snow/left { footstep/snow/left1 footstep/snow/left2 }
  748. $random footstep/snow/right { footstep/snow/right1 footstep/snow/right2 }
  749. footstep/tile1/left1 sounds/footstep/tileA1.ogg
  750. footstep/tile1/left2 sounds/footstep/tileA3.ogg
  751. footstep/tile1/right1 sounds/footstep/tileA2.ogg
  752. footstep/tile1/right2 sounds/footstep/tileA4.ogg
  753. footstep/tile1/land sounds/footstep/dirtL.ogg
  754. $random footstep/tile1/left { footstep/tile1/left1 footstep/tile1/left2 }
  755. $random footstep/tile1/right { footstep/tile1/right1 footstep/tile1/right2 }
  756. footstep/tile2/left sounds/footstep/tileB1.ogg
  757. footstep/tile2/right sounds/footstep/tileB2.ogg
  758. footstep/tile2/land sounds/footstep/tileBL.ogg
  759. footstep/wood/left sounds/footstep/wood1.ogg
  760. footstep/wood/right sounds/footstep/wood2.ogg
  761. footstep/wood/land sounds/footstep/woodL.ogg
  762. $volume footstep/carpet/left 0.5
  763. $volume footstep/carpet/right 0.5
  764. $volume footstep/carpet/land 0.5
  765. $volume footstep/dirt/left 0.66
  766. $volume footstep/dirt/right 0.66
  767. $volume footstep/dirt/land 0.5
  768. $volume footstep/gravel/left 0.5
  769. $volume footstep/gravel/right 0.5
  770. $volume footstep/gravel/land 0.5
  771. $volume footstep/liquid1/left 0.5
  772. $volume footstep/liquid1/right 0.5
  773. $volume footstep/liquid1/land 0.5
  774. $volume footstep/liquid2/left 0.5
  775. $volume footstep/liquid2/right 0.5
  776. $volume footstep/liquid2/land 0.5
  777. $volume footstep/liquid3/left 0.4
  778. $volume footstep/liquid3/right 0.4
  779. $volume footstep/liquid3/land 0.5
  780. $volume footstep/liquid4/left 0.5
  781. $volume footstep/liquid4/right 0.5
  782. $volume footstep/liquid4/land 0.5
  783. $volume footstep/liquid5/left 0.5
  784. $volume footstep/liquid5/right 0.5
  785. $volume footstep/liquid5/land 0.5
  786. $volume footstep/magic/left 0.5
  787. $volume footstep/magic/right 0.5
  788. $volume footstep/magic/land 0.5
  789. $volume footstep/metal1/left 0.5
  790. $volume footstep/metal1/right 0.5
  791. $volume footstep/metal1/land 0.5
  792. $volume footstep/metal2/left 0.45
  793. $volume footstep/metal2/right 0.45
  794. $volume footstep/metal2/land 0.5
  795. $volume footstep/rickety/left 0.45
  796. $volume footstep/rickety/right 0.45
  797. $volume footstep/rickety/land 0.5
  798. $volume footstep/rock1/left 0.5
  799. $volume footstep/rock1/right 0.5
  800. $volume footstep/rock1/land 0.5
  801. $volume footstep/rock2/left 0.5
  802. $volume footstep/rock2/right 0.5
  803. $volume footstep/rock2/land 0.5
  804. $volume footstep/rock3/left 0.4
  805. $volume footstep/rock3/right 0.4
  806. $volume footstep/rock3/land 0.5
  807. $volume footstep/rock4/left 0.4
  808. $volume footstep/rock4/right 0.4
  809. $volume footstep/rock4/land 0.5
  810. $volume footstep/slimy1/left 0.4
  811. $volume footstep/slimy1/right 0.4
  812. $volume footstep/slimy1/land 0.5
  813. $volume footstep/slimy2/left 0.4
  814. $volume footstep/slimy2/right 0.4
  815. $volume footstep/slimy2/land 0.5
  816. $volume footstep/slimy3/left 0.5
  817. $volume footstep/slimy3/right 0.5
  818. $volume footstep/slimy3/land 0.5
  819. $volume footstep/slimy4/left 0.5
  820. $volume footstep/slimy4/right 0.5
  821. $volume footstep/slimy4/land 0.5
  822. $volume footstep/snow/left 0.35
  823. $volume footstep/snow/right 0.35
  824. $volume footstep/snow/land 0.5
  825. $volume footstep/tile1/left 0.5
  826. $volume footstep/tile1/right 0.5
  827. $volume footstep/tile1/land 0.5
  828. $volume footstep/tile2/left 0.5
  829. $volume footstep/tile2/right 0.5
  830. $volume footstep/tile2/land 0.5
  831. $volume footstep/wood/left 0.5
  832. $volume footstep/wood/right 0.5
  833. $volume footstep/wood/land 0.5