2013-10-04

I FOUND THE SNDINFO.TXT FOR DOOM LEGACY !!!!!

LOOK AT THAT . I THINK WE CAN DO SOMETHING WITH ADDING SOUNDS RIGHT NOW

http://searchcode.com/codesearch/view/11303501

----------------------------------------------------------------------------------------------------------------------------

; Doom Legacy sound mappings
; Doom Legacy Team 2003-2004
; $Id: SNDINFO.txt 247 2005-05-29 12:22:43Z smite-meister $

; Default attributes
$multiplicity 0
$priority 64
$pitch 0

; NOTE! If no explicit number is given, the sounds are numbered
; in the order they appear in this file. These numbers are used
; in some places inside the executable to refer to the sound.
; Hence order matters. This system is somewhat fragile, but useful.

;===================================================
; Common sounds, introduced here for numbering
;===================================================

game/message .
menu/open .
menu/close .
menu/move .
menu/choose .
menu/fail .
menu/adjust .

player/jump DSJUMP
player/land DSOUCH
player/grunt DSOUCH
player/usefail DSOUCH m1
player/itemup . m1
player/keyup . m1
player/weaponup . m1
player/artiup . m1
player/powerup . m1
player/artiuse . m1
player/frag . m1
player/secret . m1

world/splash DSGLOOP
world/enterwater DSSPLASH
world/exitwater DSFLOUSH
world/quake .
world/teleport .
world/itemrespawn .
world/gib .

door/start .
door/stop .
floor/move .
floor/stop .
ceil/move .
ceil/stop .
plat/start .
plat/move .
plat/stop .
switch/on .
switch/off .

;===================================================
; Doom
;===================================================

$ifdoom
; Doom replacements for the common sounds

; Game sounds
;game/message DSRADIO
game/message DSTINK
menu/open DSSWTCHN
menu/close DSSWTCHX
menu/move DSPSTOP
menu/choose DSPISTOL
menu/fail DSOOF
menu/adjust DSSTNMOV

; Player sounds
player/grunt DSOOF
player/usefail DSNOWAY
player/itemup DSITEMUP
player/keyup DSITEMUP
player/weaponup DSWPNUP
player/powerup DSGETPOW
player/secret DSTINK

; World sounds
world/teleport DSTELEPT
world/itemrespawn DSITMBK
world/gib DSSLOP

door/start DSDOROPN
door/stop DSDORCLS
floor/move DSSTNMOV
floor/stop DSPSTOP
ceil/move DSSTNMOV
ceil/stop DSPSTOP
plat/start DSPSTART
plat/move DSSTNMOV
plat/stop DSPSTOP
switch/on DSSWTCHN
switch/off DSSWTCHX

Statistics: Posted by OVERDRIVE — Fri Oct 04, 2013 8:44 am

Show more