1.2 update, w/ GZDoom 4.9 stuff:
- Customizable player skins here too.
- Integrated re-skin add-ons ("Old Sounds" is still separate).
- The usual fixes and optimizations.
- All weapons are now left-handed, where possible.
This commit is contained in:
parent
5346b420e3
commit
a21aa43f35
1485 changed files with 1157 additions and 380 deletions
79
menudef.txt
79
menudef.txt
|
|
@ -7,6 +7,54 @@ OptionValue "IntroTypeMenu"
|
|||
4, "$STING_UNREAL95EXT"
|
||||
}
|
||||
|
||||
OptionString "Female1Skin"
|
||||
{
|
||||
"Drace", "Drace"
|
||||
"Gina", "Gina"
|
||||
"Nikita", "Nikita"
|
||||
"Raquel", "Raquel"
|
||||
"Tamika", "Tamika"
|
||||
}
|
||||
OptionString "Female2Skin"
|
||||
{
|
||||
"Dimitra", "Dimitra"
|
||||
"Katryn", "Katryn"
|
||||
"Sonya", "Sonya"
|
||||
}
|
||||
OptionString "Male1Skin"
|
||||
{
|
||||
"Carter", "Carter"
|
||||
"Kurgan", "Kurgan"
|
||||
}
|
||||
OptionString "Male2Skin"
|
||||
{
|
||||
"Ash", "Ash"
|
||||
"Ivan", "Ivan"
|
||||
"Kristoph", "Kristoph"
|
||||
}
|
||||
OptionString "Male3Skin"
|
||||
{
|
||||
"Bane", "Bane"
|
||||
"Dante", "Dante"
|
||||
"Dregor", "Dregor"
|
||||
"Krige", "Krige"
|
||||
}
|
||||
|
||||
OptionValue "AltBetamag"
|
||||
{
|
||||
0, "$TXT_NO"
|
||||
1, "$TXT_YES"
|
||||
2, "$STING_RIGHTONLY"
|
||||
3, "$STING_LEFTONLY"
|
||||
}
|
||||
|
||||
OptionValue "AltBRifle"
|
||||
{
|
||||
0, "$TXT_NO"
|
||||
1, "$TXT_YES"
|
||||
2, "$STING_NAPALM"
|
||||
}
|
||||
|
||||
OptionMenu "UnrealOptionMenu"
|
||||
{
|
||||
Class "UTOptionMenu"
|
||||
|
|
@ -15,7 +63,7 @@ OptionMenu "UnrealOptionMenu"
|
|||
Option "$STING_INTRO", "sting_introtype", "IntroTypeMenu"
|
||||
Command "$FLAK_APPLY", "event refreshmenu"
|
||||
StaticText " "
|
||||
StaticText "$STING_HOPTS", "Gold"
|
||||
StaticText "$STING_HOPTS", 1
|
||||
HudType " "
|
||||
StaticText " "
|
||||
StaticText " "
|
||||
|
|
@ -24,7 +72,7 @@ OptionMenu "UnrealOptionMenu"
|
|||
Slider "$STING_HUDMODE", "sting_hudmode", 0, 5, 1, 0
|
||||
Option "$STING_TRANSEXT", "sting_transext", "YesNo"
|
||||
StaticText " "
|
||||
StaticText "$STING_POPTS", "Gold"
|
||||
StaticText "$STING_POPTS", 1
|
||||
Option "$STING_PROTO", "sting_proto", "YesNo"
|
||||
Option "$STING_TELEHAND", "sting_telegun", "YesNo", "sting_proto"
|
||||
Option "$STING_FLARES", "sting_flares", "YesNo", "sting_proto"
|
||||
|
|
@ -37,11 +85,23 @@ OptionMenu "UnrealOptionMenu"
|
|||
Option "$STING_EHOLD", "sting_ehold", "YesNo"
|
||||
Option "$STING_BHOLD", "sting_bhold", "YesNo"
|
||||
StaticText " "
|
||||
StaticText "$STING_DOPTS", "Gold"
|
||||
StaticText "$FLAK_PTITLE", 1
|
||||
StaticText " "
|
||||
UFacePreview " "
|
||||
StaticText " "
|
||||
StaticText " "
|
||||
StaticText " "
|
||||
Option "$STING_FEMALE1SKIN", "sting_female1skin", "Female1Skin"
|
||||
Option "$STING_FEMALE2SKIN", "sting_female2skin", "Female2Skin"
|
||||
Option "$STING_MALE1SKIN", "sting_male1skin", "Male1Skin"
|
||||
Option "$STING_MALE2SKIN", "sting_male2skin", "Male2Skin"
|
||||
Option "$STING_MALE3SKIN", "sting_male3skin", "Male3Skin"
|
||||
StaticText " "
|
||||
StaticText "$STING_DOPTS", 1
|
||||
Option "$STING_AUTODUAL", "sting_automags", "YesNo"
|
||||
Option "$STING_PROTODUAL", "sting_protomags", "YesNo", "sting_proto"
|
||||
StaticText " "
|
||||
StaticText "$STING_UOPTS", "Gold"
|
||||
StaticText "$STING_UOPTS", 1
|
||||
Option "$STING_DPISTOL", "sting_dpistol", "YesNo"
|
||||
Option "$STING_PSHIELD", "sting_pshield", "YesNo"
|
||||
Option "$STING_PSHIELD2", "sting_pshield2", "YesNo", "sting_pshield"
|
||||
|
|
@ -52,7 +112,14 @@ OptionMenu "UnrealOptionMenu"
|
|||
Option "$STING_DUBIOUS", "sting_dubious", "YesNo", "sting_proto"
|
||||
Option "$STING_ZSHADER", "sting_zoomshader", "YesNo"
|
||||
StaticText " "
|
||||
StaticText "$STING_QOPTS", "Gold"
|
||||
StaticText "$STING_VOPTS", 1
|
||||
Option "$STING_ALTBETAMAG", "sting_altbetamag", "AltBetamag", "sting_proto"
|
||||
Option "$STING_ALTFLAMET", "sting_altflamet", "YesNo", "sting_proto"
|
||||
Option "$STING_OLDDPISTOL", "sting_olddpistol", "YesNo"
|
||||
Option "$STING_OLDBRIFLE", "sting_oldbrifle", "AltBRifle"
|
||||
Option "$STING_OLDTARYDIUM", "sting_oldtarydium", "YesNo"
|
||||
StaticText " "
|
||||
StaticText "$STING_QOPTS", 1
|
||||
Option "$STING_AUTOSCUBA", "sting_autoscuba", "YesNo"
|
||||
Option "$STING_RAZORAIM", "sting_razoraim", "YesNo"
|
||||
Option "$STING_BIOSPLASH", "sting_biosplash", "YesNo"
|
||||
|
|
@ -76,7 +143,7 @@ OptionMenu "UnrealCreditsMenu"
|
|||
StaticText "$STING_CDR", "Gold"
|
||||
StaticText " "
|
||||
StaticText "$STING_CLEAD", "White"
|
||||
StaticText "Marisa Kirisame"
|
||||
StaticText "Marisa the Magician"
|
||||
StaticText " "
|
||||
StaticText "$STING_CASSETS", "White"
|
||||
StaticText "Epic Games, id Software, Bethesda Softworks"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue