Very much needed credits menu has been added.
This commit is contained in:
parent
a99c5730a6
commit
f25f5d2032
2 changed files with 70 additions and 1 deletions
22
language.txt
22
language.txt
|
|
@ -222,6 +222,18 @@ FLAK_TAUNT1 = "Victory 1";
|
|||
FLAK_TAUNT2 = "Victory 2";
|
||||
FLAK_TAUNT3 = "Wave";
|
||||
FLAK_TAUNT4 = "Pelvic Thrust";
|
||||
FLAK_MCREDS = "UT Credits";
|
||||
FLAK_CDT = "Doom Tournament";
|
||||
FLAK_CLEAD = "Development Lead:";
|
||||
FLAK_CASSETS = "Additional Assets:";
|
||||
FLAK_CPATRON = "Patreon Backers:";
|
||||
FLAK_CTHANK = "Special Thanks:";
|
||||
FLAK_CUT = "Unreal Tournament";
|
||||
FLAK_CPROG = "Programming:";
|
||||
FLAK_CLEVEL = "Level Design:";
|
||||
FLAK_CARTNMODEL = "Art & Models:";
|
||||
FLAK_CMUSNSND = "Music & Sound:";
|
||||
FLAK_CBIZ = "Biz:";
|
||||
|
||||
[es esm esn esg esc esa esd esv eso esr ess esf esl esy esz esb ese esh esi esu]
|
||||
/* Obituaries */
|
||||
|
|
@ -431,6 +443,16 @@ FLAK_TAUNT1 = "Victoria 1";
|
|||
FLAK_TAUNT2 = "Victoria 2";
|
||||
FLAK_TAUNT3 = "Adiós";
|
||||
FLAK_TAUNT4 = "Movimiento de pelvis";
|
||||
FLAK_MCREDS = "Créditos de UT";
|
||||
FLAK_CLEAD = "Desarrolladora Jefe:";
|
||||
FLAK_CASSETS = "Assets Adicionales:";
|
||||
FLAK_CPATRON = "Mecenas de Patreon:";
|
||||
FLAK_CTHANK = "Agradecimientos Especiales:";
|
||||
FLAK_CPROG = "Programación:";
|
||||
FLAK_CLEVEL = "Diseño de Niveles:";
|
||||
FLAK_CARTNMODEL = "Arte y Modelos:";
|
||||
FLAK_CMUSNSND = "Música y Sonido:";
|
||||
FLAK_CBIZ = "Negocios:";
|
||||
|
||||
[fr]
|
||||
|
||||
|
|
|
|||
49
menudef.txt
49
menudef.txt
|
|
@ -76,9 +76,56 @@ OptionMenu "UTOptionMenu"
|
|||
Option "$FLAK_UCORPS", "flak_corpsedamage", "YesNo"
|
||||
Option "$FLAK_DTEST", "flak_doomtest", "YesNo"
|
||||
}
|
||||
|
||||
AddOptionMenu "OptionsMenu"
|
||||
{
|
||||
StaticText " "
|
||||
Submenu "$FLAK_MTITLE", "UTOptionMenu"
|
||||
Submenu "$FLAK_MCREDS", "UTCreditsMenu"
|
||||
}
|
||||
OptionMenu "UTCreditsMenu"
|
||||
{
|
||||
Title "$FLAK_MCREDS"
|
||||
|
||||
StaticText "$FLAK_CDT", "Red"
|
||||
StaticText " "
|
||||
StaticText "$FLAK_CLEAD", "Gold"
|
||||
StaticText "Marisa Kirisame", "White"
|
||||
StaticText " "
|
||||
StaticText "$FLAK_CASSETS", "Gold"
|
||||
StaticText "Epic Games", "White"
|
||||
StaticText " "
|
||||
StaticText "$FLAK_CPATRON", "Gold"
|
||||
StaticText "Aisamai, Alexa Jones-Gonzales, Jonas Höglund,", "White"
|
||||
StaticText "Zard1084, Jonathan Nemo, NekoMithos, 3d0xp0xy", "White"
|
||||
StaticText " "
|
||||
StaticText "$FLAK_CTHANK", "Gold"
|
||||
StaticText "KynikossDragonn", "White"
|
||||
StaticText " "
|
||||
StaticText "$FLAK_CUT", "Red"
|
||||
StaticText " "
|
||||
StaticText "Copyright© 1999-2000 Epic Games", "White"
|
||||
StaticText " "
|
||||
StaticText "$FLAK_CPROG", "Gold"
|
||||
StaticText "Erik de Neve, Steve Polge, Jack Porter,", "White"
|
||||
StaticText "Brandon Reinhart, Tim Sweeney, Carlo Vogelsang,", "White"
|
||||
StaticText "Warren Marshall", "White"
|
||||
StaticText " "
|
||||
StaticText "$FLAK_CLEVEL", "Gold"
|
||||
StaticText "Cliff Bleszinski, Elliot Cannon, Shane Caudle,", "White"
|
||||
StaticText "Pancho Eekels, Dave Ewing, Cedric Fiorentino,", "White"
|
||||
StaticText "Alan Willard", "White"
|
||||
StaticText "", "White"
|
||||
StaticText " "
|
||||
StaticText "$FLAK_CARTNMODEL", "Gold"
|
||||
StaticText "Dave Carter, Shane Caudle, Pancho Eekels,", "White"
|
||||
StaticText "Steve Garofalo, Mike Leatham, Everton Richards,", "White"
|
||||
StaticText "Dan Sarkar, James Schmalz, John Mueller", "White"
|
||||
StaticText " "
|
||||
StaticText "$FLAK_CMUSNSND", "Gold"
|
||||
StaticText "Alexander Brandon, Sascha Dikiciyan, Dave Ewing,", "White"
|
||||
StaticText "Lani Minella, Shannon Ewing, Michiel van den Bos", "White"
|
||||
StaticText " "
|
||||
StaticText "$FLAK_CBIZ", "Gold"
|
||||
StaticText "Jay Wilbur, Mark Rein", "White"
|
||||
StaticText " "
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue