From fe058246a7c38b5426388d8f2cf97e6489d34dd1 Mon Sep 17 00:00:00 2001 From: molivier Date: Wed, 21 Jan 2004 07:29:42 +0000 Subject: [PATCH] Transfusion update: renamed the mod directory to "basetf" instead of "transfusion", and added 6 new maps. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3823 d7cf8633-e32d-0410-b094-e92efae38249 --- common.c | 2 +- menu.c | 18 ++++++++++++------ 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/common.c b/common.c index 66a218dc..45e9f814 100644 --- a/common.c +++ b/common.c @@ -819,7 +819,7 @@ void COM_InitGameType (void) break; case GAME_TRANSFUSION: gamename = "Transfusion"; - gamedirname = "transfusion"; + gamedirname = "basetf"; break; case GAME_GOODVSBAD2: gamename = "GoodVs.Bad2"; diff --git a/menu.c b/menu.c index 0185ad45..581724d8 100644 --- a/menu.c +++ b/menu.c @@ -2887,6 +2887,8 @@ level_t transfusionlevels[] = {"e1m7", "Altar of Stone"}, {"e2m8", "The Lair of Shial"}, {"e3m7", "The Pit of Cerberus"}, + {"e4m1", "Butchery Loves Company"}, + {"e4m7", "In the Flesh"}, {"e4m8", "The Hall of the Epiphany"}, {"e4m9", "Mall of the Dead"}, @@ -2895,6 +2897,7 @@ level_t transfusionlevels[] = {"dm3", "Area 15"}, {"e6m1", "Welcome to Your Life"}, {"e6m8", "Beauty and the Beast"}, + {"e6m9", "Forgotten Catacombs"}, {"cpbb01", "Crypt of Despair"}, {"cpbb03", "Unholy Cathedral"}, @@ -2906,6 +2909,8 @@ level_t transfusionlevels[] = {"crypt", "The Crypt"}, {"bb3_2k1", "Bodies Infusion"}, + {"captasao", "Captasao"}, + {"curandero", "Curandero"}, {"dcamp", "DeathCamp"}, {"highnoon", "HighNoon"}, {"qbb1", "The Confluence"}, @@ -2916,18 +2921,19 @@ level_t transfusionlevels[] = {"fragm", "Frag'M"}, {"maim", "Maim"}, {"qe1m7", "The House of Chthon"}, + {"qmorbias", "Dm-Morbias"}, {"simple", "Dead Simple"} }; episode_t transfusionepisodes[] = { {"Blood", 0, 8}, - {"Blood Single Player", 8, 7}, - {"Plasma Pack", 15, 5}, - {"Cryptic Passage", 20, 2}, - {"Blood 2", 22, 5}, - {"Transfusion", 27, 6}, - {"Conversions", 33, 5} + {"Blood Single Player", 8, 9}, + {"Plasma Pack", 17, 6}, + {"Cryptic Passage", 23, 2}, + {"Blood 2", 25, 5}, + {"Transfusion", 30, 8}, + {"Conversions", 38, 6} }; level_t goodvsbad2levels[] = -- 2.39.2