From c6ac1931b92717bcb4b06a31454083b62f034906 Mon Sep 17 00:00:00 2001 From: Marisa Kirisame Date: Wed, 7 Aug 2019 20:31:43 +0200 Subject: [PATCH] Very much needed credits menu has been added. --- language.txt | 22 ++++++++++++++++++++++ menudef.txt | 49 ++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 70 insertions(+), 1 deletion(-) diff --git a/language.txt b/language.txt index 500873d..05de73f 100644 --- a/language.txt +++ b/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] diff --git a/menudef.txt b/menudef.txt index 6abd532..d6acc0b 100644 --- a/menudef.txt +++ b/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 " " +} \ No newline at end of file