From 0eef1fe0eee622df89cc43ec15e0e560e3250238 Mon Sep 17 00:00:00 2001 From: Debug <49997488+DebugOk@users.noreply.github.com> Date: Fri, 19 Jan 2024 23:33:21 +0100 Subject: [PATCH] Gamemode votes (#698) * Allow voting for the extended and survival gamemode These votes shouldn't be called ever anyways, so might aswell use them for the adminless server * Update periapsis.toml --- Resources/ConfigPresets/DeltaV/periapsis.toml | 4 ++++ Resources/Prototypes/game_presets.yml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Resources/ConfigPresets/DeltaV/periapsis.toml b/Resources/ConfigPresets/DeltaV/periapsis.toml index f152af254a..1cf958e9a7 100644 --- a/Resources/ConfigPresets/DeltaV/periapsis.toml +++ b/Resources/ConfigPresets/DeltaV/periapsis.toml @@ -6,6 +6,10 @@ soft_max_players = 50 rules_file = "Rules.txt" rules_header = "ui-rules-header" +[vote] +preset_enabled = true +map_enabled = true + [whitelist] enabled = false reason = "whitelist-not-whitelisted" diff --git a/Resources/Prototypes/game_presets.yml b/Resources/Prototypes/game_presets.yml index 1b3b0b3acf..4f473131e5 100644 --- a/Resources/Prototypes/game_presets.yml +++ b/Resources/Prototypes/game_presets.yml @@ -3,7 +3,7 @@ alias: - survival name: survival-title - showInVote: false # secret + showInVote: true # secret # DeltaV - Me when the survival. Used for periapsis. description: survival-description rules: - RampingStationEventScheduler @@ -14,7 +14,7 @@ - extended - shittersafari name: extended-title - showInVote: false #2boring2vote + showInVote: true #2boring2vote # DeltaV - I'd like to disagree, used for periapsis. description: extended-description rules: - BasicStationEventScheduler