From f0542fa69f6ac809061bf98dcb061d365098ea86 Mon Sep 17 00:00:00 2001 From: SwordSWD <62721069+SwordSWD@users.noreply.github.com> Date: Sat, 22 Apr 2023 23:58:20 -0400 Subject: [PATCH] T5ZM Gametype and Maps --- Application/DefaultSettings.json | 42 +++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/Application/DefaultSettings.json b/Application/DefaultSettings.json index 7a6cc131..a454bca9 100644 --- a/Application/DefaultSettings.json +++ b/Application/DefaultSettings.json @@ -311,6 +311,10 @@ { "Name": "tdm", "Alias": "Team Deathmatch" + }, + { + "Name": "zom", + "Alias": "Zombies" } ] }, @@ -1230,7 +1234,43 @@ { "Alias": "Zoo", "Name": "mp_zoo" - } + }, + { + "Alias": "Kino der Toten", + "Name": "zombie_theater" + }, + { + "Alias": "Five", + "Name": "zombie_pentagon" + }, + { + "Alias": "Ascension", + "Name": "zombie_cosmodrome" + }, + { + "Alias": "Call of the Dead", + "Name": "zombie_coast" + }, + { + "Alias": "Moon", + "Name": "zombie_moon" + }, + { + "Alias": "Nacht Der Untoten", + "Name": "zombie_cod5_prototype" + }, + { + "Alias": "Verrückt", + "Name": "zombie_cod5_asylum" + }, + { + "Alias": "Shi No Numa", + "Name": "zombie_cod5_sumpf" + }, + { + "Alias": "Der Riese", + "Name": "zombie_cod5_factory" + } ] }, {