-
Notifications
You must be signed in to change notification settings - Fork 7
/
MENUDEF
826 lines (796 loc) · 39.3 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
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
// For those looking through this, please be noted that I'm going to migrate all of this to a language lump.
// It'll allow other users to translate these menus and such or change the names of the various rounds in it if wanted.
// Sadly, it will make this practically unreadable without the LANGUAGE lump opened also for cross-referencing.
// Keep this in mind. - [Ted]
AddOptionMenu "OptionsMenu"
{
Submenu "$BULLETLIB_MENU", "HDBulletLibMenu"
}
AddOptionMenu "HDAddonMenu"
{
Submenu "$BULLETLIB_MENU", "HDBulletLibMenu"
}
OptionMenu "HDBulletLibMenu"
{
Title "Standard Bullet Library Options"
StaticText "Enabling the ammo types below allows them to be spawned", "White"
StaticText "in ammo boxes and backpacks. Otherwise, they will be disabled.", "White"
StaticText "Keep an ammo type disabled if you are not playing with any", "White"
StaticText "mods that utilize it.", "White"
StaticText "Does not actually control spawning by other mods.", "Fire"
StaticText ""
SafeCommand "Reset all options", "hdb_reset_cvars"
StaticText ""
StaticText "Created by Accensus", "cyan"
Submenu "$TAG_50AE", "50AE", 0, 1
StaticText ""
StaticText "Created by Peppergrinder Team", "purple"
Submenu "$TAG_12SLUG", "12GaugeSlugs", 0, 1
Submenu "$TAG_500SW", "500SW", 0, 1
Submenu "$TAG_420FREI", "420Frei", 0, 1
Submenu "$TAG_069BORE", "069Bore", 0, 1
StaticText ""
StaticText "Created by Bogus", "white"
Submenu "$TAG_50OMG", "50OMG", 0, 1
StaticText ""
StaticText "Created by Popguy", "purple"
Submenu "$TAG_45ACP", "45ACP", 0, 1
Submenu "$TAG_4GB", "4GaugeBuckshot", 0, 1
StaticText ""
StaticText "Created by Swampyrad", "orange"
Submenu "$TAG_10MMAUTO", "10mmAuto", 0, 1
Submenu "$TAG_45LC", "45LC", 0, 1
Submenu "$TAG_G45LC", "Gold45LC", 0, 1
Submenu "$TAG_LLSHELL", "LessLethalShells", 0, 1
Submenu "$TAG_EXPLSHL", "ExplosiveSlugs", 0, 1
Submenu "$TAG_FLARESHELL", "FlareShells", 0, 1
Submenu "$TAG_BIRDSHOT", "Birdshot", 0, 1
Submenu "$TAG_300SAVAGE", "300Savage", 0, 1
Submenu "$TAG_762TOKAREV", "762Tokarev", 0, 1
StaticText ""
StaticText "Created by Cozi & Ted", "green"
Submenu "$TAG_MUSKETBALL", "MusketBalls", 0, 1
StaticText ""
StaticText "Created by Khan", "orange"
Submenu "$TAG_4GS", "4GSS", 0, 1
StaticText ""
StaticText "Created by Potetobloke", "Blue"
Submenu "$TAG_22LR", "5mm", 0, 1
Submenu "$TAG_50AM", "50AM", 0, 1
Submenu "$TAG_6MMFLECH", "6mmF", 0, 1
StaticText ""
StaticText "Created by Wanzer", "Light Blue"
Submenu "$TAG_THUNROCKET", "ThuRKT", 0, 1
Submenu "$TAG_TORTROCKET", "TortRKT", 0, 1
Submenu "$TAG_20MMGREN", "20mmG", 0, 1
StaticText ""
StaticText "Created by HexaDoken", "Dark Green"
Submenu "$TAG_3006", "3006", 0, 1
}
OptionMenu 50AE
{
Title "------ .50 AE Options ------"
StaticText "Notice:", "Cyan"
StaticText "Setting 'spawn rate' to Replace All will suppress", "white"
StaticText "spawns of that given type.", "white"
StaticText ""
StaticText "Spawn Options", "Cyan"
StaticText "Control the spawn rate of .50 AE on Clip Boxes", "white"
ScaleSlider "Spawn Rate: ", "hdb_50ae_box_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_50ae_box_spawn_bias"
StaticText ""
StaticText "Control the spawn rate of .50 AE casings", "white"
ScaleSlider "Spawn Rate: ", "hdb_50ae_casing_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_50ae_casing_spawn_bias"
StaticText ""
StaticText "Enable/Disable .50 AE from spawning in Ammo Boxes and Backpacks.", "Cyan"
FlagOption "$TAG_50AE", "hdblib_enableammo_1", "OnOff", 0
StaticText ""
StaticText "Control whether replacements happen after a mapload.", "white"
Option "Persistent Spawns: ", "hdb_50ae_persistent_spawning", "OnOff"
SafeCommand "Reset persistence options", "resetcvar hdb_50ae_persistent_spawning"
StaticText ""
StaticText ""
StaticText "Reset Options", "Cyan"
SafeCommand "Reset all options", "hdb_50ae_reset_cvars"
}
OptionMenu 500SW
{
Title "------ .500 S&W Options ------"
StaticText "Notice:", "purple"
StaticText "Setting 'spawn rate' to Replace All will suppress", "white"
StaticText "spawns of that given type.", "white"
StaticText ""
StaticText "Spawn Options", "purple"
StaticText "Control the spawn rate of .500 S&W lights on Shell Boxes", "white"
ScaleSlider "Spawn Rate: ", "hdb_500sw_shellbox_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_500sw_shellbox_spawn_bias"
StaticText ""
StaticText "Control the spawn rate of .500 S&W heavies on Rocket Boxes", "white"
ScaleSlider "Spawn Rate: ", "hdb_500sw_rocket_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_500sw_rocket_spawn_bias"
StaticText ""
StaticText "Control the spawn rate of .500 S&W casings", "white"
ScaleSlider "Spawn Rate: ", "hdb_500sw_casing_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_500sw_casing_spawn_bias"
StaticText ""
StaticText "Enable/Disable .500 S&W from spawning in Ammo Boxes and Backpacks.", "purple"
FlagOption "$TAG_500SWL", "hdblib_enableammo_1", "OnOff", 2
FlagOption "$TAG_500SWH", "hdblib_enableammo_1", "OnOff", 3
StaticText ""
StaticText "Control whether replacements happen after a mapload.", "white"
Option "Persistent Spawns: ", "hdb_500sw_persistent_spawning", "OnOff"
SafeCommand "Reset persistence options", "resetcvar hdb_500sw_persistent_spawning"
StaticText ""
StaticText ""
StaticText "Reset Options", "purple"
SafeCommand "Reset all options", "hdb_500sw_reset_cvars"
}
OptionMenu 12GaugeSlugs
{
Title "------ 12 Gauge Slug Options ------"
StaticText "Notice:", "purple"
StaticText "Setting 'spawn rate' to Replace All will suppress", "white"
StaticText "spawns of that given type.", "white"
StaticText ""
StaticText "Spawn Options", "purple"
StaticText "Control the spawn rate of 12-Gauge Slugs on Shell Boxes", "white"
ScaleSlider "Spawn Rate: ", "hdb_12gslug_shellbox_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_12gslug_shellbox_spawn_bias"
StaticText ""
StaticText "Control the spawn rate of 12-Gauge Slugs on Shells", "white"
ScaleSlider "Spawn Rate: ", "hdb_12gslug_shell_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_12gslug_shell_spawn_bias"
StaticText ""
StaticText "Control the spawn rate of 12-Gauge Slug casings", "white"
ScaleSlider "Spawn Rate: ", "hdb_12gslug_casing_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_12gslug_casing_spawn_bias"
StaticText ""
StaticText "Enable/Disable 12 Gauge Slugs from spawning in Ammo Boxes and Backpacks.", "purple"
FlagOption "$TAG_12SLUG", "hdblib_enableammo_1", "OnOff", 1
StaticText ""
StaticText "Control whether replacements happen after a mapload.", "white"
Option "Persistent Spawns: ", "hdb_12gslug_persistent_spawning", "OnOff"
SafeCommand "Reset persistence options", "resetcvar hdb_12gslug_persistent_spawning"
StaticText ""
StaticText ""
StaticText "Reset Options", "purple"
SafeCommand "Reset all options", "hdb_12gslug_reset_cvars"
}
OptionMenu 420Frei
{
Title "------ .451 Frei Options ------"
StaticText "Notice:", "purple"
StaticText "Setting 'spawn rate' to Replace All will suppress", "white"
StaticText "spawns of that given type.", "white"
StaticText ""
StaticText "Spawn Options", "purple"
StaticText "Control the spawn rate of .451 Frei on Clip Boxes", "white"
ScaleSlider "Spawn Rate: ", "hdb_420frei_box_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_420frei_box_spawn_bias"
StaticText ""
StaticText "Control the spawn rate of .451 Frei casings", "white"
ScaleSlider "Spawn Rate: ", "hdb_420frei_casing_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_420frei_casing_spawn_bias"
StaticText ""
StaticText "Enable/Disable .451 Frei from spawning in Ammo Boxes and Backpacks.", "purple"
FlagOption "$TAG_420FREI", "hdblib_enableammo_1", "OnOff", 17
StaticText ""
StaticText "Control whether replacements happen after a mapload.", "white"
Option "Persistent Spawns: ", "hdb_420frei_persistent_spawning", "OnOff"
SafeCommand "Reset persistence options", "resetcvar hdb_420frei_persistent_spawning"
StaticText ""
StaticText ""
StaticText "Reset Options", "purple"
SafeCommand "Reset all options", "hdb_420frei_reset_cvars"
}
OptionMenu 069Bore
{
Title "------ .066 Bore Options ------"
StaticText "Notice:", "purple"
StaticText "Setting 'spawn rate' to Replace All will suppress", "white"
StaticText "spawns of that given type.", "white"
StaticText ""
StaticText "Spawn Options", "purple"
StaticText "Control the spawn rate of .066 Bore on Clip Boxes", "white"
ScaleSlider "Spawn Rate: ", "hdb_069bore_box_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_069bore_box_spawn_bias"
StaticText ""
StaticText "Control the spawn rate of .066 Bore casings", "white"
ScaleSlider "Spawn Rate: ", "hdb_069bore_casing_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_069bore_casing_spawn_bias"
StaticText ""
StaticText "Enable/Disable .066 Bore from spawning in Ammo Boxes and Backpacks.", "purple"
FlagOption "$TAG_069BORE", "hdblib_enableammo_1", "OnOff", 18
StaticText ""
StaticText "Control whether replacements happen after a mapload.", "white"
Option "Persistent Spawns: ", "hdb_069bore_persistent_spawning", "OnOff"
SafeCommand "Reset persistence options", "resetcvar hdb_069bore_persistent_spawning"
StaticText ""
StaticText ""
StaticText "Reset Options", "purple"
SafeCommand "Reset all options", "hdb_069bore_reset_cvars"
}
OptionMenu 50OMG
{
Title "------ .50 OMG Options ------"
StaticText "Notice:", "white"
StaticText "Setting 'spawn rate' to Replace All will suppress", "white"
StaticText "spawns of that given type.", "white"
StaticText ""
StaticText "Spawn Options", "white"
StaticText "Control the spawn rate of .50 OMG on Rocket Boxes", "white"
ScaleSlider "Spawn Rate: ", "hdb_50omg_box_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_50omg_box_spawn_bias"
StaticText ""
StaticText "Control the spawn rate of .50 OMG casings", "white"
ScaleSlider "Spawn Rate: ", "hdb_50omg_casing_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_50omg_casing_spawn_bias"
StaticText ""
StaticText "Enable/Disable .50 OMG from spawning in Ammo Boxes and Backpacks.", "white"
FlagOption "$TAG_50OMG", "hdblib_enableammo_1", "OnOff", 4
StaticText ""
StaticText "Control whether replacements happen after a mapload.", "white"
Option "Persistent Spawns: ", "hdb_50omg_persistent_spawning", "OnOff"
SafeCommand "Reset persistence options", "resetcvar hdb_50omg_persistent_spawning"
StaticText ""
StaticText ""
StaticText "Reset Options", "white"
SafeCommand "Reset all options", "hdb_50OMG_reset_cvars"
}
OptionMenu 45ACP
{
Title "------ .45 ACP Options ------"
StaticText "Notice:", "Purple"
StaticText "Setting 'spawn rate' to Replace All will suppress", "white"
StaticText "spawns of that given type.", "white"
StaticText ""
StaticText "Spawn Options", "Purple"
StaticText "Control the spawn rate of .45 ACP on Clip Boxes", "white"
ScaleSlider "Spawn Rate: ", "hdb_45acp_box_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_45acp_box_spawn_bias"
StaticText ""
StaticText "Control the spawn rate of .45 ACP casings", "white"
ScaleSlider "Spawn Rate: ", "hdb_45acp_casing_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_45acp_casing_spawn_bias"
StaticText ""
StaticText "Enable/Disable .45 ACP from spawning in Ammo Boxes and Backpacks.", "purple"
FlagOption "$TAG_45ACP", "hdblib_enableammo_1", "OnOff", 5
StaticText ""
StaticText "Control whether replacements happen after a mapload.", "white"
Option "Persistent Spawns: ", "hdb_45acp_persistent_spawning", "OnOff"
SafeCommand "Reset persistence options", "resetcvar hdb_45acp_persistent_spawning"
StaticText ""
StaticText ""
StaticText "Reset Options", "Purple"
SafeCommand "Reset all options", "hdb_45ACP_reset_cvars"
}
OptionMenu 10mmAuto
{
Title "------ 10mm Auto Options ------"
StaticText "Notice:", "Orange"
StaticText "Setting 'spawn rate' to Replace All will suppress", "white"
StaticText "spawns of that given type.", "white"
StaticText ""
StaticText "Spawn Options", "Orange"
StaticText "Control the spawn rate of 10mm Auto on Clip Boxes", "white"
ScaleSlider "Spawn Rate: ", "hdb_10mm_box_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_10mm_box_spawn_bias"
StaticText ""
StaticText "Control the spawn rate of 10mm Auto casings", "white"
ScaleSlider "Spawn Rate: ", "hdb_10mm_casing_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_10mm_casing_spawn_bias"
StaticText ""
StaticText "Enable/Disable 10mm Auto and its casings from spawning in Ammo Boxes and Backpacks.", "Orange"
FlagOption "$TAG_10MMAUTO", "hdblib_enableammo_1", "OnOff", 6
FlagOption "$TAG_10MMCASING", "hdblib_enableammo_1", "OnOff", 19
StaticText ""
StaticText "Control whether replacements happen after a mapload.", "white"
Option "Persistent Spawns: ", "hdb_10mm_persistent_spawning", "OnOff"
SafeCommand "Reset persistence options", "resetcvar hdb_10mm_persistent_spawning"
StaticText ""
StaticText ""
StaticText "Reset Options", "Orange"
SafeCommand "Reset all options", "hdb_10mmAuto_reset_cvars"
}
OptionMenu 45LC
{
Title "------ .45 LC Options ------"
StaticText "Notice:", "Orange"
StaticText "Setting 'spawn rate' to Replace All will suppress", "white"
StaticText "spawns of that given type.", "white"
StaticText ""
StaticText "Spawn Options", "Orange"
StaticText "Control the spawn rate of .45 LC on Clip Boxes", "white"
ScaleSlider "Spawn Rate: ", "hdb_45lc_box_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_45lc_box_spawn_bias"
StaticText ""
/*
StaticText "Control the spawn rate of 10mm Auto casings", "white"
ScaleSlider "Spawn Rate: ", "hdb_45lc_casing_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_45lc_casing_spawn_bias"
StaticText ""
*/
StaticText "Enable/Disable .45 LC from spawning in Ammo Boxes and Backpacks.", "Orange"
FlagOption "$TAG_45LC", "hdblib_enableammo_1", "OnOff", 7
StaticText ""
StaticText "Control whether replacements happen after a mapload.", "white"
Option "Persistent Spawns: ", "hdb_45lc_persistent_spawning", "OnOff"
SafeCommand "Reset persistence options", "resetcvar hdb_45lc_persistent_spawning"
StaticText ""
StaticText ""
StaticText "Reset Options", "Orange"
SafeCommand "Reset all options", "hdb_45lc_reset_cvars"
}
OptionMenu Gold45LC
{
Title "------ Gold .45 LC Options ------"
StaticText "Notice:", "Orange"
StaticText "Setting 'spawn rate' to Replace All will suppress", "white"
StaticText "spawns of that given type.", "white"
StaticText ""
StaticText "Spawn Options", "Orange"
StaticText "Control the spawn rate of Gold .45 LC on Clip Boxes", "white"
ScaleSlider "Spawn Rate: ", "hdb_g45lc_box_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_g45lc_box_spawn_bias"
StaticText ""
/*
StaticText "Control the spawn rate of 10mm Auto casings", "white"
ScaleSlider "Spawn Rate: ", "hdb_g45lc_casing_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_g45lc_casing_spawn_bias"
StaticText ""
*/
StaticText "Enable/Disable Gold .45 LC from spawning in Ammo Boxes and Backpacks.", "Orange"
FlagOption "$TAG_G45LC", "hdblib_enableammo_1", "OnOff", 10
StaticText ""
StaticText "Control whether replacements happen after a mapload.", "white"
Option "Persistent Spawns: ", "hdb_g45lc_persistent_spawning", "OnOff"
SafeCommand "Reset persistence options", "resetcvar hdb_g45lc_persistent_spawning"
StaticText ""
StaticText ""
StaticText "Reset Options", "Orange"
SafeCommand "Reset all options", "hdb_g45lc_reset_cvars"
}
OptionMenu LessLethalShells
{
Title "------ Less-Lethal Shell Options ------"
StaticText "Notice:", "Orange"
StaticText "Setting 'spawn rate' to Replace All will suppress", "white"
StaticText "spawns of that given type.", "white"
StaticText ""
StaticText "Spawn Options", "Orange"
StaticText "Control the spawn rate of Less-Lethal Shells on Shell Boxes", "white"
ScaleSlider "Spawn Rate: ", "hdb_LLS_shellbox_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_LLS_shellbox_spawn_bias"
StaticText ""
StaticText "Control the spawn rate of Less-Lethal Shells on Shells", "white"
ScaleSlider "Spawn Rate: ", "hdb_LLS_shell_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_LLS_shell_spawn_bias"
StaticText ""
StaticText "Control the spawn rate of Less-Lethal Shell casings", "white"
ScaleSlider "Spawn Rate: ", "hdb_LLS_casing_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_LLS_casing_spawn_bias"
StaticText ""
StaticText "Enable/Disable Less-Lethal Shells from spawning in Ammo Boxes and Backpacks.", "Orange"
FlagOption "$TAG_LLSHELL", "hdblib_enableammo_1", "OnOff", 8
StaticText ""
StaticText "Control whether replacements happen after a mapload.", "white"
Option "Persistent Spawns: ", "hdb_LLS_persistent_spawning", "OnOff"
SafeCommand "Reset persistence options", "resetcvar hdb_LLS_persistent_spawning"
StaticText ""
StaticText ""
StaticText "Reset Options", "Orange"
SafeCommand "Reset all options", "hdb_lesslethalshells_reset_cvars"
}
OptionMenu ExplosiveSlugs
{
Title "------ Explosve Slug Options ------"
StaticText "Notice:", "Orange"
StaticText "Setting 'spawn rate' to Replace All will suppress", "white"
StaticText "spawns of that given type.", "white"
StaticText ""
StaticText "Spawn Options", "Orange"
StaticText "Control the spawn rate of Explosive Slug boxes on Shell Boxes", "white"
ScaleSlider "Spawn Rate: ", "hdb_ESlug_shellbox_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_ESlug_shellbox_spawn_bias"
StaticText ""
StaticText "Control the spawn rate of Explosive Slugs on Shells", "white"
ScaleSlider "Spawn Rate: ", "hdb_ESlug_shell_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_ESlug_shell_spawn_bias"
StaticText ""
StaticText "Control the spawn rate of Explosive Slug casings", "white"
ScaleSlider "Spawn Rate: ", "hdb_ESlug_casing_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_ESlug_casing_spawn_bias"
StaticText ""
StaticText "Enable/Disable Explosive Slugs from spawning in Ammo Boxes and Backpacks.", "Orange"
FlagOption "$TAG_EXPLSHL", "hdblib_enableammo_1", "OnOff", 9
StaticText ""
StaticText "Control whether replacements happen after a mapload.", "white"
Option "Persistent Spawns: ", "hdb_ESlug_persistent_spawning", "OnOff"
SafeCommand "Reset persistence options", "resetcvar hdb_ESlug_persistent_spawning"
StaticText ""
StaticText ""
StaticText "Reset Options", "Orange"
SafeCommand "Reset all options", "hdb_explosiveslugs_reset_cvars"
}
OptionMenu FlareShells
{
Title "------ Flare Shell Options ------"
StaticText "Notice:", "Orange"
StaticText "Setting 'spawn rate' to Replace All will suppress", "white"
StaticText "spawns of that given type.", "white"
StaticText ""
StaticText "Spawn Options", "Orange"
StaticText "Control the spawn rate of Flare Shell Boxes on Shell Boxes", "white"
ScaleSlider "Spawn Rate: ", "hdb_FShell_shellbox_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_FShell_shellbox_spawn_bias"
StaticText ""
StaticText "Control the spawn rate of Flare Shells on Shells", "white"
ScaleSlider "Spawn Rate: ", "hdb_FShell_shell_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_FShell_shell_spawn_bias"
StaticText ""
StaticText "Enable/Disable Flare Shells from spawning in Ammo Boxes and Backpacks.", "Orange"
FlagOption "$TAG_FLARESHELL", "hdblib_enableammo_1", "OnOff", 11
StaticText ""
StaticText "Control whether replacements happen after a mapload.", "white"
Option "Persistent Spawns: ", "hdb_FShell_persistent_spawning", "OnOff"
SafeCommand "Reset persistence options", "resetcvar hdb_FShell_persistent_spawning"
StaticText ""
StaticText ""
StaticText "Reset Options", "Orange"
SafeCommand "Reset all options", "hdb_fshells_reset_cvars"
}
OptionMenu MusketBalls
{
Title "------ .56 Caliber Musket Balls Options ------"
StaticText "Notice:", "Green"
StaticText "Setting 'spawn rate' to Replace All will suppress", "white"
StaticText "spawns of that given type.", "white"
StaticText ""
StaticText "Spawn Options", "Green"
StaticText "Control the spawn rate of Musket Balls on Casings", "white"
ScaleSlider "Spawn Rate: ", "hdb_MBall_casing_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_MBall_casing_spawn_bias"
StaticText ""
StaticText "Enable/Disable Musket Balls from spawning in Ammo Boxes and Backpacks.", "Green"
FlagOption "$TAG_MUSKETBALL", "hdblib_enableammo_1", "OnOff", 12
StaticText ""
StaticText "Control whether replacements happen after a mapload.", "white"
Option "Persistent Spawns: ", "hdb_MBall_persistent_spawning", "OnOff"
SafeCommand "Reset persistence options", "resetcvar hdb_MBall_persistent_spawning"
StaticText ""
StaticText ""
StaticText "Reset Options", "Green"
SafeCommand "Reset all options", "hdb_mball_reset_cvars"
}
OptionMenu 4GSS
{
Title "------ 4-Gauge Saboted Slug Options ------"
StaticText "Notice:", "Orange"
StaticText "Setting 'spawn rate' to Replace All will suppress", "white"
StaticText "spawns of that given type.", "white"
StaticText ""
StaticText "Spawn Options", "Orange"
StaticText "Control the spawn rate of 4-Gauge Slugs on Shell Boxes", "white"
ScaleSlider "Spawn Rate: ", "hdb_4gss_shellbox_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_4gss_shellbox_spawn_bias"
StaticText ""
StaticText "Control the spawn rate of 4-Gauge Slugs on Shells", "white"
ScaleSlider "Spawn Rate: ", "hdb_4gss_shell_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_4gss_shell_spawn_bias"
StaticText ""
StaticText "Control the spawn rate of 4-Gauge Slug casings", "white"
ScaleSlider "Spawn Rate: ", "hdb_4gss_casing_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_4gss_casing_spawn_bias"
StaticText ""
StaticText "Enable/Disable 4-Gauge Slugs from spawning in Ammo Boxes and Backpacks.", "Orange"
FlagOption "$TAG_4GS", "hdblib_enableammo_1", "OnOff", 13
StaticText ""
StaticText "Control whether replacements happen after a mapload.", "white"
Option "Persistent Spawns: ", "hdb_4gss_persistent_spawning", "OnOff"
SafeCommand "Reset persistence options", "resetcvar hdb_4gss_persistent_spawning"
StaticText ""
StaticText ""
StaticText "Reset Options", "Orange"
SafeCommand "Reset all options", "hdb_4GSS_reset_cvars"
}
OptionMenu 4GaugeBuckshot
{
Title "------ 4-Gauge Buckshot Options ------"
StaticText "Notice:", "Purple"
StaticText "Setting 'spawn rate' to Replace All will suppress", "white"
StaticText "spawns of that given type.", "white"
StaticText ""
StaticText "Spawn Options", "Purple"
StaticText "Control the spawn rate of 4-Gauge Buckshot on Shell Boxes", "white"
ScaleSlider "Spawn Rate: ", "hdb_4gbs_shellbox_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_4gbs_shellbox_spawn_bias"
StaticText ""
StaticText "Control the spawn rate of 4-Gauge Buckshot on Shells", "white"
ScaleSlider "Spawn Rate: ", "hdb_4gbs_shell_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_4gbs_shell_spawn_bias"
StaticText ""
StaticText "Control the spawn rate of 4-Gauge Buckshot casings", "white"
ScaleSlider "Spawn Rate: ", "hdb_4gbs_casing_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_4gbs_casing_spawn_bias"
StaticText ""
StaticText "Enable/Disable 4-Gauge Buckshot from spawning in Ammo Boxes and Backpacks.", "Purple"
FlagOption "$TAG_4GB", "hdblib_enableammo_1", "OnOff", 25
StaticText ""
StaticText "Control whether replacements happen after a mapload.", "white"
Option "Persistent Spawns: ", "hdb_4gbs_persistent_spawning", "OnOff"
SafeCommand "Reset persistence options", "resetcvar hdb_4gbs_persistent_spawning"
StaticText ""
StaticText ""
StaticText "Reset Options", "Purple"
SafeCommand "Reset all options", "hdb_4GBS_reset_cvars"
}
OptionMenu 5mm
{
Title "------ 5mm Bumblebee Rimfire Options ------"
StaticText "Notice:", "Blue"
StaticText "Setting 'spawn rate' to Replace All will suppress", "white"
StaticText "spawns of that given type.", "white"
StaticText ""
StaticText "Spawn Options", "Blue"
StaticText "Control the spawn rate of 5mm Bumblebee Rimfire on Clip Boxes", "white"
ScaleSlider "Spawn Rate: ", "hdb_5mm_box_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_5mm_box_spawn_bias"
StaticText ""
StaticText "Control the spawn rate of 5mm Bumblebee Rimfire casings", "white"
ScaleSlider "Spawn Rate: ", "hdb_5mm_casing_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_5mm_casing_spawn_bias"
StaticText ""
StaticText "Enable/Disable 5mm Bumblebee Rimfire from spawning in Ammo Boxes and Backpacks.", "Blue"
FlagOption "$TAG_22LR", "hdblib_enableammo_1", "OnOff", 14
StaticText ""
StaticText "Control whether replacements happen after a mapload.", "white"
Option "Persistent Spawns: ", "hdb_5mm_persistent_spawning", "OnOff"
SafeCommand "Reset persistence options", "resetcvar hdb_5mm_persistent_spawning"
StaticText ""
StaticText ""
StaticText "Reset Options", "Blue"
SafeCommand "Reset all options", "hdb_5mm_reset_cvars"
}
OptionMenu 50AM
{
Title "------ .50 Action-Mega Options ------"
StaticText "Notice:", "Blue"
StaticText "Setting 'spawn rate' to Replace All will suppress", "white"
StaticText "spawns of that given type.", "white"
StaticText ""
StaticText "Spawn Options", "Blue"
StaticText "Control the spawn rate of .50 Action-Mega on Clip Boxes", "white"
ScaleSlider "Spawn Rate: ", "hdb_50am_box_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_50am_box_spawn_bias"
StaticText ""
StaticText "Control the spawn rate of .50 Action-Mega casings", "white"
ScaleSlider "Spawn Rate: ", "hdb_50am_casing_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_50am_casing_spawn_bias"
StaticText ""
StaticText "Enable/Disable .50 Action-Mega from spawning in Ammo Boxes and Backpacks.", "Blue"
FlagOption "$TAG_50AM", "hdblib_enableammo_1", "OnOff", 16
StaticText ""
StaticText "Control whether replacements happen after a mapload.", "white"
Option "Persistent Spawns: ", "hdb_50am_persistent_spawning", "OnOff"
SafeCommand "Reset persistence options", "resetcvar hdb_50am_persistent_spawning"
StaticText ""
StaticText ""
StaticText "Reset Options", "Blue"
SafeCommand "Reset all options", "hdb_50am_reset_cvars"
}
OptionMenu 6mmF
{
Title "------ 6mm Flechettes Options ------"
StaticText "Notice:", "Blue"
StaticText "Setting 'spawn rate' to Replace All will suppress", "white"
StaticText "spawns of that given type.", "white"
StaticText ""
StaticText "Spawn Options", "Blue"
StaticText "Control the spawn rate of 6mm Flechettes on Clip Boxes", "white"
ScaleSlider "Spawn Rate: ", "hdb_6mm_box_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_6mm_box_spawn_bias"
StaticText ""
StaticText "Control the spawn rate of 6mm Flechettes casings", "white"
ScaleSlider "Spawn Rate: ", "hdb_6mm_casing_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_6mm_casing_spawn_bias"
StaticText ""
StaticText "Enable/Disable 6mm Flechettes from spawning in Ammo Boxes and Backpacks.", "Blue"
FlagOption "$TAG_6MMFLECH", "hdblib_enableammo_1", "OnOff", 15
StaticText ""
StaticText "Control whether replacements happen after a mapload.", "white"
Option "Persistent Spawns: ", "hdb_6mm_persistent_spawning", "OnOff"
SafeCommand "Reset persistence options", "resetcvar hdb_6mm_persistent_spawning"
StaticText ""
StaticText ""
StaticText "Reset Options", "Blue"
SafeCommand "Reset all options", "hdb_6mm_reset_cvars"
}
OptionMenu 20mmG
{
Title "------ 20mm Grenade Options ------"
StaticText "Notice:", "Light Blue"
StaticText "Setting 'spawn rate' to Replace All will suppress", "white"
StaticText "spawns of that given type.", "white"
StaticText ""
StaticText "Spawn Options", "Light Blue"
StaticText "Control the spawn rate of 20mm Grenades on Rocket Boxes", "white"
ScaleSlider "Spawn Rate: ", "hdb_20mm_rbox_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_20mm_rbox_spawn_bias"
StaticText ""
StaticText "Enable/Disable 20mm Grenades from spawning in Ammo Boxes and Backpacks.", "Light Blue"
FlagOption "$TAG_20MMGREN", "hdblib_enableammo_1", "OnOff", 22
StaticText ""
StaticText "Control whether replacements happen after a mapload.", "white"
Option "Persistent Spawns: ", "hdb_20mm_persistent_spawning", "OnOff"
SafeCommand "Reset persistence options", "resetcvar hdb_20mm_persistent_spawning"
StaticText ""
StaticText ""
StaticText "Reset Options", "Light Blue"
SafeCommand "Reset all options", "hdb_20mm_reset_cvars"
}
OptionMenu ThuRKT
{
Title "------ Thunder Rocket Options ------"
StaticText "Notice:", "Light Blue"
StaticText "Setting 'spawn rate' to Replace All will suppress", "white"
StaticText "spawns of that given type.", "white"
StaticText ""
StaticText "Spawn Options", "Light Blue"
StaticText "Control the spawn rate of Thunder Rockets on Rocket Boxes", "white"
ScaleSlider "Spawn Rate: ", "hdb_ThuRKT_rbox_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_ThuRKT_rbox_spawn_bias"
StaticText ""
StaticText "Enable/Disable Thunder Rockets from spawning in Ammo Boxes and Backpacks.", "Light Blue"
FlagOption "$TAG_THUNROCKET", "hdblib_enableammo_1", "OnOff", 20
StaticText ""
StaticText "Control whether replacements happen after a mapload.", "white"
Option "Persistent Spawns: ", "hdb_ThuRKT_persistent_spawning", "OnOff"
SafeCommand "Reset persistence options", "resetcvar hdb_ThuRKT_persistent_spawning"
StaticText ""
StaticText ""
StaticText "Reset Options", "Light Blue"
SafeCommand "Reset all options", "hdb_ThuRKT_reset_cvars"
}
OptionMenu TortRKT
{
Title "------ Tortoise Rocket Options ------"
StaticText "Notice:", "Light Blue"
StaticText "Setting 'spawn rate' to Replace All will suppress", "white"
StaticText "spawns of that given type.", "white"
StaticText ""
StaticText "Spawn Options", "Light Blue"
StaticText "Control the spawn rate of Tortoise Rockets on Rocket Boxes", "white"
ScaleSlider "Spawn Rate: ", "hdb_TortRKT_rbox_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_TortRKT_rbox_spawn_bias"
StaticText ""
StaticText "Enable/Disable Tortoise Rockets from spawning in Ammo Boxes and Backpacks.", "Light Blue"
FlagOption "$TAG_TORTROCKET", "hdblib_enableammo_1", "OnOff", 21
StaticText ""
StaticText "Control whether replacements happen after a mapload.", "white"
Option "Persistent Spawns: ", "hdb_TortRKT_persistent_spawning", "OnOff"
SafeCommand "Reset persistence options", "resetcvar hdb_TortRKT_persistent_spawning"
StaticText ""
StaticText ""
StaticText "Reset Options", "Light Blue"
SafeCommand "Reset all options", "hdb_TortRKT_reset_cvars"
}
OptionMenu 3006
{
Title "------ .30-06 Options ------"
StaticText "Notice:", "Dark Green"
StaticText "Setting 'spawn rate' to Replace All will suppress", "white"
StaticText "spawns of that given type.", "white"
StaticText ""
StaticText "Spawn Options", "Dark Green"
StaticText "Control the spawn rate of .30-06 on Clip Boxes", "white"
ScaleSlider "Spawn Rate: ", "hdb_3006_box_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_3006_box_spawn_bias"
StaticText ""
StaticText "Control the spawn rate of .30-06 casings", "white"
ScaleSlider "Spawn Rate: ", "hdb_3006_casing_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_3006_casing_spawn_bias"
StaticText ""
StaticText "Enable/Disable .30-06 and its casings from spawning in Ammo Boxes and Backpacks.", "Dark Green"
FlagOption "$TAG_3006", "hdblib_enableammo_1", "OnOff", 23
FlagOption "$TAG_3006BRASS", "hdblib_enableammo_1", "OnOff", 24
StaticText ""
StaticText "Control whether replacements happen after a mapload.", "white"
Option "Persistent Spawns: ", "hdb_3006_persistent_spawning", "OnOff"
SafeCommand "Reset persistence options", "resetcvar hdb_3006_persistent_spawning"
StaticText ""
StaticText ""
StaticText "Reset Options", "Dark Green"
SafeCommand "Reset all options", "hdb_3006_reset_cvars"
}
OptionMenu Birdshot
{
Title "------ Birdshot Options ------"
StaticText "Notice:", "Orange"
StaticText "Setting 'spawn rate' to Replace All will suppress", "white"
StaticText "spawns of that given type.", "white"
StaticText ""
StaticText "Spawn Options", "Orange"
StaticText "Control the spawn rate of Birdshot on Shell Boxes", "white"
ScaleSlider "Spawn Rate: ", "hdb_bird_shellbox_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_bird_shellbox_spawn_bias"
StaticText ""
StaticText "Control the spawn rate of Birdshot on Shells", "white"
ScaleSlider "Spawn Rate: ", "hdb_bird_shell_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_bird_shell_spawn_bias"
StaticText ""
StaticText "Control the spawn rate of Birdshot casings", "white"
ScaleSlider "Spawn Rate: ", "hdb_bird_casing_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_bird_casing_spawn_bias"
StaticText ""
StaticText "Enable/Disable Birdshot from spawning in Ammo Boxes and Backpacks.", "Orange"
FlagOption "$TAG_BIRDSHOT", "hdblib_enableammo_1", "OnOff", 26
StaticText ""
StaticText "Control whether replacements happen after a mapload.", "white"
Option "Persistent Spawns: ", "hdb_bird_persistent_spawning", "OnOff"
SafeCommand "Reset persistence options", "resetcvar hdb_bird_persistent_spawning"
StaticText ""
StaticText ""
StaticText "Reset Options", "Orange"
SafeCommand "Reset all options", "hdb_bird_reset_cvars"
}
OptionMenu 300savage
{
Title "------ .300 Savage Options ------"
StaticText "Notice:", "Orange"
StaticText "Setting 'spawn rate' to Replace All will suppress", "white"
StaticText "spawns of that given type.", "white"
StaticText ""
StaticText "Spawn Options", "Orange"
StaticText "Control the spawn rate of .300 Savage on Shell Boxes", "white"
ScaleSlider "Spawn Rate: ", "hdb_300savage_shellbox_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_300savage_shellbox_spawn_bias"
StaticText ""
StaticText "Control the spawn rate of .300 Savage on Shells", "white"
ScaleSlider "Spawn Rate: ", "hdb_300savage_shell_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_300savage_shell_spawn_bias"
StaticText ""
StaticText "Control the spawn rate of .300 Savage casings", "white"
ScaleSlider "Spawn Rate: ", "hdb_300savage_casing_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_300savage_casing_spawn_bias"
StaticText ""
StaticText "Enable/Disable .300 Savage and its casings from spawning in Ammo Boxes and Backpacks.", "Orange"
FlagOption "$TAG_300SAVAGE", "hdblib_enableammo_1", "OnOff", 27
FlagOption "$TAG_300SAVAGEBRASS", "hdblib_enableammo_1", "OnOff", 30
StaticText ""
StaticText "Control whether replacements happen after a mapload.", "white"
Option "Persistent Spawns: ", "hdb_300savage_persistent_spawning", "OnOff"
SafeCommand "Reset persistence options", "resetcvar hdb_300savage_persistent_spawning"
StaticText ""
StaticText ""
StaticText "Reset Options", "Orange"
SafeCommand "Reset all options", "hdb_300savage_reset_cvars"
}
OptionMenu 762Tokarev
{
Title "------ 7.62 Tokarev Options ------"
StaticText "Notice:", "Orange"
StaticText "Setting 'spawn rate' to Replace All will suppress", "white"
StaticText "spawns of that given type.", "white"
StaticText ""
StaticText "Spawn Options", "Orange"
StaticText "Control the spawn rate of 7.62 Tokarev on Clip Boxes", "white"
ScaleSlider "Spawn Rate: ", "hdb_7Tokarev_box_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_7Tokarev_box_spawn_bias"
StaticText ""
StaticText "Control the spawn rate of 7.62 Tokarev casings", "white"
ScaleSlider "Spawn Rate: ", "hdb_7Tokarev_casing_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset spawn options", "resetcvar hdb_7Tokarev_casing_spawn_bias"
StaticText ""
StaticText "Enable/Disable 7.62 Tokarev and its casings from spawning in Ammo Boxes and Backpacks.", "Orange"
FlagOption "$TAG_762TOKAREV", "hdblib_enableammo_1", "OnOff", 28
FlagOption "$TAG_762TOKAREVBRASS", "hdblib_enableammo_1", "OnOff", 29
StaticText ""
StaticText "Control whether replacements happen after a mapload.", "white"
Option "Persistent Spawns: ", "hdb_7Tokarev_persistent_spawning", "OnOff"
SafeCommand "Reset persistence options", "resetcvar hdb_7Tokarev_persistent_spawning"
StaticText ""
StaticText ""
StaticText "Reset Options", "Orange"
SafeCommand "Reset all options", "hdb_762Tokarev_reset_cvars"
}