@@ -55,18 +55,18 @@ GLOBAL_LIST_INIT(footstep, list(
55
55
' sound/effects/footstep/wood1.ogg' ,
56
56
' sound/effects/footstep/wood2.ogg' ,
57
57
' sound/effects/footstep/wood3.ogg' ,
58
- ' sound/effects/footstep/wood4.ogg' ), 100 , 0 ),
58
+ ' sound/effects/footstep/wood4.ogg' ), 80 , 0 ),
59
59
FOOTSTEP_FLOOR = list (list (
60
60
' sound/effects/footstep/floor1.ogg' ,
61
61
' sound/effects/footstep/floor2.ogg' ,
62
62
' sound/effects/footstep/floor3.ogg' ,
63
63
' sound/effects/footstep/floor4.ogg' ,
64
- ' goon/sounds/footstep/floor5.ogg' ), 75 , - 1 ),
64
+ ' goon/sounds/footstep/floor5.ogg' ), 50 , - 1 ),
65
65
FOOTSTEP_PLATING = list (list (
66
66
' sound/effects/footstep/plating1.ogg' ,
67
67
' sound/effects/footstep/plating2.ogg' ,
68
68
' sound/effects/footstep/plating3.ogg' ,
69
- ' sound/effects/footstep/plating4.ogg' ), 100 , 1 ),
69
+ ' sound/effects/footstep/plating4.ogg' ), 70 , 1 ),
70
70
FOOTSTEP_CARPET = list (list (
71
71
' sound/effects/footstep/carpet1.ogg' ,
72
72
' sound/effects/footstep/carpet2.ogg' ,
@@ -105,12 +105,12 @@ GLOBAL_LIST_INIT(barefootstep, list(
105
105
' sound/effects/footstep/woodbarefoot1.ogg' ,
106
106
' sound/effects/footstep/woodbarefoot2.ogg' ,
107
107
' sound/effects/footstep/woodbarefoot3.ogg' ,
108
- ' sound/effects/footstep/woodbarefoot4.ogg' ), 80 , - 1 ),
108
+ ' sound/effects/footstep/woodbarefoot4.ogg' ), 20 , - 1 ),
109
109
FOOTSTEP_HARD_BAREFOOT = list (list (
110
110
' sound/effects/footstep/hardbarefoot1.ogg' ,
111
111
' sound/effects/footstep/hardbarefoot2.ogg' ,
112
112
' sound/effects/footstep/hardbarefoot3.ogg' ,
113
- ' sound/effects/footstep/hardbarefoot4.ogg' ), 80 , - 1 ),
113
+ ' sound/effects/footstep/hardbarefoot4.ogg' ), 20 , - 1 ),
114
114
FOOTSTEP_CARPET_BAREFOOT = list (list (
115
115
' sound/effects/footstep/carpetbarefoot1.ogg' ,
116
116
' sound/effects/footstep/carpetbarefoot2.ogg' ,
@@ -138,6 +138,11 @@ GLOBAL_LIST_INIT(barefootstep, list(
138
138
' sound/effects/footstep/lava3.ogg' ), 100 , 0 ),
139
139
FOOTSTEP_MEAT = list (list (
140
140
' sound/effects/meatslap.ogg' ), 100 , 0 ),
141
+ FOOTSTEP_CATWALK = list (list (
142
+ ' sound/effects/footstep/catwalk1.ogg' ,
143
+ ' sound/effects/footstep/catwalk2.ogg' ,
144
+ ' sound/effects/footstep/catwalk3.ogg' ,
145
+ ' sound/effects/footstep/catwalk4.ogg' ), 30 , 1 ),
141
146
))
142
147
143
148
// claw footsteps lists
@@ -181,6 +186,11 @@ GLOBAL_LIST_INIT(clawfootstep, list(
181
186
' sound/effects/footstep/lava3.ogg' ), 100 , 0 ),
182
187
FOOTSTEP_MEAT = list (list (
183
188
' sound/effects/meatslap.ogg' ), 100 , 0 ),
189
+ FOOTSTEP_CATWALK = list (list (
190
+ ' sound/effects/footstep/catwalk1.ogg' ,
191
+ ' sound/effects/footstep/catwalk2.ogg' ,
192
+ ' sound/effects/footstep/catwalk3.ogg' ,
193
+ ' sound/effects/footstep/catwalk4.ogg' ), 60 , 1 ),
184
194
))
185
195
186
196
// heavy footsteps list
@@ -199,5 +209,10 @@ GLOBAL_LIST_INIT(heavyfootstep, list(
199
209
' sound/effects/footstep/lava3.ogg' ), 100 , 0 ),
200
210
FOOTSTEP_MEAT = list (list (
201
211
' sound/effects/meatslap.ogg' ), 100 , 0 ),
212
+ FOOTSTEP_CATWALK = list (list (
213
+ ' sound/effects/footstep/catwalk1.ogg' ,
214
+ ' sound/effects/footstep/catwalk2.ogg' ,
215
+ ' sound/effects/footstep/catwalk3.ogg' ,
216
+ ' sound/effects/footstep/catwalk4.ogg' ), 100 , 1 ),
202
217
))
203
218
0 commit comments