Additional model progress.
Bump required version to 4.2.0. Added Hexen style loading screen and other gameinfo stuff. Small changes to fullscreen HUD. Added 0.83 style status bar (incomplete). Added player models. Old file cleanup. Ran all models through texnumsq, for convenience (skin indices are all over the place on some models). PNG optimization pass.
This commit is contained in:
parent
5256c548d5
commit
3a8925f3c0
178 changed files with 1887 additions and 356 deletions
66
menudef.txt
66
menudef.txt
|
|
@ -33,54 +33,54 @@ OptionMenu "UnrealCreditsMenu"
|
|||
{
|
||||
Title "$STING_MCREDS"
|
||||
|
||||
StaticText "$STING_CDR", "Red"
|
||||
StaticText "$STING_CDR", "Gold"
|
||||
StaticText " "
|
||||
StaticText "$STING_CLEAD", "Gold"
|
||||
StaticText "Marisa Kirisame", "White"
|
||||
StaticText "$STING_CLEAD", "White"
|
||||
StaticText "Marisa Kirisame"
|
||||
StaticText " "
|
||||
StaticText "$STING_CASSETS", "Gold"
|
||||
StaticText "Epic Games, id Software, Bethesda Softworks", "White"
|
||||
StaticText "$STING_CASSETS", "White"
|
||||
StaticText "Epic Games, id Software, Bethesda Softworks"
|
||||
StaticText " "
|
||||
StaticText "$STING_CPATRON", "Gold"
|
||||
StaticText "Aisamai, Alexa Jones-Gonzales, Jonas Höglund,", "White"
|
||||
StaticText "Zard1084, Jonathan Nemo, NekoMithos, 3d0xp0xy", "White"
|
||||
StaticText "$STING_CPATRON", "White"
|
||||
StaticText "Aisamai, Alexa Jones-Gonzales, Jonas Höglund,"
|
||||
StaticText "Zard1084, Jonathan Nemo, NekoMithos, 3d0xp0xy"
|
||||
StaticText " "
|
||||
StaticText "$STING_CTHANK", "Gold"
|
||||
StaticText "KynikossDragonn, Raffine52, The Cutting Room Floor", "White"
|
||||
StaticText "$STING_CTHANK", "White"
|
||||
StaticText "KynikossDragonn, Raffine52, The Cutting Room Floor"
|
||||
StaticText " "
|
||||
StaticText "Unreal", "Red"
|
||||
StaticText "$STING_CUNR", "Gold"
|
||||
StaticText " "
|
||||
StaticText "$STING_CTOP", "White"
|
||||
StaticText "$STING_CTOP"
|
||||
StaticText " "
|
||||
StaticText "$STING_CGDES", "Gold"
|
||||
StaticText "James Schmalz, Cliff Bleszinski", "White"
|
||||
StaticText "$STING_CGDES", "White"
|
||||
StaticText "James Schmalz, Cliff Bleszinski"
|
||||
StaticText " "
|
||||
StaticText "$STING_CLEVEL", "Gold"
|
||||
StaticText "Cliff Bleszinski, T. Elliot Cannon,", "White"
|
||||
StaticText "Pancho Eekels, Jeremy War,", "White"
|
||||
StaticText "Cedric Fiorentino, Shane Caudle", "White"
|
||||
StaticText "$STING_CLEVEL", "White"
|
||||
StaticText "Cliff Bleszinski, T. Elliot Cannon,"
|
||||
StaticText "Pancho Eekels, Jeremy War,"
|
||||
StaticText "Cedric Fiorentino, Shane Caudle"
|
||||
StaticText " "
|
||||
StaticText "$STING_CANIM", "Gold"
|
||||
StaticText "Dave Carter", "White"
|
||||
StaticText "$STING_CANIM", "White"
|
||||
StaticText "Dave Carter"
|
||||
StaticText " "
|
||||
StaticText "$STING_CART", "Gold"
|
||||
StaticText "James Schmalz, Mike Leatham, Artur Bialas", "White"
|
||||
StaticText "$STING_CART", "White"
|
||||
StaticText "James Schmalz, Mike Leatham, Artur Bialas"
|
||||
StaticText " "
|
||||
StaticText "$STING_CPROG", "Gold"
|
||||
StaticText "Tim Sweeney, Steven Polge, Erik de Neve,", "White"
|
||||
StaticText "James Schmalz, Carlo Vogelsang, Nick Michon", "White"
|
||||
StaticText "$STING_CPROG", "White"
|
||||
StaticText "Tim Sweeney, Steven Polge, Erik de Neve,"
|
||||
StaticText "James Schmalz, Carlo Vogelsang, Nick Michon"
|
||||
StaticText " "
|
||||
StaticText "$STING_CMUS", "Gold"
|
||||
StaticText "Alexander Brandon, Michiel van den Bos", "White"
|
||||
StaticText "$STING_CMUS", "White"
|
||||
StaticText "Alexander Brandon, Michiel van den Bos"
|
||||
StaticText " "
|
||||
StaticText "$STING_CSND", "Gold"
|
||||
StaticText "Dave Ewing", "White"
|
||||
StaticText "$STING_CSND", "White"
|
||||
StaticText "Dave Ewing"
|
||||
StaticText " "
|
||||
StaticText "$STING_CGT", "Gold"
|
||||
StaticText "Jason Schreiber", "White"
|
||||
StaticText "$STING_CGT", "White"
|
||||
StaticText "Jason Schreiber"
|
||||
StaticText " "
|
||||
StaticText "$STING_CBIZ", "Gold"
|
||||
StaticText "Mark Rein, Nigel Kent, Craig Lafferty", "White"
|
||||
StaticText "$STING_CBIZ", "White"
|
||||
StaticText "Mark Rein, Nigel Kent, Craig Lafferty"
|
||||
StaticText " "
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue