From 0398cd06471e716ad8f81abb2abe6784ae1938c6 Mon Sep 17 00:00:00 2001 From: MrDave1999 Date: Sun, 30 May 2021 16:41:40 -0500 Subject: [PATCH] Added a new map: cs_assault --- CaptureTheFlag/CaptureTheFlag/Command/Public/CmdPublic.cs | 2 +- .../bin/Debug/netcoreapp3.1/scriptfiles/config.ini | 4 ++-- .../bin/Debug/netcoreapp3.1/scriptfiles/flag_position.ini | 4 +++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CaptureTheFlag/CaptureTheFlag/Command/Public/CmdPublic.cs b/CaptureTheFlag/CaptureTheFlag/Command/Public/CmdPublic.cs index 90f801aa..5f7d442d 100644 --- a/CaptureTheFlag/CaptureTheFlag/Command/Public/CmdPublic.cs +++ b/CaptureTheFlag/CaptureTheFlag/Command/Public/CmdPublic.cs @@ -99,7 +99,7 @@ private static void MapName(Player player) [Command("nextmap", Shortcut = "nextmap")] private static void NextMap(Player player) - => player.SendClientMessage(Color.Yellow, $"* Próximo actual: {Color.Orange}{CurrentMap.GetNextMap()}."); + => player.SendClientMessage(Color.Yellow, $"* Próximo mapa: {Color.Orange}{CurrentMap.GetNextMap()}."); [Command("stop", Shortcut = "stop")] private static void StopMusic(Player player) diff --git a/CaptureTheFlag/CaptureTheFlag/bin/Debug/netcoreapp3.1/scriptfiles/config.ini b/CaptureTheFlag/CaptureTheFlag/bin/Debug/netcoreapp3.1/scriptfiles/config.ini index 96129853..12d4908a 100644 --- a/CaptureTheFlag/CaptureTheFlag/bin/Debug/netcoreapp3.1/scriptfiles/config.ini +++ b/CaptureTheFlag/CaptureTheFlag/bin/Debug/netcoreapp3.1/scriptfiles/config.ini @@ -4,9 +4,9 @@ LANGUAGE = Español Latino HIDDEN_COMMAND = /1234 GAMEMODE_TEXT = CTF ~v8.0.0-RC2 ;Here you can specify the name of the map with which the server can start, otherwise leave it empty. -NAME_MAP = +NAME_MAP = cs_assault [Map] -MAX_MAPS = 20 +MAX_MAPS = 21 ;Time must be in seconds. MAX_TIME_ROUND = 1200 MAX_TIME_LOADING = 10 diff --git a/CaptureTheFlag/CaptureTheFlag/bin/Debug/netcoreapp3.1/scriptfiles/flag_position.ini b/CaptureTheFlag/CaptureTheFlag/bin/Debug/netcoreapp3.1/scriptfiles/flag_position.ini index 2c12feac..b4aa8bbf 100644 --- a/CaptureTheFlag/CaptureTheFlag/bin/Debug/netcoreapp3.1/scriptfiles/flag_position.ini +++ b/CaptureTheFlag/CaptureTheFlag/bin/Debug/netcoreapp3.1/scriptfiles/flag_position.ini @@ -19,6 +19,7 @@ de_dust2_x2 = 98.9419,2008.9546,18.4013 de_dust2_x3 = -1000.1545,2532.0759,131.2383 Aim_Headshot2 = 3099.0640,-1974.0697,23.6803 WarZone = -1331.5494,2533.4387,93.9766 +cs_assault = 1942.2151,-2416.7285,13.5469 [Blue] RC_Battlefield = -974.7156,1089.7988,1344.9755 CrackFactory = 2568.5762,-1296.0222,1031.4219 @@ -39,4 +40,5 @@ de_dust2_x1 = 244.5468,1842.8566,51.5178 de_dust2_x2 = -1.5724,2039.5142,21.0984 de_dust2_x3 = -1151.1497,2400.7925,146.7129 Aim_Headshot2 = 3133.3345,-2042.9606,24.0724 -WarZone = -1291.2379,2429.9504,94.1087 \ No newline at end of file +WarZone = -1291.2379,2429.9504,94.1087 +cs_assault = 1874.2798,-2434.4463,13.5547 \ No newline at end of file