From 055bc67cd82f83ed560210c5955a4c1dbbb7a14a Mon Sep 17 00:00:00 2001 From: TiFeRi Date: Sat, 15 Feb 2025 02:04:12 +0300 Subject: [PATCH 1/3] 1 --- Content.Shared/CCVar/CCVars.Game.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/CCVar/CCVars.Game.cs b/Content.Shared/CCVar/CCVars.Game.cs index 4a6f1118a1d..21739cd6bde 100644 --- a/Content.Shared/CCVar/CCVars.Game.cs +++ b/Content.Shared/CCVar/CCVars.Game.cs @@ -342,7 +342,7 @@ public static readonly CVarDef /// Defaults to 2 minutes. /// public static readonly CVarDef RoundRestartTime = - CVarDef.Create("game.round_restart_time", 120f, CVar.SERVERONLY); + CVarDef.Create("game.round_restart_time", 0f, CVar.SERVERONLY); /// /// The prototype to use for secret weights. From 09e8b1ac0b293a731ff9879cd60f75eb7d05cff3 Mon Sep 17 00:00:00 2001 From: TiFeRi Date: Sun, 16 Feb 2025 22:26:29 +0300 Subject: [PATCH 2/3] 2 --- Content.Shared/CCVar/CCVars.Game.cs | 2 +- Resources/ConfigPresets/Corvax/mrp.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Content.Shared/CCVar/CCVars.Game.cs b/Content.Shared/CCVar/CCVars.Game.cs index 21739cd6bde..4a6f1118a1d 100644 --- a/Content.Shared/CCVar/CCVars.Game.cs +++ b/Content.Shared/CCVar/CCVars.Game.cs @@ -342,7 +342,7 @@ public static readonly CVarDef /// Defaults to 2 minutes. /// public static readonly CVarDef RoundRestartTime = - CVarDef.Create("game.round_restart_time", 0f, CVar.SERVERONLY); + CVarDef.Create("game.round_restart_time", 120f, CVar.SERVERONLY); /// /// The prototype to use for secret weights. diff --git a/Resources/ConfigPresets/Corvax/mrp.toml b/Resources/ConfigPresets/Corvax/mrp.toml index 2a9d79d1176..32e5ebd449b 100644 --- a/Resources/ConfigPresets/Corvax/mrp.toml +++ b/Resources/ConfigPresets/Corvax/mrp.toml @@ -3,6 +3,7 @@ fallbackpreset = "extended" lobbyenabled = true role_timers = true contraband_examine = false +round_restart_time = 0f [ic] flavor_text = true From 73ec8a3e2d4a4e313a3f7de1853f6091a7527d11 Mon Sep 17 00:00:00 2001 From: TiFeRi Date: Tue, 18 Feb 2025 00:04:30 +0300 Subject: [PATCH 3/3] 3 --- Resources/ConfigPresets/Corvax/athara.toml | 1 + Resources/ConfigPresets/Corvax/common.toml | 1 + Resources/ConfigPresets/Corvax/main.toml | 1 + Resources/ConfigPresets/Corvax/mrp.toml | 2 +- Resources/ConfigPresets/Corvax/solaris.toml | 1 + 5 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Resources/ConfigPresets/Corvax/athara.toml b/Resources/ConfigPresets/Corvax/athara.toml index ba086387693..7e47b47652e 100644 --- a/Resources/ConfigPresets/Corvax/athara.toml +++ b/Resources/ConfigPresets/Corvax/athara.toml @@ -4,6 +4,7 @@ desc = "Корвакс — первый русскоязычный проект maxplayers = 150 soft_max_players = 70 map_rotation = true +round_restart_time = 1 [server] lobby_name = "🛰️ Corvax — Атара 🌌⚡" diff --git a/Resources/ConfigPresets/Corvax/common.toml b/Resources/ConfigPresets/Corvax/common.toml index b9751a1dfea..5fa8011864a 100644 --- a/Resources/ConfigPresets/Corvax/common.toml +++ b/Resources/ConfigPresets/Corvax/common.toml @@ -20,6 +20,7 @@ maximum_width = 26 lobbyduration = 360 map_pool = "NextMapPool" secret_weight_prototype = "CorvaxSecretDefault" +round_restart_time = 1 [server] rules_file = "CorvaxRuleset" diff --git a/Resources/ConfigPresets/Corvax/main.toml b/Resources/ConfigPresets/Corvax/main.toml index cdbc3c84674..00a9ae8283a 100644 --- a/Resources/ConfigPresets/Corvax/main.toml +++ b/Resources/ConfigPresets/Corvax/main.toml @@ -5,6 +5,7 @@ maxplayers = 190 soft_max_players = 105 map_rotation = true peaceful_end = false +round_restart_time = 1 [server] rules_file = "CorvaxLRPRuleset" diff --git a/Resources/ConfigPresets/Corvax/mrp.toml b/Resources/ConfigPresets/Corvax/mrp.toml index 32e5ebd449b..1f6dceba965 100644 --- a/Resources/ConfigPresets/Corvax/mrp.toml +++ b/Resources/ConfigPresets/Corvax/mrp.toml @@ -3,7 +3,7 @@ fallbackpreset = "extended" lobbyenabled = true role_timers = true contraband_examine = false -round_restart_time = 0f +round_restart_time = 1 [ic] flavor_text = true diff --git a/Resources/ConfigPresets/Corvax/solaris.toml b/Resources/ConfigPresets/Corvax/solaris.toml index e1ee610af88..e8cecda5dbf 100644 --- a/Resources/ConfigPresets/Corvax/solaris.toml +++ b/Resources/ConfigPresets/Corvax/solaris.toml @@ -4,6 +4,7 @@ desc = "Корвакс — первый русскоязычный проект maxplayers = 160 soft_max_players = 115 map_rotation = true +round_restart_time = 1 [server] lobby_name = "️🛰️ Corvax — Солярис 🌕"