-
Notifications
You must be signed in to change notification settings - Fork 3
/
MENUDEF
466 lines (392 loc) · 16 KB
/
MENUDEF
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
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
// This is the main option menu that'll have all of the other menus for the weaponry.
// Note: Practically everything is LANGUAGE-Lump'd. If you're wondering what each option does and what text it displays, I suggest having that open also. - [Ted]
OptionMenu HexadokenLegacyContinued {
Title "$HEXA_MENU"
StaticText ""
StaticText "$MENU_RIFLES_TITLE", "orange"
StaticText ""
Submenu "$TAG_9MMBOSS", "9mmBoss", 0, 1
StaticText ""
Submenu "$TAG_4MMBOSS", "4mmBoss", 0, 1
StaticText ""
Submenu "$TAG_BOSSMERG", "BasRifle", 0, 1
StaticText ""
Submenu "$TAG_OMGBOSS", "BogRifle", 0, 1
StaticText ""
Submenu "$TAG_5MMBOSS", "5mmBoss", 0, 1
StaticText ""
Submenu "$TAG_NSB", "NoScopeBoss", 0, 1
StaticText ""
Submenu "$TAG_WORSTBOSS", "WorstBoss", 0, 1
StaticText ""
Submenu "$TAG_GARAND", "M1Garand", 0, 1
StaticText ""
StaticText "$MENU_ITEMS_TITLE", "green"
StaticText ""
Submenu "$TAG_DMS", "DMS", 0, 1
StaticText ""
StaticText "--- Reset Options ---", "Red"
StaticText ""
SafeCommand "$HEXA_RESETALLOPTIONS", "Hexa_Reset_Cvars"
}
// This adds it to options so we don't have multiple option menus in the main options menu. - [Ted]
AddOptionMenu "OptionsMenu" {
Submenu "$HEXA_MENU", "HexadokenLegacyContinued"
}
// This does the same as aboved but for the HD Addon menu. - [Ted]
AddOptionMenu "HDAddonMenu" {
Submenu "$HEXA_MENU", "HexadokenLegacyContinued"
}
OptionMenu 9mmBoss {
Title "$TITLE_9MMBOSSMENU"
StaticText "$MENU_NOTICE", "Orange"
StaticText "$MENU_SPAWNRATE_TEXT1", "white"
StaticText "$MENU_SPAWNRATE_TEXT2", "white"
StaticText ""
StaticText "$MENU_SPAWNOPTIONS", "Orange"
StaticText "$MENU_9MMBOSS_BOSS_SPAWNTEXT", "white"
ScaleSlider "$MENU_9MMBOSSSPAWNRATE", "boss9mm_boss_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETWEP", "resetcvar boss9mm_boss_spawn_bias"
StaticText ""
StaticText "$MENU_9MMBOSS_PISTOL_SPAWNTEXT", "white"
ScaleSlider "$MENU_9MMBOSSSPAWNRATE", "boss9mm_pistol_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETWEP", "resetcvar boss9mm_pistol_spawn_bias"
StaticText ""
StaticText "$MENU_9MMBOSS_CLIPBOX_SPAWNTEXT", "white"
ScaleSlider "$MENU_9MMBOSSSPAWNRATE", "boss9mm_clipbox_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETWEP", "resetcvar boss9mm_clipbox_spawn_bias"
StaticText ""
StaticText "$MENU_BACKPACKTEXT", "Orange"
Option "$MENU_9MMBOSSBACKPACK", "boss9mm_allowBackpacks", "OnOff"
StaticText ""
StaticText "$MENU_PERSISTENCYOPTIONS", "ORange"
StaticText "$MENU_PERSISTENCY_TEXT", "white"
Option "$MENU_PERSISTENCY", "boss9mm_persistent_spawning", "OnOff"
SafeCommand "$MENU_RESETPERSISTENCY", "resetcvar boss9mm_persistent_spawning"
StaticText ""
StaticText ""
StaticText "$MENU_RESETOPTIONS", "Orange"
SafeCommand "$MENU_RESETALLOPTIONS", "boss9mm_reset_cvars"
StaticText ""
StaticText "$MENU_LORE_TITLE", "Orange"
StaticText ""
StaticText "$9MMBOSS_LORE1", "white"
StaticText "$9MMBOSS_LORE2", "white"
StaticText "$9MMBOSS_LORE3", "white"
StaticText "$9MMBOSS_LORE4", "white"
}
OptionMenu 4mmBoss {
Title "$TITLE_4MMBOSSMENU"
StaticText "$MENU_NOTICE", "Orange"
StaticText "$MENU_SPAWNRATE_TEXT1", "white"
StaticText "$MENU_SPAWNRATE_TEXT2", "white"
StaticText ""
StaticText "$MENU_SPAWNOPTIONS", "Orange"
StaticText "$MENU_4MMBOSS_BOSS_SPAWNTEXT", "white"
ScaleSlider "$MENU_4MMBOSSSPAWNRATE", "boss4mm_boss_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETWEP", "resetcvar boss4mm_boss_spawn_bias"
StaticText ""
StaticText "$MENU_4MMBOSS_CHAINGUN_SPAWNTEXT", "white"
ScaleSlider "$MENU_4MMBOSSSPAWNRATE", "boss4mm_chaingun_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETWEP", "resetcvar boss4mm_chaingun_spawn_bias"
StaticText ""
StaticText "$MENU_BACKPACKTEXT", "Orange"
Option "$MENU_4MMBOSSBACKPACK", "boss4mm_allowBackpacks", "OnOff"
StaticText ""
StaticText "$MENU_PERSISTENCYOPTIONS", "Orange"
StaticText "$MENU_PERSISTENCY_TEXT", "white"
Option "$MENU_PERSISTENCY", "boss4mm_persistent_spawning", "OnOff"
SafeCommand "$MENU_RESETPERSISTENCY", "resetcvar boss4mm_persistent_spawning"
StaticText ""
StaticText ""
StaticText "$MENU_RESETOPTIONS", "Orange"
SafeCommand "$MENU_RESETALLOPTIONS", "boss4mm_reset_cvars"
StaticText ""
StaticText "$MENU_LORE_TITLE", "Orange"
StaticText ""
StaticText "$4MMBOSS_LORE1", "white"
StaticText "$4MMBOSS_LORE2", "white"
StaticText "$4MMBOSS_LORE3", "white"
StaticText "$4MMBOSS_LORE4", "white"
}
OptionMenu BasRifle {
Title "$TITLE_BOSSMERGMENU"
StaticText "$MENU_NOTICE", "Orange"
StaticText "$MENU_SPAWNRATE_TEXT1", "white"
StaticText "$MENU_SPAWNRATE_TEXT2", "white"
StaticText ""
StaticText "$MENU_SPAWNOPTIONS", "Orange"
StaticText "$MENU_BAS_BOSS_SPAWNTEXT", "white"
ScaleSlider "$MENU_BASSPAWNRATE", "bas_boss_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETWEP", "resetcvar bas_boss_spawn_bias"
StaticText ""
StaticText "$MENU_BAS_HUNTER_SPAWNTEXT", "white"
ScaleSlider "$MENU_BASSPAWNRATE", "bas_hunter_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETWEP", "resetcvar bas_hunter_spawn_bias"
StaticText ""
StaticText "$MENU_BAS_SLAYER_SPAWNTEXT", "white"
ScaleSlider "$MENU_BASSPAWNRATE", "bas_slayer_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETWEP", "resetcvar bas_slayer_spawn_bias"
StaticText ""
StaticText "$MENU_BACKPACKTEXT", "Orange"
Option "$MENU_BASBACKPACK", "bas_allowBackpacks", "OnOff"
StaticText ""
StaticText "$MENU_PERSISTENCYOPTIONS", "Orange"
StaticText "$MENU_PERSISTENCY_TEXT", "white"
Option "$MENU_PERSISTENCY", "bas_persistent_spawning", "OnOff"
SafeCommand "$MENU_RESETPERSISTENCY", "resetcvar bas_persistent_spawning"
StaticText ""
StaticText ""
StaticText "$MENU_RESETOPTIONS", "Orange"
SafeCommand "$MENU_RESETALLOPTIONS", "bas_reset_cvars"
StaticText ""
StaticText "$MENU_LORE_TITLE", "Orange"
StaticText ""
StaticText "$BAS_LORE1", "white"
StaticText "$BAS_LORE2", "white"
StaticText "$BAS_LORE3", "white"
StaticText "$BAS_LORE4", "white"
}
OptionMenu BogRifle {
Title "$TITLE_BOGRIFLEMENU"
StaticText "$MENU_NOTICE", "Orange"
StaticText "$MENU_SPAWNRATE_TEXT1", "white"
StaticText "$MENU_SPAWNRATE_TEXT2", "white"
StaticText ""
StaticText "$MENU_SPAWNOPTIONS", "Orange"
StaticText "$MENU_BOG_BOSS_SPAWNTEXT", "white"
ScaleSlider "$MENU_BOGSPAWNRATE", "bog_boss_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETWEP", "resetcvar bog_boss_spawn_bias"
StaticText ""
StaticText "$MENU_BOG_PLASMA_SPAWNTEXT", "white"
ScaleSlider "$MENU_BOGSPAWNRATE", "bog_plasma_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETWEP", "resetcvar bog_plasma_spawn_bias"
StaticText ""
StaticText "$MENU_BOG_BFG_SPAWNTEXT", "white"
ScaleSlider "$MENU_BOGSPAWNRATE", "bog_bfg_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETWEP", "resetcvar bog_bfg_spawn_bias"
StaticText ""
StaticText "$MENU_BACKPACKTEXT", "Orange"
Option "$MENU_BOGBACKPACK", "bog_allowBackpacks", "OnOff"
Option "$MENU_BOGMAGBACKPACK", "bogmag_allowBackpacks", "OnOff"
StaticText ""
StaticText "$MENU_PERSISTENCYOPTIONS", "Orange"
StaticText "$MENU_PERSISTENCY_TEXT", "white"
Option "$MENU_PERSISTENCY", "bog_persistent_spawning", "OnOff"
SafeCommand "$MENU_RESETPERSISTENCY", "resetcvar bog_persistent_spawning"
StaticText ""
StaticText ""
StaticText "$MENU_RESETOPTIONS", "Orange"
SafeCommand "$MENU_RESETALLOPTIONS", "bog_reset_cvars"
StaticText ""
StaticText "$MENU_LORE_TITLE", "Orange"
StaticText ""
StaticText "$BOG_LORE1", "white"
StaticText "$BOG_LORE2", "white"
StaticText "$BOG_LORE3", "white"
StaticText "$BOG_LORE4", "white"
}
OptionMenu 5mmBoss {
Title "$TITLE_5MMBOSSMENU"
StaticText "$MENU_NOTICE", "Orange"
StaticText "$MENU_SPAWNRATE_TEXT1", "white"
StaticText "$MENU_SPAWNRATE_TEXT2", "white"
StaticText ""
StaticText "$MENU_SPAWNOPTIONS", "Orange"
StaticText "$MENU_5MMBOSS_BOSS_SPAWNTEXT", "white"
ScaleSlider "$MENU_5MMBOSSSPAWNRATE", "boss5mm_boss_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETWEP", "resetcvar boss5mm_boss_spawn_bias"
StaticText ""
StaticText "$MENU_5MMBOSS_CHAINGUN_SPAWNTEXT", "white"
ScaleSlider "$MENU_5MMBOSSSPAWNRATE", "boss5mm_chaingun_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETWEP", "resetcvar boss5mm_chaingun_spawn_bias"
StaticText ""
StaticText "$MENU_BACKPACKTEXT", "Orange"
Option "$MENU_5MMBOSSBACKPACK", "boss5mm_allowBackpacks", "OnOff"
StaticText ""
StaticText "$MENU_PERSISTENCYOPTIONS", "Orange"
StaticText "$MENU_PERSISTENCY_TEXT", "white"
Option "$MENU_PERSISTENCY", "boss5mm_persistent_spawning", "OnOff"
SafeCommand "$MENU_RESETPERSISTENCY", "resetcvar boss5mm_persistent_spawning"
StaticText ""
StaticText ""
StaticText "$MENU_RESETOPTIONS", "Orange"
SafeCommand "$MENU_RESETALLOPTIONS", "5mmboss_reset_cvars"
StaticText ""
StaticText "$MENU_LORE_TITLE", "Orange"
StaticText ""
StaticText "$5MMBOSS_LORE1", "white"
StaticText "$5MMBOSS_LORE2", "white"
StaticText "$5MMBOSS_LORE3", "white"
StaticText "$5MMBOSS_LORE4", "white"
}
OptionMenu NoScopeBoss {
Title "$TITLE_NSBMENU"
StaticText "$MENU_NOTICE", "Orange"
StaticText "$MENU_SPAWNRATE_TEXT1", "white"
StaticText "$MENU_SPAWNRATE_TEXT2", "white"
StaticText ""
StaticText "$MENU_SPAWNOPTIONS", "Orange"
StaticText "$MENU_NSB_BOSS_SPAWNTEXT", "white"
ScaleSlider "$MENU_NSBSPAWNRATE", "nsb_boss_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETWEP", "resetcvar nsb_boss_spawn_bias"
StaticText ""
StaticText "$MENU_BACKPACKTEXT", "Orange"
Option "$MENU_NSBBACKPACK", "nsb_allowBackpacks", "OnOff"
StaticText ""
StaticText "$MENU_PERSISTENCYOPTIONS", "Orange"
StaticText "$MENU_PERSISTENCY_TEXT", "white"
Option "$MENU_PERSISTENCY", "nsb_persistent_spawning", "OnOff"
SafeCommand "$MENU_RESETPERSISTENCY", "resetcvar nsb_persistent_spawning"
StaticText ""
StaticText ""
StaticText "$MENU_RESETOPTIONS", "Orange"
SafeCommand "$MENU_RESETALLOPTIONS", "nsb_reset_cvars"
StaticText ""
StaticText "$MENU_LORE_TITLE", "Orange"
StaticText ""
StaticText "$NSB_LORE1", "white"
StaticText "$NSB_LORE2", "white"
StaticText "$NSB_LORE3", "white"
StaticText "$NSB_LORE4", "white"
}
OptionMenu WorstBoss {
Title "$TITLE_WORSTMENU"
StaticText "$MENU_NOTICE", "Orange"
StaticText "$MENU_SPAWNRATE_TEXT1", "white"
StaticText "$MENU_SPAWNRATE_TEXT2", "white"
StaticText ""
StaticText "$MENU_SPAWNOPTIONS", "Orange"
StaticText "$MENU_WORST_BOSS_SPAWNTEXT", "white"
ScaleSlider "$MENU_WORSTSPAWNRATE", "worstBoss_boss_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETWEP", "resetcvar worstBoss_boss_spawn_bias"
StaticText ""
StaticText "$MENU_BACKPACKTEXT", "Orange"
Option "$MENU_WORSTBACKPACK", "worstBoss_allowBackpacks", "OnOff"
StaticText ""
StaticText "$MENU_PERSISTENCYOPTIONS", "Orange"
StaticText "$MENU_PERSISTENCY_TEXT", "white"
Option "$MENU_PERSISTENCY", "worstBoss_persistent_spawning", "OnOff"
SafeCommand "$MENU_RESETPERSISTENCY", "resetcvar worstBoss_persistent_spawning"
StaticText ""
StaticText ""
StaticText "$MENU_RESETOPTIONS", "Orange"
SafeCommand "$MENU_RESETALLOPTIONS", "worstBoss_reset_cvars"
StaticText ""
StaticText "$MENU_LORE_TITLE", "Orange"
StaticText ""
StaticText "$WORSTBOSS_LORE1", "white"
StaticText "$WORSTBOSS_LORE2", "white"
StaticText "$WORSTBOSS_LORE3", "white"
StaticText "$WORSTBOSS_LORE4", "white"
}
OptionMenu M1Garand {
Title "$TITLE_GARANDMENU"
StaticText "$MENU_NOTICE", "Orange"
StaticText "$MENU_SPAWNRATE_TEXT1", "white"
StaticText "$MENU_SPAWNRATE_TEXT2", "white"
StaticText ""
StaticText "$MENU_SPAWNOPTIONS", "Orange"
StaticText "$MENU_GARAND_CHAINGUN_SPAWNTEXT", "white"
ScaleSlider "$MENU_GARANDSPAWNRATE", "gar_chaingun_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETWEP", "resetcvar gar_chaingun_spawn_bias"
StaticText "$MENU_GARAND_LIBERATOR_SPAWNTEXT", "white"
ScaleSlider "$MENU_GARANDSPAWNRATE", "gar_liberator_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETWEP", "resetcvar gar_liberator_spawn_bias"
StaticText ""
StaticText "$MENU_BACKPACKTEXT", "Orange"
Option "$MENU_GARANDBACKPACK", "gar_allowBackpacks", "OnOff"
Option "$MENU_GARANDMAGBACKPACK", "garmag_allowBackpacks", "OnOff"
StaticText ""
StaticText "$MENU_PERSISTENCYOPTIONS", "Orange"
StaticText "$MENU_PERSISTENCY_TEXT", "white"
Option "$MENU_PERSISTENCY", "gar_persistent_spawning", "OnOff"
SafeCommand "$MENU_RESETPERSISTENCY", "resetcvar gar_persistent_spawning"
StaticText ""
StaticText "$MENU_MISCOPTIONS", "Orange"
StaticText "$MENU_GARANDAMMO", "white"
Option "$MENU_GARANDAMMOTYPE", "hd_garand_ammotype", "HDgarandfeed"
SafeCommand "$MENU_GARANDAMMORESET", "resetcvar hd_garand_ammotype"
StaticText ""
StaticText "$MENU_GARANDRELOADERSPEED", "white"
Option "$MENU_GARANDSPEED", "hd_garand_reloadspeed", "HDgarandspeed"
SafeCommand "$MENU_RESETGARANDSPEED", "resetcvar hd_garand_reloadspeed"
StaticText ""
StaticText "$MENU_GARANDRELOADERCAPACITYTEXT", "white"
Option "$MENU_GARANDRELOADERCAPACITY", "hd_garand_reloadcapacity", "hdgarandcap"
SafeCommand "$MENU_RESETGARANDRELOADERCAPACITY", "resetcvar hd_garand_reloadcapacity"
StaticText ""
StaticText ""
StaticText "$MENU_RESETOPTIONS", "Orange"
SafeCommand "$MENU_RESETALLOPTIONS", "gar_reset_cvars"
StaticText ""
StaticText "$MENU_LORE_TITLE", "Orange"
StaticText ""
StaticText "$GARAND_LORE1", "white"
StaticText "$GARAND_LORE2", "white"
StaticText "$GARAND_LORE3", "white"
StaticText "$GARAND_LORE4", "white"
}
OptionMenu DMS {
Title "$TITLE_DMSMENU"
StaticText "$MENU_NOTICE", "Green"
StaticText "$MENU_SPAWNRATE_TEXT1", "white"
StaticText "$MENU_SPAWNRATE_TEXT2", "white"
StaticText ""
StaticText "$MENU_SPAWNOPTIONS", "Green"
StaticText "$MENU_DMSSTIMPACK", "white"
ScaleSlider "$MENU_DMSSPAWNRATE", "dms_stimpack_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETSTIMPACK", "resetcvar dms_stimpack_bias"
StaticText ""
StaticText "$MENU_DMSMEDIKIT", "white"
ScaleSlider "$MENU_DMSSPAWNRATE", "dms_medikit_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETMEDIKIT", "resetcvar dms_medikit_bias"
StaticText ""
StaticText "$MENU_DMSZERK", "white"
ScaleSlider "$MENU_DMSSPAWNRATE", "dms_zerk_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETZERK", "resetcvar dms_zerk_bias"
StaticText ""
StaticText "$MENU_BACKPACKTEXT", "Green"
Option "$MENU_DMSBACKPACK", "dms_allowBackpacks", "OnOff"
StaticText ""
StaticText "$MENU_RESETOPTIONS", "Green"
StaticText "$MENU_PERSISTENCY_TEXT", "white"
Option "$MENU_PERSISTENCY", "dms_persistent_spawning", "OnOff"
SafeCommand "$MENU_RESETPERSISTENCY", "resetcvar dms_persistent_spawning"
StaticText ""
StaticText ""
StaticText "$MENU_RESETOPTIONS", "Green"
SafeCommand "$MENU_RESETALLOPTIONS", "dms_reset_cvars"
StaticText ""
StaticText "$MENU_LORE_TITLE", "Green"
StaticText ""
StaticText "$DMS_LORE1", "white"
StaticText "$DMS_LORE2", "white"
StaticText "$DMS_LORE3", "white"
StaticText "$DMS_LORE4", "white"
}
OptionValue "HDgarandfeed" {
0, ".30-06"
1, "7.76mm"
2, "7.76mm but stronger"
}
OptionValue "HDgarandspeed" {
0, "Normal"
1, "Fast"
2, "Very fast"
3, "Really fast"
4, "Stupidly fast"
5, "Volume warning"
6, "BRRRRRRT"
}
OptionValue "HDgarandcap" {
8, "8 rounds"
16, "16 rounds"
24, "24 rounds"
32, "32 rounds"
40, "40 rounds"
80, "80 rounds"
120, "120 rounds"
160, "160 rounds"
200, "200 rounds"
}