-
Notifications
You must be signed in to change notification settings - Fork 0
/
mod.csv
We can make this file beautiful and searchable if this error is corrected: It looks like row 2 should actually have 1 column, instead of 2 in line 1.
339 lines (289 loc) · 6.69 KB
/
mod.csv
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
# REQUIRES
#require,common_mp
#require,mp_dome
# RAWFILES
rawfile,braxi/_admin.gsc
rawfile,braxi/_cod4stuff.gsc
rawfile,braxi/_common.gsc
rawfile,braxi/_clientdvar.gsc
rawfile,braxi/_stats.gsc
rawfile,braxi/_sounds.gsc
rawfile,braxi/_credits.gsc
rawfile,braxi/_dvar.gsc
rawfile,braxi/_maps.gsc
rawfile,braxi/_mapvoting.gsc
rawfile,braxi/_menus.gsc
rawfile,braxi/_playercard.gsc
rawfile,braxi/_mod.gsc
rawfile,braxi/_rank.gsc
rawfile,braxi/_scoreboard.gsc
rawfile,braxi/_teams.gsc
rawfile,plugins/_plugins.gsc
rawfile,map_scripts/_mapscripts.gsc
rawfile,map_scripts/_spawnable_triggers.gsc
rawfile,map_scripts/_custom_triggers.gsc
rawfile,maps/mp/_load.gsc
rawfile,maps/mp/gametypes/_callbacksetup.gsc
rawfile,maps/mp/gametypes/_gametypes.txt
rawfile,maps/mp/gametypes/war.gsc
rawfile,maps/mp/gametypes/deathrun.gsc
rawfile,maps/mp/gametypes/deathrun.txt
#VISIONS
rawfile,vision/jumpers.vision
rawfile,vision/activators.vision
# MENUFILES
menufile,ui_mp/scriptmenus/team_select.menu
menufile,ui_mp/scriptmenus/character_stuff.menu
menufile,ui_mp/scriptmenus/dr_help.menu
menufile,ui_mp/scriptmenus/dr_admin.menu
menufile,ui_mp/scriptmenus/dr_characters.menu
menufile,ui_mp/scriptmenus/dr_weapons.menu
menufile,ui_mp/scriptmenus/dr_knives.menu
menufile,ui_mp/scriptmenus/dr_sprays.menu
menufile,ui_mp/scriptmenus/clientcmd.menu
menufile,ui_mp/quickmessage.menu
menufile,ui_mp/scriptmenus/quickcommands.menu
menufile,ui_mp/scriptmenus/quickresponses.menu
menufile,ui_mp/scriptmenus/quickstatements.menu
menufile,ui_mp/scriptmenus/quickstuff.menu
menufile,ui_mp/killstreaks_hd.menu
menufile,ui_mp/hud_fullscreen.menu
menufile,ui_mp/minimap_fullscreen.menu
menufile,ui_mp/scorebar_hd.menu
# LOCALIZATIONS
localize,english/braxi
localize,english/drm
localize,english/mapvote
localize,english/quickmessage
# STRINGTABLES
stringtable,mp/characterTable.csv
stringtable,mp/sprayTable.csv
stringtable,mp/itemTable.csv
stringtable,mp/knifeTable.csv
# SOUNDS
sound,wtf
sound,party
sound,endmap
sound,endround1
sound,endround2
sound,endround3
sound,endround4
sound,endround5
sound,endround6
sound,endround7
sound,endround8
sound,endround9
sound,endround10
sound,firstblood
sound,lastalive
sound,sprayer
sound,gib_splat
sound,ui_pulse_text_delete
sound,ui_pulse_text_type
// battle chatter
sound,US_mp_cmd_attackleftflank
sound,US_mp_cmd_attackrightflank
sound,US_mp_cmd_fallback
sound,US_mp_cmd_followme
sound,US_mp_cmd_holdposition
sound,US_mp_cmd_movein
sound,US_mp_cmd_regroup
sound,US_mp_cmd_suppressfire
sound,US_mp_rsp_comeon
sound,US_mp_rsp_greatshot
sound,US_mp_rsp_nosir
sound,US_mp_rsp_onmyway
sound,US_mp_rsp_sorry
sound,US_mp_rsp_yessir
sound,US_mp_stm_areasecure
sound,US_mp_stm_enemiesspotted
sound,US_mp_stm_enemyspotted
sound,US_mp_stm_iminposition
sound,US_mp_stm_needreinforcements
sound,US_mp_stm_sniper
sound,US_mp_stm_watchsix
sound,AB_mp_cmd_attackleftflank
sound,AB_mp_cmd_attackrightflank
sound,AB_mp_cmd_fallback
sound,AB_mp_cmd_followme
sound,AB_mp_cmd_holdposition
sound,AB_mp_cmd_movein
sound,AB_mp_cmd_regroup
sound,AB_mp_cmd_suppressfire
sound,AB_mp_rsp_comeon
sound,AB_mp_rsp_greatshot
sound,AB_mp_rsp_nosir
sound,AB_mp_rsp_onmyway
sound,AB_mp_rsp_sorry
sound,AB_mp_rsp_yessir
sound,AB_mp_stm_areasecure
sound,AB_mp_stm_enemiesspotted
sound,AB_mp_stm_enemyspotted
sound,AB_mp_stm_iminposition
sound,AB_mp_stm_needreinforcements
sound,AB_mp_stm_sniper
sound,AB_mp_stm_watchsix
# MATERIALS
material,spray0_menu
material,spray1_menu
material,spray2_menu
material,spray3_menu
material,spray4_menu
material,spray5_menu
material,spray6_menu
material,spray7_menu
material,spray8_menu
material,spray9_menu
material,spray10_menu
material,spray11_menu
material,spray12_menu
material,spray13_menu
material,spray14_menu
material,spray15_menu
material,spray16_menu
material,spray17_menu
material,spray18_menu
material,spray19_menu
material,spray20_menu
material,spray21_menu
material,spray22_menu
material,spray23_menu
material,spray24_menu
material,hud_icon_life
# XMODELS
xmodel,com_teddy_bear
xmodel,gib_abdomen
xmodel,gib_arm
xmodel,gib_chest
xmodel,gib_forearm
xmodel,gib_leg
xmodel,viewhands_engineer
xmodel,viewhands_farmgirl
xmodel,viewhands_mw2_airport
xmodel,viewhands_black_kit
xmodel,viewmodel_hands_zombie
xmodel,captainamericaviewhands
// activator model ( price )
xmodel,head_hero_price_desert
xmodel,mp_body_desert_tf141_assault_a
# FX
fx,deathrun/falling_teddys
fx,deathrun/gib_splat
fx,deathrun/spray0
fx,deathrun/spray1
fx,deathrun/spray2
fx,deathrun/spray3
fx,deathrun/spray4
fx,deathrun/spray5
fx,deathrun/spray6
fx,deathrun/spray7
fx,deathrun/spray8
fx,deathrun/spray9
fx,deathrun/spray10
fx,deathrun/spray11
fx,deathrun/spray12
fx,deathrun/spray13
fx,deathrun/spray14
fx,deathrun/spray15
fx,deathrun/spray16
fx,deathrun/spray17
fx,deathrun/spray18
fx,deathrun/spray19
fx,deathrun/spray20
fx,deathrun/spray21
fx,deathrun/spray22
fx,deathrun/spray23
fx,deathrun/spray24
# CHARACTERS
# Deadpool
material,icon_deadpool
xmodel,deadpool
# Thanos
material,icon_thanos
xmodel,plr_terry_thanos
# Lara Croft
material,icon_laracroft
xmodel,plr_terry_laracroft
# John Cena
material,icon_johncena
xmodel,plr_john_cena
# John Wick
material,icon_johnwick
xmodel,plr_terry_johnwick
# Malice
material,icon_malice
xmodel,plr_terry_malice
# Lynx
material,icon_lynx
xmodel,plr_terry_lynx
# Maven
material,icon_maven
xmodel,plr_terry_maven
# Naruto
material,icon_naruto
xmodel,plr_terry_naruto
# Police
material,icon_police
xmodel,plr_terry_police
# Hitler
material,icon_hitler
xmodel,plr_terry_hitler
# Spiderman
material,icon_spiderman
xmodel,playermodel_vcfox_spiderman
# Black Panther
material,icon_blackpanther
xmodel,plr_terry_blackpanther
# Purple Heart
material,icon_purpleheart
xmodel,plr_terry_purpleheart
# Dragon Warrior
material,icon_dragonwarrior
xmodel,plr_terry_dragonwarrior
# Hell Demon
material,icon_helldemon
xmodel,plr_terry_helldemon
# Motoko
material,icon_motoko
xmodel,plr_terry_motoko
# Ratchet
material,icon_ratchet
xmodel,ratchet
# Scifi Female
material,icon_scififemale
xmodel,plr_terry_scififemale
# Ursegor
material,icon_ursegor
xmodel,plr_terry_ursegor
# Captain America
material,icon_captainamerica
xmodel,captainamerica
# Peely
material,icon_peely
xmodel,plr_terry_peely
# Peely
material,icon_shrek
xmodel,shrekmp
# WEAPONS (required zones: common_mp)
weapon,iw5_deserteagleiw3_mp
weapon,iw5_remington700_mp
weapon,iw5_m40a3_mp
weapon,iw5_rk5_mp
weapon,iw5_zapper_mp
weapon,iw5_m1irons_mp
weapon,iw5_knife_mp
weapon,iw5_magicdagger_mp
weapon,iw5_knifebo2_mp
weapon,iw5_tomahawk_mp
weapon,iw5_bayonet_mp
weapon,iw5_statgear_mp
weapon,iw5_blackhawk_mp
weapon,iw5_slashnburn_mp
weapon,iw5_streetsign_mp
weapon,iw5_arm_mp
weapon,iw5_baseballbat_mp
weapon,iw5_butterflyknife_mp
weapon,iw5_hammer_mp
weapon,iw5_icepick_mp
weapon,iw5_scorpion_mp
weapon,iw5_tribal_mp