-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSNDINFO.txt
92 lines (77 loc) · 2.08 KB
/
SNDINFO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
////////////
//CRITTERS//
////////////
//Bats - straight from BoA
$random batfam/idle { batfam/idle1 batfam/idle2 }
batfam/idle1 BATIDLE1
batfam/idle2 BATIDLE2
batfam/pain BATPAIN
batfam/death BATDIE
batfam/crash BATCRASH
//Rats - straight from BoA
Rat/Squeek DSRATSQK
Rat/Active DSRATIDL
$random Rat/Death { DSRATDI1 DSRATDI2 }
DSRATDI1 DSRATDI1
DSRATDI2 DSRATDI2
//Spiders - straight from BoA
spider1/sight1 SPSEE1
spider1/sight2 SPSEE2
$random spider1/sight { spider1/sight1 spider1/sight2 }
spider1/active1 SPACT1
spider1/active2 SPACT2
$random spider1/active { spider1/active1 spider1/active2 }
spider1/melee1 SPATK1
spider1/melee2 SPATK2
$random spider1/melee { spider1/melee1 spider1/melee2 }
spider1/pain1 SPPAI1
spider1/pain2 SPPAI2
spider1/pain3 SPPAI3
$random spider1/pain { spider1/pain1 spider1/pain2 spider1/pain3 }
spider1/death1 SPDTH1
spider1/death2 SPDTH2
$random spider1/death { spider1/death1 spider1/death2 }
spider1/walk1 SPWLK1
spider1/walk2 SPWLK2
$random spider1/walk { spider1/walk1 spider1/walk2 }
spider1/jump SPJMP
////////////
//SWITCHES//
////////////
UWBUTTNS BUTTON
UWSWITCS SWITCH
UWCHAINS LEVER
///////////////
//INTERACTIVE//
///////////////
SFX/FlowLoop LOWFLOW
////////
//SEQS//
////////
uw/metal1 UWCLOS_M
uw/culls1 UWCLOS_P //not present yet
uw/stone1 UWCLOS_S
uw/wood1 UWCLOS_W
uw/metal2 UWOPEN_M
uw/culls2 UWOPEN_P //not present yet
uw/stone2 UWOPEN_S
uw/wood2 UWOPEN_W
hbeat hbeat
////////////////////
//TERRAIN SPLASHES//
////////////////////
// Splashes
world/drip gloop
world/lavasizzle acid5
world/sludgegloop muck5
world/watersplash gloop
$random world/sludgegloopsmall { world/sludgegloopsmall1 world/sludgegloopsmall2 }
world/sludgegloopsmall1 dsplosml
world/sludgegloopsmall2 dsplosm2
//you can override the limit values so multiple splashes can play simultaneously
//note that this sounds bad if multiple splashes play all at once (such as when firing a shotgun into liquid), so override these values at your own discretion
$limit world/drip 4
$limit world/lavasizzle 4
$limit world/sludgegloop 4
$limit world/sludgegloopsmall 4
$limit world/watersplash 4