-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathMENUDEF
642 lines (517 loc) · 24.9 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
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
OptionMenu "IcarusMenu" {
Title "$ICARUS_MENU"
StaticText "$MENU_PISTOLS_TITLE", "Yellow"
StaticText ""
Submenu "$TAG_NYX", "nyxSpawning", 0, 1
StaticText ""
Submenu "$TAG_USP", "usp45Spawning", 0, 1
StaticText ""
StaticText "$MENU_SHOTGUNS_TITLE", "Red"
StaticText ""
Submenu "$TAG_BARRACUDA", "barracudaSpawning", 0, 1
StaticText ""
Submenu "$TAG_SIX12", "six12Spawning", 0, 1
StaticText ""
StaticText "$MENU_MACHINEGUNS_TITLE", "Green"
StaticText ""
Submenu "$TAG_BITCH", "bitchSpawning", 0, 1
StaticText ""
Submenu "$TAG_MBR", "mbrSpawning", 0, 1
StaticText ""
Submenu "$TAG_PD42", "pd42Spawning", 0, 1
StaticText ""
Submenu "$TAG_UMP", "ump45Spawning", 0, 1
StaticText ""
StaticText "$MENU_EXPLOSIVES_TITLE", "Brown"
StaticText ""
Submenu "$TAG_FLAMENWERFER77", "flamenwerferSpawning", 0, 1
StaticText ""
StaticText "$MENU_RIFLES_TITLE", "Orange"
StaticText ""
Submenu "$TAG_FRONTIERSMAN", "frontiersmanSpawning", 0, 1
StaticText ""
StaticText "$MENU_ENERGYWEAPONS_TITLE", "Cyan"
StaticText ""
Submenu "$TAG_FENRIS", "fenrisSpawning", 0, 1
StaticText ""
Submenu "$TAG_GFB9", "gfb9Spawning", 0, 1
StaticText ""
Submenu "$TAG_NCT", "nctSpawning", 0, 1
StaticText ""
StaticText "$MENU_ARMOUR_TITLE", "Sapphire"
StaticText ""
Submenu "$TAG_HEVARMOUR", "hevArmourSpawning", 0, 1
StaticText ""
StaticText ""
StaticText "$MENU_RESETOPTIONS_TITLE", "Red"
StaticText ""
SafeCommand "$ICARUS_RESETALLOPTIONS", "Icarus_Reset_Cvars"
}
AddOptionMenu "OptionsMenu" {
Submenu "$ICARUS_MENU", "IcarusMenu"
}
AddOptionMenu "HDAddonMenu" {
Submenu "$ICARUS_MENU", "IcarusMenu"
}
// Pistols
OptionMenu "nyxSpawning" {
Title "$MENU_NYX_TITLE"
StaticText "$MENU_NOTICE", "Yellow"
StaticText "$MENU_SPAWNRATE_TEXT1", "White"
StaticText "$MENU_SPAWNRATE_TEXT2", "White"
StaticText ""
StaticText "$MENU_WEPSPAWNOPTIONS", "Yellow"
StaticText "$MENU_NYX_PISTOL_SPAWNTEXT", "White"
ScaleSlider "$MENU_WEPSPAWNRATE", "nyx_pistol_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETWEP", "resetcvar nyx_pistol_spawn_bias"
StaticText "$MENU_NYX_HUNTER_SPAWNTEXT", "White"
ScaleSlider "$MENU_WEPSPAWNRATE", "nyx_hunter_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETWEP", "resetcvar nyx_hunter_spawn_bias"
StaticText "$MENU_NYX_SLAYER_SPAWNTEXT", "White"
ScaleSlider "$MENU_WEPSPAWNRATE", "nyx_slayer_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETWEP", "resetcvar nyx_slayer_spawn_bias"
StaticText "$MENU_NYX_CLIPBOX_SPAWNTEXT", "White"
ScaleSlider "$MENU_WEPSPAWNRATE", "nyx_clipbox_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETWEP", "resetcvar nyx_clipbox_spawn_bias"
StaticText ""
StaticText "$MENU_NYX_BACKPACKS", "White"
Option "$MENU_BACKPACKSALLOWED", "nyx_allowBackpacks", "OnOff"
StaticText ""
StaticText "$MENU_MAGSPAWNOPTIONS", "Yellow"
StaticText "$MENU_NYXMAG_CLIPMAG_SPAWNTEXT", "White"
ScaleSlider "$MENU_MAGSPAWNRATE", "nyxmag_clipmag_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETMAG", "resetcvar nyxmag_clipmag_spawn_bias"
StaticText ""
StaticText "$MENU_NYXMAG_BACKPACKS", "White"
Option "$MENU_BACKPACKSALLOWED", "nyxmag_allowBackpacks", "OnOff"
StaticText ""
StaticText "$MENU_PERSISTENCYOPTIONS", "Yellow"
StaticText "$MENU_PERSISTENCY_TEXT", "White"
Option "$MENU_WEPPERSISTENCY", "nyx_persistent_spawning", "OnOff"
Option "$MENU_MAGPERSISTENCY", "nyxmag_persistent_spawning", "OnOff"
SafeCommand "$MENU_RESETPERSISTENCY", "resetcvar nyx_persistent_spawning; resetcvar nyxmag_persistent_spawning"
StaticText ""
StaticText ""
StaticText "$MENU_RESETOPTIONS", "Yellow"
SafeCommand "$MENU_RESETALLOPTIONS", "nyx_reset_cvars"
}
OptionMenu "usp45Spawning" {
Title "$MENU_USP_TITLE"
StaticText "$MENU_NOTICE", "Yellow"
StaticText "$MENU_SPAWNRATE_TEXT1", "White"
StaticText "$MENU_SPAWNRATE_TEXT2", "White"
StaticText ""
StaticText "$MENU_WEPSPAWNOPTIONS", "Yellow"
StaticText "$MENU_USP_PISTOL_SPAWNTEXT", "White"
ScaleSlider "$MENU_WEPSPAWNRATE", "usp45_pistol_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETWEP", "resetcvar usp45_pistol_spawn_bias"
StaticText "$MENU_USP_CLIPBOX_SPAWNTEXT", "White"
ScaleSlider "$MENU_WEPSPAWNRATE", "usp45_clipbox_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETWEP", "resetcvar usp45_clipbox_spawn_bias"
StaticText ""
StaticText "$MENU_USP_BACKPACKS", "White"
Option "$MENU_BACKPACKSALLOWED", "usp45_allowBackpacks", "OnOff"
StaticText ""
StaticText "$MENU_MAGSPAWNOPTIONS", "Yellow"
StaticText "$MENU_USPMAG_CLIPMAG_SPAWNTEXT", "White"
ScaleSlider "$MENU_WEPSPAWNRATE", "usp45mag_clipmag_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETWEP", "resetcvar usp45mag_clipmag_spawn_bias"
StaticText ""
StaticText "$MENU_USPMAG_BACKPACKS", "White"
Option "$MENU_BACKPACKSALLOWED", "usp45mag_allowBackpacks", "OnOff"
StaticText ""
StaticText "$MENU_PERSISTENCYOPTIONS", "Yellow"
StaticText "$MENU_PERSISTENCY_TEXT", "White"
Option "$MENU_WEPPERSISTENCY", "usp45_persistent_spawning", "OnOff"
Option "$MENU_MAGPERSISTENCY", "usp45mag_persistent_spawning", "OnOff"
SafeCommand "$MENU_RESETPERSISTENCY", "resetcvar usp45_persistent_spawning; usp45mag_persistent_spawning"
StaticText ""
StaticText ""
StaticText "$MENU_RESETOPTIONS", "Yellow"
SafeCommand "$MENU_RESETALLOPTIONS", "usp45_reset_cvars"
}
// Shotguns
OptionMenu "barracudaSpawning" {
Title "$MENU_BARRACUDA_TITLE"
StaticText "$MENU_NOTICE", "Red"
StaticText "$MENU_SPAWNRATE_TEXT1", "White"
StaticText "$MENU_SPAWNRATE_TEXT2", "White"
StaticText ""
StaticText "$MENU_SPAWNOPTIONS", "Red"
StaticText "$MENU_BARRACUDA_HUNTER_SPAWNTEXT", "White"
ScaleSlider "$MENU_WEPSPAWNRATE", "barracuda_hunter_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETWEP", "resetcvar barracuda_hunter_spawn_bias"
StaticText "$MENU_BARRACUDA_SLAYER_SPAWNTEXT", "White"
ScaleSlider "$MENU_WEPSPAWNRATE", "barracuda_slayer_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETWEP", "resetcvar barracuda_slayer_spawn_bias"
StaticText ""
StaticText "$MENU_BARRACUDA_BACKPACKS", "White"
Option "$MENU_BACKPACKSALLOWED", "barracuda_allowBackpacks", "OnOff"
StaticText ""
StaticText "$MENU_PERSISTENCYOPTIONS", "Red"
StaticText "$MENU_PERSISTENCY_TEXT", "White"
Option "$MENU_PERSISTENCY", "barracuda_persistent_spawning", "OnOff"
SafeCommand "$MENU_RESETPERSISTENCY", "resetcvar barracuda_persistent_spawning"
StaticText ""
StaticText ""
StaticText "$MENU_RESETOPTIONS", "Red"
SafeCommand "$MENU_RESETALLOPTIONS", "barracuda_reset_cvars"
}
OptionMenu "six12Spawning" {
Title "$MENU_SIX12_TITLE"
StaticText "$MENU_NOTICE", "Red"
StaticText "$MENU_SPAWNRATE_TEXT1", "White"
StaticText "$MENU_SPAWNRATE_TEXT2", "White"
StaticText ""
StaticText "$MENU_WEPSPAWNOPTIONS", "Red"
StaticText "$MENU_SIX12_HUNTER_SPAWNTEXT", "White"
ScaleSlider "$MENU_WEPSPAWNRATE", "six12_hunter_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETWEP", "resetcvar six12_hunter_spawn_bias"
StaticText "$MENU_SIX12_SLAYER_SPAWNTEXT", "White"
ScaleSlider "$MENU_WEPSPAWNRATE", "six12_slayer_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETWEP", "resetcvar six12_slayer_spawn_bias"
StaticText ""
StaticText "$MENU_SIX12_BACKPACKS", "White"
Option "$MENU_BACKPACKSALLOWED", "six12_allowBackpacks", "OnOff"
StaticText ""
StaticText "$MENU_MAGSPAWNOPTIONS", "Red"
StaticText "$MENU_SIX12MAG_SHELL_SHELL_SPAWNTEXT", "White"
ScaleSlider "$MENU_MAGSPAWNRATE", "six12shellmag_shell_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETMAG", "resetcvar six12shellmag_shell_spawn_bias"
StaticText ""
StaticText "$MENU_SIX12MAG_SHELL_BACKPACKS", "White"
Option "$MENU_BACKPACKSALLOWED", "six12shellmag_allowBackpacks", "OnOff"
StaticText ""
StaticText "$MENU_SIX12MAG_SLUG_SHELL_SPAWNTEXT", "White"
ScaleSlider "$MENU_MAGSPAWNRATE", "six12slugmag_shell_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETMAG", "resetcvar six12slugmag_shell_spawn_bias"
StaticText ""
StaticText "$MENU_SIX12MAG_SLUG_BACKPACKS", "White"
Option "$MENU_BACKPACKSALLOWED", "six12slugmag_allowBackpacks", "OnOff"
StaticText ""
StaticText "$MENU_PERSISTENCYOPTIONS", "Red"
StaticText "$MENU_PERSISTENCY_TEXT", "White"
Option "$MENU_WEPPERSISTENCY", "six12_persistent_spawning", "OnOff"
Option "$MENU_SIX12MAG_SHELL_PERSISTENCY", "six12shellmag_persistent_spawning", "OnOff"
Option "$MENU_SIX12MAG_SLUG_PERSISTENCY", "six12slugmag_persistent_spawning", "OnOff"
SafeCommand "$MENU_RESETPERSISTENCY", "resetcvar six12_persistent_spawning; resetcvar six12shellmag_persistent_spawning; resetcvar six12slugmag_persistent_spawning"
StaticText ""
StaticText ""
StaticText "$MENU_RESETOPTIONS", "Red"
SafeCommand "$MENU_RESETALLOPTIONS", "six12_reset_cvars"
}
// Machine Guns
OptionMenu "bitchSpawning" {
Title "$MENU_BITCH_TITLE"
StaticText "$MENU_NOTICE", "Green"
StaticText "$MENU_SPAWNRATE_TEXT1", "White"
StaticText "$MENU_SPAWNRATE_TEXT2", "White"
StaticText ""
StaticText "$MENU_SPAWNOPTIONS", "Green"
StaticText "$MENU_BITCH_CHAINGUN_SPAWNTEXT", "White"
ScaleSlider "$MENU_WEPSPAWNRATE", "bitch_chaingun_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETWEP", "resetcvar bitch_chaingun_spawn_bias"
StaticText ""
StaticText "$MENU_BITCH_BACKPACKS", "White"
Option "$MENU_BACKPACKSALLOWED", "bitch_allowBackpacks", "OnOff"
StaticText ""
StaticText "$MENU_PERSISTENCYOPTIONS", "Green"
StaticText "$MENU_PERSISTENCY_TEXT", "White"
Option "$MENU_PERSISTENCY", "bitch_persistent_spawning", "OnOff"
SafeCommand "$MENU_RESETPERSISTENCY", "resetcvar bitch_persistent_spawning"
StaticText ""
StaticText ""
StaticText "$MENU_RESETOPTIONS", "Green"
SafeCommand "$MENU_RESETALLOPTIONS", "bitch_reset_cvars"
}
OptionMenu "mbrSpawning" {
Title "$MENU_MBR_TITLE"
StaticText "$MENU_NOTICE", "Green"
StaticText "$MENU_SPAWNRATE_TEXT1", "White"
StaticText "$MENU_SPAWNRATE_TEXT2", "White"
StaticText ""
StaticText "$MENU_SPAWNOPTIONS", "Green"
StaticText "$MENU_MBR_CHAINGUN_SPAWNTEXT", "White"
ScaleSlider "$MENU_WEPSPAWNRATE", "mbr_chaingun_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETWEP", "resetcvar mbr_chaingun_spawn_bias"
StaticText "$MENU_MBR_CLIPBOX_SPAWNTEXT", "White"
ScaleSlider "$MENU_WEPSPAWNRATE", "mbr_clipbox_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETWEP", "resetcvar mbr_clipbox_spawn_bias"
StaticText ""
StaticText "$MENU_MBR_BACKPACKS", "White"
Option "$MENU_BACKPACKSALLOWED", "mbr_allowBackpacks", "OnOff"
StaticText ""
StaticText "$MENU_MAGSPAWNOPTIONS", "Green"
StaticText "$MENU_MBRMAGHEAVY_CLIPMAG_SPAWNTEXT", "White"
ScaleSlider "$MENU_MAGSPAWNRATE", "mbrmagheavy_clipmag_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETMAG", "resetcvar mbrmagheavy_clipmag_spawn_bias"
StaticText "$MENU_MBRMAGHEAVY_ROCKET_SPAWNTEXT", "White"
ScaleSlider "$MENU_MAGSPAWNRATE", "mbrmagheavy_rocket_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETMAG", "resetcvar mbrmagheavy_rocket_spawn_bias"
StaticText ""
StaticText "$MENU_MBRMAGLIGHT_CLIPMAG_SPAWNTEXT", "White"
ScaleSlider "$MENU_MAGSPAWNRATE", "mbrmaglight_clipmag_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETMAG", "resetcvar mbrmaglight_clipmag_spawn_bias"
StaticText "$MENU_MBRMAGLIGHT_SHELL_SPAWNTEXT", "White"
ScaleSlider "$MENU_MAGSPAWNRATE", "mbrmaglight_shell_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETMAG", "resetcvar mbrmaglight_shell_spawn_bias"
StaticText ""
StaticText "$MENU_MBRMAGHEAVY_BACKPACKS", "White"
Option "$MENU_BACKPACKSALLOWED", "mbrmagheavy_allowBackpacks", "OnOff"
StaticText ""
StaticText "$MENU_MBRMAGLIGHT_BACKPACKS", "White"
Option "$MENU_BACKPACKSALLOWED", "mbrmaglight_allowBackpacks", "OnOff"
StaticText ""
StaticText "$MENU_PERSISTENCYOPTIONS", "Green"
StaticText "$MENU_PERSISTENCY_TEXT", "White"
Option "$MENU_WEPPERSISTENCY", "mbr_persistent_spawning", "OnOff"
Option "$MENU_MAGPERSISTENCY", "mbrmagheavy_persistent_spawning", "OnOff"
Option "$MENU_MAGPERSISTENCY", "mbrmaglight_persistent_spawning", "OnOff"
SafeCommand "$MENU_RESETPERSISTENCY", "resetcvar mbr_persistent_spawning; resetcvar mbrmagheavy_persistent_spawning; resetcvar mbrmaglight_persistent_spawning"
StaticText ""
StaticText ""
StaticText "$MENU_RESETOPTIONS", "Green"
SafeCommand "$MENU_RESETALLOPTIONS", "mbr_reset_cvars"
}
OptionMenu "pd42Spawning" {
Title "$MENU_PD42_TITLE"
StaticText "$MENU_NOTICE", "Green"
StaticText "$MENU_SPAWNRATE_TEXT1", "White"
StaticText "$MENU_SPAWNRATE_TEXT2", "White"
StaticText ""
StaticText "$MENU_SPAWNOPTIONS", "Green"
StaticText "$MENU_PD42_CHAINGUN_SPAWNTEXT", "White"
ScaleSlider "$MENU_WEPSPAWNRATE", "pd42_chaingun_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETWEP", "resetcvar pd42_chaingun_spawn_bias"
StaticText "$MENU_PD42_CLIPBOX_SPAWNTEXT", "White"
ScaleSlider "$MENU_WEPSPAWNRATE", "pd42_clipbox_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETWEP", "resetcvar pd42_clipbox_spawn_bias"
StaticText ""
StaticText "$MENU_PD42_BACKPACKS", "White"
Option "$MENU_BACKPACKSALLOWED", "pd42_allowBackpacks", "OnOff"
StaticText ""
StaticText "$MENU_MAGSPAWNOPTIONS", "Green"
StaticText "$MENU_PD42MAG_CLIPMAG_SPAWNTEXT", "White"
ScaleSlider "$MENU_MAGSPAWNRATE", "pd42mag_clipmag_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETMAG", "resetcvar pd42mag_clipmag_spawn_bias"
StaticText ""
StaticText "$MENU_PD42MAG_BACKPACKS", "White"
Option "$MENU_BACKPACKSALLOWED", "pd42mag_allowBackpacks", "OnOff"
StaticText ""
StaticText "$MENU_PERSISTENCYOPTIONS", "Green"
StaticText "$MENU_PERSISTENCY_TEXT", "White"
Option "$MENU_WEPPERSISTENCY", "pd42_persistent_spawning", "OnOff"
Option "$MENU_MAGPERSISTENCY", "pd42mag_persistent_spawning", "OnOff"
SafeCommand "$MENU_RESETPERSISTENCY", "resetcvar pd42_persistent_spawning; resetcvar pd42mag_persistent_spawning"
StaticText ""
StaticText ""
StaticText "$MENU_RESETOPTIONS", "Green"
SafeCommand "$MENU_RESETALLOPTIONS", "pd42_reset_cvars"
}
OptionMenu "ump45Spawning" {
Title "$MENU_UMP_TITLE"
StaticText "$MENU_NOTICE", "Green"
StaticText "$MENU_SPAWNRATE_TEXT1", "White"
StaticText "$MENU_SPAWNRATE_TEXT2", "White"
StaticText ""
StaticText "$MENU_WEPSPAWNOPTIONS", "Green"
StaticText "$MENU_UMP_CHAINGUN_SPAWNTEXT", "White"
ScaleSlider "$MENU_WEPSPAWNRATE", "ump45_chaingun_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETWEP", "resetcvar ump45_chaingun_spawn_bias"
StaticText "$MENU_UMP_CLIPBOX_SPAWNTEXT", "White"
ScaleSlider "$MENU_WEPSPAWNRATE", "ump45_clipbox_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETWEP", "resetcvar ump45_clipbox_spawn_bias"
StaticText ""
StaticText "$MENU_UMP_BACKPACKS", "White"
Option "$MENU_BACKPACKSALLOWED", "ump45_allowBackpacks", "OnOff"
StaticText ""
StaticText "$MENU_MAGSPAWNOPTIONS", "Green"
StaticText "$MENU_UMPMAG_CLIPMAG_SPAWNTEXT", "White"
ScaleSlider "$MENU_MAGSPAWNRATE", "ump45mag_clipmag_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETMAG", "resetcvar ump45mag_clipmag_spawn_bias"
StaticText ""
StaticText "$MENU_UMPMAG_BACKPACKS", "White"
Option "$MENU_BACKPACKSALLOWED", "ump45mag_allowBackpacks", "OnOff"
StaticText ""
StaticText "$MENU_PERSISTENCYOPTIONS", "Green"
StaticText "$MENU_PERSISTENCY_TEXT", "White"
Option "$MENU_WEPPERSISTENCY", "ump45_persistent_spawning", "OnOff"
Option "$MENU_MAGPERSISTENCY", "ump45mag_persistent_spawning", "OnOff"
SafeCommand "$MENU_RESETPERSISTENCY", "resetcvar ump45_persistent_spawning; resetcvar ump45mag_persistent_spawning"
StaticText ""
StaticText ""
StaticText "$MENU_RESETOPTIONS", "Green"
SafeCommand "$MENU_RESETALLOPTIONS", "ump45_reset_cvars"
}
// Explosives
OptionMenu "flamenwerferSpawning" {
Title "$MENU_FLAMENWERFER77_TITLE"
StaticText ""
Option "$MENU_FLAMENWERFER77_PRETTYLIGHTS", "Flamer_PrettyLights", "YesNo"
StaticText ""
StaticText "$MENU_NOTICE", "Brown"
StaticText "$MENU_SPAWNRATE_TEXT1", "White"
StaticText "$MENU_SPAWNRATE_TEXT2", "White"
StaticText ""
StaticText "$MENU_WEPSPAWNOPTIONS", "Brown"
StaticText "$MENU_FLAMENWERFER77_LAUNCHER_SPAWNTEXT", "White"
ScaleSlider "$MENU_WEPSPAWNRATE", "flamenwerfer_launcher_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETWEP", "resetcvar flamenwerfer_launcher_spawn_bias"
StaticText "$MENU_FLAMENWERFER77_BFG_SPAWNTEXT", "White"
ScaleSlider "$MENU_WEPSPAWNRATE", "flamenwerfer_bfg_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETWEP", "resetcvar flamenwerfer_bfg_spawn_bias"
StaticText ""
StaticText "$MENU_FLAMENWERFER77_BACKPACKS", "White"
Option "$MENU_BACKPACKSALLOWED", "flamenwerfer_allowBackpacks", "OnOff"
StaticText ""
StaticText "$MENU_GASTANK_SPAWNOPTIONS", "Brown"
StaticText "$MENU_GASTANK_ROCKET_SPAWNTEXT", "White"
ScaleSlider "$MENU_GASTANK_SPAWNRATE", "gastank_rocket_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETGASTANK", "resetcvar gastank_rocket_spawn_bias"
StaticText "$MENU_GASTANK_ROCKETBOX_SPAWNTEXT", "White"
ScaleSlider "$MENU_GASTANK_SPAWNRATE", "gastank_rocketbox_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETGASTANK", "resetcvar gastank_rocketbox_spawn_bias"
StaticText "$MENU_GASTANK_BATTERY_SPAWNTEXT", "White"
ScaleSlider "$MENU_GASTANK_SPAWNRATE", "gastank_battery_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETGASTANK", "resetcvar gastank_battery_spawn_bias"
StaticText ""
StaticText "$MENU_GASTANK_BACKPACKS", "White"
Option "$MENU_BACKPACKSALLOWED", "gastank_allowBackpacks", "OnOff"
StaticText ""
StaticText "$MENU_PERSISTENCYOPTIONS", "Brown"
StaticText "$MENU_PERSISTENCY_TEXT", "White"
Option "$MENU_WEPPERSISTENCY", "flamenwerfer_persistent_spawning", "OnOff"
Option "$MENU_GASTANK_PERSISTENCY", "gastank_persistent_spawning", "OnOff"
SafeCommand "$MENU_RESETPERSISTENCY", "resetcvar flamenwerfer_persistent_spawning; resetcvar gastank_persistent_spawning"
StaticText ""
StaticText ""
StaticText "$MENU_RESETOPTIONS", "Brown"
SafeCommand "$MENU_RESETALLOPTIONS", "flamenwerfer_reset_cvars"
}
// Rifles
OptionMenu "frontiersmanSpawning" {
Title "$MENU_FRONTIERSMAN_TITLE"
StaticText "$MENU_NOTICE", "Orange"
StaticText "$MENU_SPAWNRATE_TEXT1", "White"
StaticText "$MENU_SPAWNRATE_TEXT2", "White"
StaticText ""
StaticText "$MENU_SPAWNOPTIONS", "Orange"
StaticText "$MENU_FRONTIERSMAN_HUNTER_SPAWNTEXT", "White"
ScaleSlider "$MENU_WEPSPAWNRATE", "frontiersman_hunter_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETWEP", "resetcvar frontiersman_hunter_spawn_bias"
StaticText "$MENU_FRONTIERSMAN_SLAYER_SPAWNTEXT", "White"
ScaleSlider "$MENU_WEPSPAWNRATE", "frontiersman_slayer_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETWEP", "resetcvar frontiersman_slayer_spawn_bias"
StaticText ""
StaticText "$MENU_FRONTIERSMAN_BACKPACKS", "White"
Option "$MENU_BACKPACKSALLOWED", "frontiersman_allowBackpacks", "OnOff"
StaticText ""
StaticText "$MENU_PERSISTENCYOPTIONS", "Orange"
StaticText "$MENU_PERSISTENCY_TEXT", "White"
Option "$MENU_PERSISTENCY", "frontiersman_persistent_spawning", "OnOff"
SafeCommand "$MENU_RESETPERSISTENCY", "resetcvar frontiersman_persistent_spawning"
StaticText ""
StaticText ""
StaticText "$MENU_RESETOPTIONS", "Orange"
SafeCommand "$MENU_RESETALLOPTIONS", "frontiersman_reset_cvars"
}
// Energy weapons
OptionMenu "fenrisSpawning" {
Title "$MENU_FENRIS_TITLE"
StaticText "$MENU_NOTICE", "Cyan"
StaticText "$MENU_SPAWNRATE_TEXT1", "White"
StaticText "$MENU_SPAWNRATE_TEXT2", "White"
StaticText ""
StaticText "$MENU_SPAWNOPTIONS", "Cyan"
StaticText "$MENU_FENRIS_PLASMA_SPAWNTEXT", "White"
ScaleSlider "$MENU_WEPSPAWNRATE", "fenris_plasma_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETWEP", "resetcvar fenris_plasma_spawn_bias"
StaticText ""
StaticText "$MENU_FENRIS_BACKPACKS", "White"
Option "$MENU_BACKPACKSALLOWED", "fenris_allowBackpacks", "OnOff"
StaticText ""
StaticText "$MENU_PERSISTENCYOPTIONS", "Cyan"
StaticText "$MENU_PERSISTENCY_TEXT", "White"
Option "$MENU_PERSISTENCY", "fenris_persistent_spawning", "OnOff"
SafeCommand "$MENU_RESETPERSISTENCY", "resetcvar fenris_persistent_spawning"
StaticText ""
StaticText ""
StaticText "$MENU_RESETOPTIONS", "Cyan"
SafeCommand "$MENU_RESETALLOPTIONS", "fenris_reset_cvars"
}
OptionMenu "gfb9Spawning" {
Title "$MENU_GFB9_TITLE"
StaticText "$MENU_NOTICE", "Cyan"
StaticText "$MENU_SPAWNRATE_TEXT1", "White"
StaticText "$MENU_SPAWNRATE_TEXT2", "White"
StaticText ""
StaticText "$MENU_SPAWNOPTIONS", "Cyan"
StaticText "$MENU_GFB9_PISTOL_SPAWNTEXT", "White"
ScaleSlider "$MENU_WEPSPAWNRATE", "gfb9_pistol_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETWEP", "resetcvar gfb9_pistol_spawn_bias"
StaticText "$MENU_GFB9_CLIPBOX_SPAWNTEXT", "White"
ScaleSlider "$MENU_WEPSPAWNRATE", "gfb9_clipbox_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETWEP", "resetcvar gfb9_clipbox_spawn_bias"
StaticText ""
StaticText "$MENU_GFB9_BACKPACKS", "White"
Option "$MENU_BACKPACKSALLOWED", "gfb9_allowBackpacks", "OnOff"
StaticText ""
StaticText "$MENU_PERSISTENCYOPTIONS", "Cyan"
StaticText "$MENU_PERSISTENCY_TEXT", "White"
Option "$MENU_PERSISTENCY", "gfb9_persistent_spawning", "OnOff"
SafeCommand "$MENU_RESETPERSISTENCY", "resetcvar gfb9_persistent_spawning"
StaticText ""
StaticText ""
StaticText "$MENU_RESETOPTIONS", "Cyan"
SafeCommand "$MENU_RESETALLOPTIONS", "gfb9_reset_cvars"
}
OptionMenu "nctSpawning" {
Title "$MENU_NCT_TITLE"
StaticText "$MENU_NOTICE", "Cyan"
StaticText "$MENU_SPAWNRATE_TEXT1", "White"
StaticText "$MENU_SPAWNRATE_TEXT2", "White"
StaticText ""
StaticText "$MENU_SPAWNOPTIONS", "Cyan"
StaticText "$MENU_NCT_CHAINSAW_SPAWNTEXT", "White"
ScaleSlider "$MENU_WEPSPAWNRATE", "nct_chainsaw_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETWEP", "resetcvar nct_chainsaw_spawn_bias"
StaticText "$MENU_NCT_BFG_SPAWNTEXT", "White"
ScaleSlider "$MENU_WEPSPAWNRATE", "nct_bfg_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETWEP", "resetcvar nct_bfg_spawn_bias"
StaticText ""
StaticText "$MENU_NCT_BACKPACKS", "White"
Option "$MENU_BACKPACKSALLOWED", "nct_allowBackpacks", "OnOff"
StaticText ""
StaticText "$MENU_PERSISTENCYOPTIONS", "Cyan"
StaticText "$MENU_PERSISTENCY_TEXT", "White"
Option "$MENU_PERSISTENCY", "nct_persistent_spawning", "OnOff"
SafeCommand "$MENU_RESETPERSISTENCY", "resetcvar nct_persistent_spawning"
StaticText ""
StaticText ""
StaticText "$MENU_RESETOPTIONS", "Cyan"
SafeCommand "$MENU_RESETALLOPTIONS", "nct_reset_cvars"
}
// Items
OptionMenu "hevArmourSpawning" {
Title "$MENU_HEVARMOUR_TITLE"
StaticText "$MENU_NOTICE", "Sapphire"
StaticText "$MENU_SPAWNRATE_TEXT1", "White"
StaticText "$MENU_SPAWNRATE_TEXT2", "White"
StaticText ""
StaticText "$MENU_SPAWNOPTIONS", "Sapphire"
StaticText "$MENU_HEVARMOUR_GREENARMOUR_SPAWNTEXT", "White"
ScaleSlider "$MENU_SPAWNRATE", "hevarmour_greenarmour_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETOPTIONS", "resetcvar hevarmour_greenarmour_spawn_bias"
StaticText "$MENU_HEVARMOUR_BLUEARMOUR_SPAWNTEXT", "White"
ScaleSlider "$MENU_SPAWNRATE", "hevarmour_bluearmour_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETOPTIONS", "resetcvar hevarmour_bluearmour_spawn_bias"
StaticText ""
StaticText "$MENU_PERSISTENCYOPTIONS", "Sapphire"
StaticText "$MENU_PERSISTENCY_TEXT", "White"
Option "$MENU_PERSISTENCY", "hevarmour_persistent_spawning", "OnOff"
SafeCommand "$MENU_RESETPERSISTENCY", "resetcvar hevarmour_persistent_spawning"
StaticText ""
StaticText ""
StaticText "$MENU_RESETOPTIONS", "Sapphire"
SafeCommand "$MENU_RESETALLOPTIONS", "hevarmour_reset_cvars"
}