forked from pa1nki113r/Project_Brutality
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMENUDEF.txt
931 lines (779 loc) · 30.1 KB
/
MENUDEF.txt
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
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
OptionMenu "OptionsMenu"
{
Title "OPTIONS"
Submenu "Project Brutality Settings", "BDSettings"
StaticText " "
Submenu "Customize Controls", "CustomizeControls"
Submenu "Mouse options", "MouseOptions"
Submenu "Joystick options", "JoystickOptions"
StaticText " "
Submenu "Player Setup", "PlayerMenu"
Submenu "Gameplay Options", "GameplayOptions"
Submenu "Compatibility Options", "CompatibilityOptions"
Submenu "Automap Options", "AutomapOptions"
Submenu "HUD Options", "HUDOptions"
Submenu "Miscellaneous Options", "MiscOptions"
Submenu "Sound Options", "SoundOptions"
Submenu "Display Options", "VideoOptions"
Submenu "Set video mode", "VideoModeMenu"
StaticText " "
SafeCommand "Reset to defaults", "reset2defaults"
SafeCommand "Reset to last saved", "reset2saved"
Command "Go to console", "menuconsole"
}
AddOptionMenu "OptionsMenu"
{
StaticText ""
StaticText "Tilt++ v1.65"
Submenu "$OPTMNU_TILTPLUSPLUS", "TiltPlusPlusMenu"
}
OptionMenu "TiltPlusPlusMenu"
{
Class "TiltPlusPlusMenu"
Title "$TILTPLUSPLUSMNU_TITLE"
Position -32
StaticText ""
StaticText "$TILTPLUSPLUSMNU_STRAFETILT_TITLE", 1
TiltPlusPlusOption "$TILTPLUSPLUSMNU_ENABLED", "$TILTPLUSPLUSMNU_HELPTEXT_STRAFETILT", "sv_strafetilt", "YesNo"
TiltPlusPlusOption "$TILTPLUSPLUSMNU_INVERT", "$TILTPLUSPLUSMNU_HELPTEXT_STRAFETILT_INVERT", "sv_strafetiltinvert", "YesNo"
TiltPlusPlusSlider "$TILTPLUSPLUSMNU_SPEED", "$TILTPLUSPLUSMNU_HELPTEXT_STRAFETILT_SPEED", "sv_strafetiltspeed", 0.1, 2.0, 0.01, 2
TiltPlusPlusSlider "$TILTPLUSPLUSMNU_ANGLE", "$TILTPLUSPLUSMNU_HELPTEXT_STRAFETILT_ANGLE", "sv_strafetiltangle", 0.1, 1.0, 0.01, 2
StaticText ""
StaticText "$TILTPLUSPLUSMNU_MOVETILT_TITLE", 1
TiltPlusPlusOption "$TILTPLUSPLUSMNU_ENABLED", "$TILTPLUSPLUSMNU_HELPTEXT_MOVETILT", "sv_movetilt", "YesNo"
TiltPlusPlusSlider "$TILTPLUSPLUSMNU_SPEED", "$TILTPLUSPLUSMNU_HELPTEXT_MOVETILT_SPEED", "sv_movetiltspeed", 0.1, 20.0, 0.1, 2
TiltPlusPlusSlider "$TILTPLUSPLUSMNU_ANGLE", "$TILTPLUSPLUSMNU_HELPTEXT_MOVETILT_ANGLE", "sv_movetiltangle", 0.01, 0.10, 0.01, 2
TiltPlusPlusSlider "$TILTPLUSPLUSMNU_SCALAR", "$TILTPLUSPLUSMNU_HELPTEXT_MOVETILT_SCALAR", "sv_movetiltscalar", 0.0, 1.0, 0.1
StaticText ""
StaticText "$TILTPLUSPLUSMNU_TURNTILT_TITLE", 1
TiltPlusPlusOption "$TILTPLUSPLUSMNU_ENABLED", "$TILTPLUSPLUSMNU_HELPTEXT_TURNTILT", "sv_turntilt", "YesNo"
TiltPlusPlusOption "$TILTPLUSPLUSMNU_INVERT", "$TILTPLUSPLUSMNU_HELPTEXT_TURNTILT_INVERT", "sv_turntiltinvert", "YesNo"
TiltPlusPlusSlider "$TILTPLUSPLUSMNU_SCALAR", "$TILTPLUSPLUSMNU_HELPTEXT_TURNTILT_SCALAR", "sv_turntiltscalar", 0.0, 20.0, 0.1
StaticText ""
StaticText "$TILTPLUSPLUSMNU_UNDERWATERTILT_TITLE", 1
TiltPlusPlusOption "$TILTPLUSPLUSMNU_ENABLED", "$TILTPLUSPLUSMNU_HELPTEXT_UNDERWATERTILT", "sv_underwatertilt", "YesNo"
TiltPlusPlusSlider "$TILTPLUSPLUSMNU_SPEED", "$TILTPLUSPLUSMNU_HELPTEXT_UNDERWATERTILT_SPEED", "sv_underwatertiltspeed", 0.1, 20.0, 0.1, 2
TiltPlusPlusSlider "$TILTPLUSPLUSMNU_ANGLE", "$TILTPLUSPLUSMNU_HELPTEXT_UNDERWATERTILT_ANGLE", "sv_underwatertiltangle", 0.01, 0.5, 0.01, 2
TiltPlusPlusSlider "$TILTPLUSPLUSMNU_SCALAR", "$TILTPLUSPLUSMNU_HELPTEXT_UNDERWATERTILT_SCALAR", "sv_underwatertiltscalar", 0.0, 1.0, 0.1
StaticText ""
StaticText "$TILTPLUSPLUSMNU_DEATHTILT_TITLE", 1
TiltPlusPlusOption "$TILTPLUSPLUSMNU_ENABLED", "$TILTPLUSPLUSMNU_HELPTEXT_DEATHTILT", "sv_deathtilt", "YesNo"
}
OptionValue "BrutalBlood"
{
1, "Realistic"
2, "Brutal (Default)"
3, "Edgy As Fuck"
4, "Japanese Cartoon"
666, "Overdrawn at Blood Bank"
}
OptionValue "YesOrNo"
{
0, "No"
1, "Yes"
}
OptionValue "YesOrNoFalse"
{
1, "No"
0, "Yes"
}
//////////////////////////////////////////////////////////////////////////////////////
OptionMenu "BDSettings"
{
Title "Project Brutality Settings"
StaticText " "
Submenu "Global Settings", "GlobalSettings"
StaticText " "
//StaticText " "
Submenu "Gameplay Settings", "GameplaySettings"
StaticText " "
Submenu "Weapon Settings", "WeaponSettings"
StaticText " "
Submenu "Rendering Settings", "RenderingSettings"
StaticText " "
}
OptionMenu "GlobalSettings"
{
Title "--------- Global Settings ---------"
StaticText " "
StaticText " "
Submenu "Spawn Preset Configuration", "SpawnPresets"
StaticText " "
StaticText "Determine what type of weapons and enemies you'll encounter."
StaticText " "
Title "--------- Advanced Preferences ---------"
StaticText " "
Submenu "Advanced Monster Spawns", "MonsterSpawns"
StaticText " "
Submenu "Advanced Weapon Spawns", "WeaponSpawns"
StaticText " "
Submenu "Configure Monster Abilities", "MonsterSettings"
StaticText " "
}
OptionMenu "SpawnPresets"
{
Title "--------- Global Settings ---------"
StaticText " "
Option "Spawn Preset: ", "BrutalSpawnBalance","BrutalDoomSpawnBalanceChoices"
StaticText " "
StaticText "Defines the playstyle, and nature of progression for each preset."
StaticText " "
Title "--------- Spawn Presets ---------"
StaticText " "
Submenu " - Randomized Progression - ", "DefaultSpawnMenu"
StaticText " "
Submenu " - Tier 1 - ", "Tier1SpawnMenu"
StaticText " "
Submenu " - Tier 2 - ", "Tier2SpawnMenu"
StaticText " "
Submenu " - Tier 3 - ", "Tier3SpawnMenu"
StaticText " "
Submenu " - Tier 4 - ", "Tier4SpawnMenu"
StaticText " "
Submenu " - Tiered Progression - ", "TieredProgressSpawnMenu"
StaticText " "
Submenu " - DeathWish - ", "DeathWishSpawnMenu"
StaticText " "
Submenu " - Chaotic Random - ", "ChaoticSpawnMenu"
StaticText " "
Submenu " - Brutal Doom - ", "BrutalDoomSpawnMenu"
}
OptionMenu "DefaultSpawnMenu"
{
Title "--------- Spawn Presets ---------"
StaticText " - Randomized Progression - "
Option "Spawn Preset: ", "BrutalSpawnBalance","BrutalDoomSpawnBalanceChoices"
StaticText "Balanced variety, with a mild Progression curve."
StaticText " Default recommended experience."
}
OptionMenu "Tier1SpawnMenu"
{
Title "--------- Spawn Presets ---------"
StaticText " - Tier 1 - "
Option "Spawn Preset: ", "BrutalSpawnBalance","BrutalDoomSpawnBalanceChoices"
StaticText "Similar to Brutal Doom."
StaticText "A few Zombie variants, no 'new' Weapons except Dual-Wielding."
}
OptionMenu "Tier2SpawnMenu"
{
Title "--------- Spawn Presets ---------"
StaticText " - Tier 2 - "
Option "Spawn Preset: ", "BrutalSpawnBalance","BrutalDoomSpawnBalanceChoices"
StaticText "Nearly the same as Tier 1."
StaticText "Slightly higher power Weapons and Enemies." //This is actually easier than T1 because of the extra weapons available and pretty much no harder enemy variants.
}
OptionMenu "Tier3SpawnMenu"
{
Title "--------- Spawn Presets ---------"
StaticText " - Tier 3 - "
Option "Spawn Preset: ", "BrutalSpawnBalance","BrutalDoomSpawnBalanceChoices"
StaticText "Medium level of variation."
StaticText "About half of what Project Brutality has to offer."
}
OptionMenu "Tier4SpawnMenu"
{
Title "--------- Spawn Presets ---------"
StaticText " - Tier 4 - "
Option "Spawn Preset: ", "BrutalSpawnBalance","BrutalDoomSpawnBalanceChoices"
StaticText "The 'end-game' preset."
StaticText "The fairest balance of all Weapons and Enemy types."
}
OptionMenu "TieredProgressSpawnMenu"
{
Title "--------- Spawn Presets ---------"
StaticText " - Tiered Progression - "
Option "Spawn Preset: ", "BrutalSpawnBalance","BrutalDoomSpawnBalanceChoices"
StaticText "Fight through each Tier."
StaticText "Each tier is 6 levels long. (Splits at, 7, 13, and 21+)"
}
OptionMenu "DeathWishSpawnMenu"
{
Title "--------- Spawn Presets ---------"
StaticText " - DeathWish - "
Option "Spawn Preset: ", "BrutalSpawnBalance","BrutalDoomSpawnBalanceChoices"
StaticText "Beyond the last Tier."
StaticText "Very difficult Enemies, but better gear available."
}
OptionMenu "ChaoticSpawnMenu"
{
Title "--------- Spawn Presets ---------"
StaticText " - Chaotic Random - "
Option "Spawn Preset: ", "BrutalSpawnBalance","BrutalDoomSpawnBalanceChoices"
StaticText "Intensely Randomized."
StaticText "Equal weighting for all Monster and Enemy variants."
}
OptionMenu "PistolStartSpawnMenu"
{
Title "--------- Spawn Presets ---------"
StaticText " - Pistol Starts - "
Option "Spawn Preset: ", "BrutalSpawnBalance","BrutalDoomSpawnBalanceChoices"
StaticText "Start from Scratch."
StaticText "Lose all weapons each level, but goodies are common. "
}
OptionMenu "WeaponSpawns"
{
Option "No Revolver", "bd_NoRevolverWeapon", "YesOrNo"
StaticText " "
Option "No Submachine Gun", "bd_NoSMGWeapon", "YesOrNo"
StaticText " "
Option "No Autoshotgun", "bd_NoASGWeapon", "YesOrNo"
StaticText " "
Option "No Carbine", "bd_NoCarbineWeapon", "YesOrNo"
StaticText " "
Option "No Heavy Machine Gun", "bd_NoHMGWeapon", "YesOrNo"
StaticText " "
Option "No Excavator Launcher", "bd_NoHeavyGLWeapon", "YesOrNo"
StaticText " "
Option "No Super Grenade Launcher", "bd_NoSuperGLWeapon", "YesOrNo"
StaticText " "
Option "No M2 Plasma Rifle", "bd_NoM2PlasmaWeapon", "YesOrNo"
StaticText " "
Option "No Freezer Rifle", "bd_NoFreezerWeapon", "YesOrNo"
StaticText " "
Option "No Rail Gun", "bd_NoRailgunWeapon", "YesOrNo"
StaticText " "
Option "No BFG 11K Beam", "bd_NoBFGBeamWeapon", "YesOrNo"
StaticText " "
Option "No Blackhole Generator", "bd_NoBlackholeWeapon", "YesOrNo"
StaticText " "
}
OptionMenu "GameplaySettings"
{
Title "---------Game Settings---------"
StaticText " "
Submenu " - Smart Scavenger - ", "SmartScavengerMenu"
StaticText "Allows Health and/or Ammo containers to be opened."
StaticText " "
StaticText " "
Option "Level Enhancement System", "bd_disablemapenhancements", "DisabledOption"
StaticText "Improves several maps with better textures,"
StaticText "new decorations and sometimes new enemies."
StaticText " "
StaticText " "
Option "Replace Captured Marines", "bd_replacemarines", "OnOff"
StaticText "Replace captured marines with traditional Blurspheres"
StaticText " "
StaticText " "
Option "Disabled Helmet Animation", "bd_NoHelmetAnimation", "OnOff"
StaticText "Remove animation of putting on your helmet at the start"
StaticText " "
StaticText " "
Option "Doomguy cracks knuckles and loads rifle", "pb_knuckleanimationinstart", "OnOff"
StaticText "Requires Disabled Helmet Animation to be off"
StaticText " "
StaticText " "
Option "Disable Marine Idle Chatter", "bd_ShutTheFuckUp", "OnOff"
StaticText "No longer hear STAY ALERT MARINES every two seconds"
StaticText " "
StaticText " "
Option "Disable Auto-Doomguy Talk", "nodoomguytalk", "OnOff"
StaticText "Disables the chance for automatic taunts to play."
StaticText " "
StaticText " "
Option "Health Regeneration", "cl_regen", "OnOff"
Slider "Health Regeneration Limit", "cl_regenamount", 0, 100, 1
StaticText " "
StaticText " "
}
OptionMenu "SmartScavengerMenu"
{
Title "--------- Smart Scavenger ---------"
StaticText "Allows Health and/or Ammo containers to be opened."
StaticText " "
Option "Smart Ammo Pickups: ", "pb_SmartScavenger","OnOff"
StaticText " "
Option "Smart Health Pickups: ", "pb_SmartScavengerHealth","OnOff"
Option "Health Pack Color: ", "pb_HealthPackColor","HealthPackColor"
StaticText " "
Option "Enable Stimkits and Stimkit Boxes: ", "pb_EnableCarryableHealth","YesOrNo"
StaticText "Usable health kits residing in player's inventory."
StaticText " "
Option "Disable container fade out: ", "pb_SmartScavengerNoFade","YesOrNo"
StaticText "Opened containers no longer disappear after use."
StaticText " "
}
OptionMenu "RenderingSettings"
{
Title "---------Rendering Settings---------"
StaticText " "
Slider "Maximum Decal Amount", "cl_maxdecals", 0, 10000, 100
StaticText " "
Slider "Max Gibs & Blood", "sv_corpsequeuesize", 64, 64000, 64
StaticText " "
Submenu "Motion Blur", "MBlurOpts"
StaticText " "
Option "Disable Weapon Sway", "disable_weaponsway", "OnOff"
StaticText "Disables weapon swaying when quickly looking around"
StaticText " "
Option "Enable Performance Mode", "performancemode", "OnOff"
StaticText "This limits, disables, or replaces advanced decorative effects"
StaticText " "
Option "Disable Screen Splash Effects", "noscreensplash", "OnOff"
StaticText "Disables the splashing of liquids on the screen"
StaticText " "
Option "Disable Screen Pain Effects", "nopaineffect", "OnOff"
StaticText "Disables the screen scratches, bullet holes, and cracks"
StaticText " "
Option "Disable Fade out effects when exiting a map", "pb_fadeonmapexit", "YesOrNoFalse"
StaticText "Disables the fade out effects when completing a map"
StaticText " "
Option "Blood Amount", "zdoombrutalblood", "BrutalBlood"
StaticText "How much blood you want to see?"
StaticText " "
Option "Enable Blood/Gore Janitor", "zdoombrutaljanitor", "YesOrNo"
StaticText "Makes blood, gore, and parts anatomy disappear after 30 seconds."
StaticText " "
Option "Enable Bullet Janitor", "zdoombrutaljanitorcasings", "YesOrNo"
StaticText "Makes bullet casings & empty magazines disappear over time."
StaticText " "
}
//Motion Blur Options by Pixel Eater
OptionValue "MBlurBlendModes"
{
0, "Normal"
1, "Lighten"
}
OptionMenu "MBlurAdvOpts"
{
//Position -15
Title "Advanced Settings"
Option "Auto Stop", "mblur_autostop", OnOff
Slider "Stop Recovery", "mblur_recovery2", 0, 100, 5, 2
Slider "Stop Threshold", "mblur_threshold", 0, 100, 10, 2
}
OptionMenu "MBlurOpts"
{
//Position -15
Title "Motion Blur"
Option "Enabled", "mblur", YesNo
Option "Blend Mode", "mblur_blendmode", "MBlurBlendModes"
statictext ""
Slider "Samples", "mblur_samples", 1, 100, 1, 0
Slider "Strength", "mblur_strength", 1, 500, 8, 2
Slider "Recovery", "mblur_recovery", 4, 100, 4, 1
Submenu "Advanced", "MBlurAdvOpts"
}
OptionMenu "WeaponSettings"
{
Title "---------Weapon Settings---------"
StaticText "-----------------Weapon Upgrades-----------------"
Option "Completely Disable Weapon Upgrades", "bd_NoUpgrades", "OnOff"
StaticText " "
Option "Disable UAC349 LMG Upgrade", "bd_NoLMG", "OnOff"
StaticText "Removes the LMG that upgrades the UAC41 Carbine"
StaticText " "
Option "Disable Quad-Barrel Shotgun Upgrade", "bd_NoQuadSSG", "OnOff"
StaticText "Removes the Quad Shotgun that upgrades the super shotgun"
StaticText " "
Option "Disable Auto-Shotgun Upgrade", "bd_NoAutoshotgunUpgrade", "OnOff"
StaticText "Removes the drum magazine upgrade for the automatic shotgun"
StaticText " "
StaticText " "
Option "Disable Triple Minigun Upgrade", "bd_NoMinigunUpgrade", "OnOff"
StaticText "Removes the triple-rotary upgrade for the minigun"
StaticText " "
Option "Disable Pump Shotgun Upgrade", "bd_NoDBUpgrade", "OnOff"
StaticText "Removes the magazine upgrade for the pump shotgun"
StaticText " "
StaticText " "
Option "Disable Pulse Cannon Upgrade", "bd_NoPulseCannonUpgrade", "OnOff"
StaticText "Removes the dark pulse cannon upgrade for the plasma gun"
StaticText " "
StaticText " "
Option "Disable DMR Upgrade", "bd_NoRifleUpgrade", "OnOff"
StaticText "Removes the underbarrel grenade launcher for the DMR"
StaticText " "
StaticText " "
Option "Disable Unmaker Upgrade", "bd_NoUnmakerUpgrade", "OnOff"
StaticText "Removes the Unmaker upgrade for the flame cannon"
StaticText " "
StaticText " "
Option "Disable Lightning Gun Upgrade", "bd_NoM2Upgrade", "OnOff"
StaticText "Removes the lightning upgrade for the m2 plasma rifle"
StaticText " "
StaticText " "
StaticText "-----------------Weapon Progression-----------------"
StaticText " "
Option "Revolver upgrades Pistol", "bd_UpgradeRevolver", "OnOff"
StaticText "No longer use the Pistol once you collect a revolver"
StaticText " "
Option "Carbine upgrades DMR", "bd_UpgradeCarbine", "OnOff"
StaticText "No longer use the DMR once you collect a Carbine"
StaticText " "
Option "Autoshotgun upgrades Pump Shotgun", "bd_UpgradeShotgun", "OnOff"
StaticText "No longer use the Pump Shotgun once you collect a Autoshotgun"
StaticText " "
Option "HMG upgrades Minigun", "bd_UpgradeHMG", "OnOff"
StaticText "No longer use the Minigun once you collect an HMG"
StaticText " "
StaticText "-----------------Weapon Misc-----------------"
Option "Restore Dual Carbine", "bd_RestoreCarbines", "OnOff"
StaticText "Dual wield the carbines instead of selecting firemodes"
StaticText " "
Option "Old Dual SSG Firing System", "pb_olddualssgfiresystem", "OnOff"
StaticText "Fire 2 Shells on The Right SSG Instead of one"
StaticText " "
}
///////////////////////////////////////////////////////////////////////////////////////
OptionMenu "MonsterSettings"
{
Option "No Zombie Grenades", "bd_NoZmanGrenade", "YesOrNo"
StaticText "Zombie men will not throw grenades"
StaticText " "
Option "Normal Zombie Men Attacks", "bd_NoZmanAdvancedAttacks", "YesOrNo"
StaticText "Zombie men will use their original rifle attacks"
StaticText " "
Option "Grounded Imps", "bd_GroundImps", "YesOrNo"
StaticText "Prohibit imps from climbing on the ceiling"
StaticText " "
Option "Hungry Pinky Demons", "bd_HungryPinky", "YesOrNo"
StaticText "Prevent pinky demon variants recovering health by eating monsters"
StaticText " "
Option "Grounded Revenants", "bd_GroundRevenant", "YesOrNo"
StaticText "Prohibit the Revenant's use of his jetpack"
StaticText " "
Option "Normal Hellknights", "bd_NoKnightCharge", "YesOrNo"
StaticText "Prevent the Hellknight from sprinting toward targets"
StaticText " "
Option "Barons Ignore Barrels", "bd_NoBaronBarrel", "YesOrNo"
StaticText "Baron of Hell will not pick up and throw explosive barrels"
StaticText " "
Option "Generic Archvile Heal", "bd_NoArchvileHeal", "YesOrNo"
StaticText "Archvile will not have the chance to area heal surrounding monsters"
StaticText " "
Option "Generic Archvile Attack", "bd_NoArchvileSummon", "YesOrNo"
StaticText "Archvile will not summon additional monsters to fight"
StaticText " "
Option "Simple Mancubus", "bd_NoMancubusFlamer", "YesOrNo"
StaticText "Mancubus will not use flamethrower attack when close"
StaticText " "
}
OptionMenu "MonsterSpawns"
{
StaticText "---------------Zombiemen Variants---------------"
StaticText " "
Option "No Pistol Zombiemen", "bd_NoPistolZman", "YesOrNo"
StaticText " "
StaticText " "
Option "No Helmet Zombiemen", "bd_NoHelmetZman", "YesOrNo"
StaticText " "
Option "No Zombie Scientist", "bd_NoZombieScientist", "YesOrNo"
StaticText " "
Option "No Carbine Zombie", "bd_NoCarbineZombie", "YesOrNo"
StaticText " "
Option "No Minigun Zombieman", "bd_NoMinigunZombieman", "YesOrNo"
StaticText " "
Option "No Rifle Commando", "bd_NoRifleCommando", "YesOrNo"
StaticText " "
StaticText "---------------Sergeant Variants---------------"
StaticText " "
Option "No Helmet Sergeant", "bd_NoHelmetSergeant", "YesOrNo"
StaticText " "
Option "No Autoshotgun Sergeant", "bd_NoAutoshotgunSergeant", "YesOrNo"
StaticText " "
Option "No Z-SpecOps", "bd_NoZSpecOps", "YesOrNo"
StaticText " "
Option "No Quad-Shotgun Sergeant", "bd_NoQuadSergeant", "YesOrNo"
StaticText " "
Option "No Riot Shield Sergeant", "bd_NoRiotShieldGuy", "YesOrNo"
StaticText " "
Option "No Rocket Launcher Sergeant", "bd_NoRocketSergeant", "YesOrNo"
StaticText " "
Option "No Pyro Sergeant", "bd_NoPyroSergeant", "YesOrNo"
StaticText " "
Option "No Demon Tech Soldier", "bd_NoDemonTechSoldier", "YesOrNo"
StaticText " "
StaticText "---------------Commando Variants---------------"
StaticText " "
Option "No Chaingun Major", "bd_NoChaingunMajor", "YesOrNo"
StaticText " "
Option "No Plasma Zombie", "bd_NoPlasmaZombie", "YesOrNo"
StaticText " "
Option "No Classic Chaingun Commando", "bd_NoClassicCommando", "YesOrNo"
StaticText " "
StaticText "---------------Imp Variants---------------"
StaticText " "
Option "No Brown Variants", "bd_NoBrownImps", "YesOrNo"
StaticText " "
Option "No Savage Variants", "bd_NoSavageImps", "YesOrNo"
StaticText " "
Option "No Dark Variants", "bd_NoDarkImps", "YesOrNo"
StaticText " "
StaticText "---------------Pinky Demon Variants---------------"
StaticText " "
Option "No Blood Demons", "bd_NoBloodDemon", "YesOrNo"
StaticText " "
Option "No Mech Demons", "bd_NoMechDemon", "YesOrNo"
StaticText " "
StaticText "---------------Spectre Variants---------------"
StaticText " "
Option "No Void Spectre", "bd_VoidSpectre", "YesOrNo"
StaticText " "
StaticText "---------------Cacodemon Variants---------------"
StaticText " "
Option "No Inferno Caco", "bd_NoMagCaco", "YesOrNo"
StaticText " "
Option "No Afrit", "bd_NoAfrit", "YesOrNo"
StaticText " "
StaticText "---------------Pain Elemental Variants---------------"
StaticText " "
Option "No Suffering Elemental", "bd_NoSufferElemental", "YesOrNo"
StaticText " "
Option "No Trite Elemental", "bd_NoTriteElemental", "YesOrNo"
StaticText " "
Option "No Overlord", "bd_NoOverlord", "YesOrNo"
StaticText " "
StaticText "---------------Lost Soul Variants---------------"
StaticText " "
Option "No Phantasm", "bd_NoPhantasm", "YesOrNo"
StaticText " "
StaticText "---------------Revenant Variants---------------"
StaticText " "
Option "No Beam Revenant", "bd_NoBeamRevenant", "YesOrNo"
StaticText " "
StaticText " "
Option "No Draugr Revenant", "bd_NoDraugr", "YesOrNo"
StaticText " "
StaticText "---------------Arachnotron Variants---------------"
StaticText " "
Option "No Inferno Arachnotron", "bd_NoInfernoArachnotron", "YesOrNo"
StaticText " "
Option "No Arachnophyte", "bd_NoArachnophyte", "YesOrNo"
StaticText " "
StaticText " "
Option "No Elite Arachnotron", "bd_NoArachnotron2", "YesOrNo"
StaticText " "
StaticText "---------------Hell Knight Variants---------------"
StaticText " "
Option "No Cyber Hell Knight", "bd_NoCyberKnight", "YesOrNo"
StaticText " "
Option "No Cyber Hell Paladin", "bd_NoCyberPaladin", "YesOrNo"
StaticText " "
StaticText "---------------Baron of Hell Variants---------------"
StaticText " "
Option "No Cyber Baron", "bd_NoCyberBaron", "YesOrNo"
StaticText " "
Option "No Belphegor", "bd_NoBelphegor", "YesOrNo"
StaticText " "
Option "No Infernus", "bd_NoInfernus", "YesOrNo"
StaticText " "
StaticText "---------------Mancubus Variants---------------"
StaticText " "
Option "No Daedabus", "bd_NoDaedabus", "YesOrNo"
StaticText " "
StaticText " "
Option "No Volcabus", "bd_NoVolcabus", "YesOrNo"
StaticText " "
StaticText "---------------Archvile Variants---------------"
StaticText " "
Option "No Ice Vile", "bd_NoIceVile", "YesOrNo"
StaticText " "
Option "No Fleshwizard", "bd_NoFleshwizard", "YesOrNo"
StaticText " "
Option "No Hellion", "bd_NoHellion", "YesOrNo"
StaticText " "
StaticText "---------------Spider Mastermind Variants---------------"
StaticText " "
Option "No Demolisher", "bd_NoDemolisher", "YesOrNo"
StaticText " "
StaticText " "
Option "No Juggernaut", "bd_NoJuggernaut", "YesOrNo"
StaticText " "
StaticText "---------------Cyber Demon Variants---------------"
StaticText " "
Option "No Annihilator", "bd_NoAnnihilator", "YesOrNo"
StaticText " "
StaticText "---------------Bonus---------------"
StaticText " "
Option "Enable Evil Marines", "bd_EnableEvilMarines", "YesOrNo"
StaticText " "
}
OptionMenu "SpawnSettings"
{
Title "Project Brutality Settings"
StaticText "---Weapon Spawns---"
StaticText "Melee"
StaticText "Small Caliber Firearms"
StaticText "Shotguns"
StaticText "Large Caliber Firearms"
StaticText "Launchers"
StaticText "Plasma Weapons"
StaticText "Special Energy Weapons"
StaticText "Big Guns"
StaticText "Demonic Weapons"
StaticText "Secret Weapons"
}
OptionValue "BrutalDoomSpawnBalanceChoices"
{
666, "Randomized Progression"
667, "Tier 1"
668, "Tier 2"
669, "Tier 3"
670, "Tier 4"
671, "Tiered Progression"
672, "DeathWish" //YE
663, "Chaotic Random"
//674, "Pistol Starts"
675, "Brutal Doom"
}
OptionValue "HealthPackColor"
{
0, "Green"
1, "White"
}
ListMenu "MainMenu"
{
IfGame(Doom, Chex)
{
StaticPatch 80, -10, "M_DOOMPB"
Position 85, 66
}
IfGame(Doom, Strife, Chex)
{
TextItem "New Game", "n", "PlayerclassMenu"
Selector "M_SKULL1", -30, -8
ifOption(SwapMenu)
{
TextItem "Load Game", "l", "LoadGameMenu"
TextItem "Save Game", "s", "SaveGameMenu"
TextItem "Options", "o", "OptionsMenu"
TextItem "BD Options", "b", "BDSettings"
}
else
{
TextItem "Options", "o", "OptionsMenu"
TextItem "Project Brutality", "b", "BDSettings"
TextItem "Load Game", "l", "LoadGameMenu"
TextItem "Save Game", "s", "SaveGameMenu"
}
ifOption(ReadThis)
{
TextItem "Read This!","r", "ReadThisMenu"
}
TextItem "Quit Game", "q", "QuitMenu"
}
IfGame(Heretic, Hexen)
{
TextItem "$MNU_NEWGAME", "n", "PlayerclassMenu"
TextItem "$MNU_OPTIONS", "o", "OptionsMenu"
TextItem "Project Brutality Settings", "b", "BDSettings"
TextItem "$MNU_GAMEFILES", "g", "GameFilesMenu"
TextItem "$MNU_INFO", "i", "ReadThisMenu"
TextItem "$MNU_QUITGAME", "q", "QuitMenu"
}
}
ListMenu "PlayerclassMenu"
{
StaticTextCentered 160, 15, "Select Game Mode"
Position 71, 50
Selector "M_SKULL1", -30, -8
}
ListMenu "SkillMenu"
{
StaticTextCentered 160, 15, "Select Difficulty"
Position 21, 50
Selector "M_SKULL1", -30, -8
}
OptionValue "DisabledOption"
{
0, "Enabled"
1, "Disabled"
}
OptionValue "maxgibs"
{
1, "0"
64, "64"
100, "100"
500, "500"
1000, "1000"
2000, "2000"
5000, "5000"
10000, "10000"
25000, "25000"
50000, "50000"
}
//Z Movement
AddOptionMenu "OptionsMenu"
{
StaticText ""
Submenu "Project Brutality - ZMove Options", "ZMoveOptions"
}
OptionMenu "ZMoveOptions"
{
Class "ZMoveMenu"
Title "Project Brutality - ZMove Options"
Position -32
StaticText ""
StaticText "Speed & Acceleration", 1
ZMoveOption "Acceleration Type", "Pick your acceleration type", "sv_acceltype", "AccelType"
ZMoveSlider "Top Running Speed", "Increase value to increase the top running speed", "sv_uspeedmodifier", 0, 4, 0.1
ZMoveSlider "Top Hopping Speed", "Top Hopping Speed (u/s)", "sv_topspeedlimiter", 20, 36, 1, 0
ZMoveSlider "Walk Speed", "How fast you move when walking (% of regular speed)", "sv_walkspeed", 0.5, 1.0, 0.1
ZMoveSlider "Crouch Speed", "How fast you move when crouching (% of regular speed, never faster than Walk Speed)", "sv_crouchspeed", 0.1, 1.0, 0.1
ZMoveSlider "Gravity", "Set Player Gravity", "sv_setgravity", 0.1, 1.5, 0.1, 2
StaticText ""
StaticText "Dusk Acceleration", Orange
ZMoveSlider "Ground Strafing Bonus", "Ground Straferunning speed boost", "dsk_strafemodifier", -10, 5, 1
ZMoveSlider "Strafejumping Acceleration", "How fast you gain speed when you strafejump", "dsk_acceleration", 0, 10, 1
ZMoveSlider "Escape Speed", "The minimum speed at which the user set speed bonus kicks in", "dsk_escapespeed", 18, 26, 1
ZMoveSlider "High Speed Acceleration Bonus", "Acceleration Bonus for when you go faster than the escape speed", "dsk_accelbonus", 1, 2, 0.1
StaticText ""
StaticText "Painkiller Acceleration", Orange
ZMoveSlider "BHop Acceleration", "How fast you gain speed when bunnyhopping", "pk_acceleration", 0.0, 2.0, 0.05, 2
StaticText ""
StaticText "Jumping", 1
ZMoveSlider "Jump Height", "Player Jump Height", "sv_jumpheight", 5, 8, 0.5
ZMoveSlider "BHop Jump Height (PK Only)", "Bunny Hop Jump Height (% of regular jump height)", "pk_bhopjumpheight", 0.5, 1, 0.1, 2
ZMoveOption "Auto Jump", "When off you will not be able to jump a second time if you are holding the jump key", "sv_autojump", "OnOff"
StaticText ""
StaticText "Double Jump", Orange
ZMoveOption "Double Jump Type", "Enable and choose Double Jumping style", "sv_doublejump", "DoubleJump"
ZMoveSlider "Double Jump Height", "Double Jump Height (% of regular jump height)", "sv_doublejumpheight", 0.5, 1.5, 0.1
StaticText ""
StaticText "Ramp Jumps", Orange
ZMoveOption "Ramp Jumps Enabled", "When on you will be able to perform ramp jumps", "sv_rampjump", "OnOff"
ZMoveSlider "Ramp Jumps Tic threshold", "The amount of jump tics after which ramp jumps are not possible to execute", "sv_rjumptics", 1, 15, 1, 0
ZMoveSlider "Ramp Jumps Bonus Multiplier", "Multiplier of the ramp jump height bonus", "sv_rjumpmultiplier", 1.0, 2.0, 0.05, 2
StaticText ""
StaticText "Elevator Jumps", Orange
ZMoveOption "Elevator Jumps Enabled", "When on you can perform UT style elevator jumps", "sv_elevatorjump", "OnOff"
ZMoveSlider "Elevator Jumps Bonus Multiplier", "Multiplier of the elevator jump bonus", "sv_ejumpmultiplier", 1.0, 2.0, 0.05, 2
StaticText ""
StaticText "Dashing", 1
ZMoveOption "Dash Enabled", "Enable Dashing", "sv_dashenable", "OnOff"
Control "Dash Bind", "Dash"
ZMoveSlider "Dash Boost", "Set how fast you dash", "sv_dashboost", 1.5, 2.5, 0.05, 2
ZMoveSlider "Dash Jump Height", "Set how high you jump when dashing (% of regular jump height)", "sv_dashjump", 0.5, 1.0, 0.05, 2
ZMoveSlider "Dash Cooler", "How many game tics have to pass before you can execute a second dash", "sv_dashcooler", 5, 18, 1, 0
StaticText ""
StaticText "CrouchSlide", 1
ZMoveOption "Crouch Slide", "Enable crouch sliding", "sv_crouchslide", "OnOff"
ZMoveSlider "Slide Speed Boost", "Set the initial crouch slide speed boost", "sv_cslidestrength", 3.0, 4.0, 0.05, 2
ZMoveSlider "Slide Boost Fade", "How quickly the speed boost fades per game tic", "sv_cslidefade", 0.1, 0.5, 0.05, 2
ZMoveSlider "Mid Air Slide Speed Penalty", "How quickly the speed boost fades away when continuing a slide in mid air", "sv_cslideairpenalty", 0.5, 1.0, 0.05, 2
StaticText ""
StaticText ""
Option "Disable Ledge Climbing", "donotclimb", "OnOff"
StaticText "Disables ledge climbing feature"
StaticText " "
StaticText " "
StaticText "Others", 1
ZMoveOption "Speedometer", "Enable SpeedOMeter", "cl_speedometer", "OnOff"
Control "Reset to default values", "zmove_reset"
}
OptionValue "AccelType"
{
0, "Dusk"
1, "Painkiller"
}
OptionValue "DoubleJump"
{
0, "Off"
1, "UT2004"
2, "Doom 4"
}
OptionValue "SwayDirection"
{
0, "Opposite Direction"
1, "Same Direction"
}