Skip to content

Commit

Permalink
Gamemode votes (#698)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
DebugOk authored Jan 19, 2024
1 parent 7af5703 commit 0eef1fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Resources/ConfigPresets/DeltaV/periapsis.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/game_presets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0eef1fe

Please sign in to comment.