Release Candidate 2:

- Added option to toggle all beta content.
 - Added option to toggle armor bonuses (for purists).
 - Added cheap alternate allmap replacer, so there's something else to replace the computer map when the detector isn't allowed.
 - Small fixes and corrections.
This commit is contained in:
Marisa the Magician 2019-10-08 11:01:20 +02:00
commit 7051cb25be
35 changed files with 719 additions and 93 deletions

View file

@ -23,8 +23,9 @@ OptionMenu "UnrealOptionMenu"
Option "$STING_TRANSEXT", "sting_transext", "YesNo"
StaticText " "
StaticText "$STING_POPTS", "Gold"
Option "$STING_TELEHAND", "sting_telegun", "YesNo"
Option "$STING_FLARES", "sting_flares", "YesNo"
Option "$STING_PROTO", "sting_proto", "YesNo"
Option "$STING_TELEHAND", "sting_telegun", "YesNo", "sting_proto"
Option "$STING_FLARES", "sting_flares", "YesNo", "sting_proto"
Command "$FLAK_APPLY", "netevent refreshtrans"
Option "$STING_STINGER", "sting_stinger", "YesNo"
Option "$STING_STINGERB", "sting_stingerb", "YesNo"
@ -36,7 +37,7 @@ OptionMenu "UnrealOptionMenu"
StaticText " "
StaticText "$STING_DOPTS", "Gold"
Option "$STING_AUTODUAL", "sting_automags", "YesNo"
Option "$STING_PROTODUAL", "sting_protomags", "YesNo"
Option "$STING_PROTODUAL", "sting_protomags", "YesNo", "sting_proto"
StaticText " "
StaticText "$STING_UOPTS", "Gold"
Option "$STING_DPISTOL", "sting_dpistol", "YesNo"
@ -44,15 +45,16 @@ OptionMenu "UnrealOptionMenu"
Option "$STING_NOPSTART", "sting_nopstart", "YesNo"
Option "$STING_OLSMP", "sting_olsmp", "YesNo"
Option "$STING_MSENTRY", "sting_msentry", "YesNo"
Option "$STING_DUBIOUS", "sting_dubious", "YesNo"
Option "$STING_ABONUS", "sting_abonus", "YesNo"
Option "$STING_DUBIOUS", "sting_dubious", "YesNo", "sting_proto"
Option "$STING_ZSHADER", "sting_zoomshader", "YesNo"
StaticText " "
StaticText "$STING_QOPTS", "Gold"
Option "$STING_AUTOSCUBA", "sting_autoscuba", "YesNo"
Option "$STING_RAZORAIM", "sting_razoraim", "YesNo"
Option "$STING_BIOSPLASH", "sting_biosplash", "YesNo"
Option "$STING_FLAMETSPREAD", "sting_flametspread", "YesNo"
Option "$STING_IMPSELF", "sting_impself", "YesNo"
Option "$STING_FLAMETSPREAD", "sting_flametspread", "YesNo", "sting_proto"
Option "$STING_IMPSELF", "sting_impself", "YesNo", "sting_proto"
}
AddOptionMenu "OptionsMenu"