Ubuntu-Ansible-Setup/roles/squad-server/templates/server-config/CustomOptions.cfg.j2
2023-09-15 12:57:34 -04:00

24 lines
1.1 KiB
Django/Jinja
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Here you can control mod-specific server settings. Mods can use blueprint node "GetCustomServerSetting" to gather the contents of this file.
# This section used to exist in server.cfg
// Amount of players needed to start Pre-Live countdown, integer. Default=50.
SeedPlayersThreshold=60
// After reaching the SeedPlayersThreshold, if some players disconnect but the current player count stays at or above this value, dont stop the
// Pre-Live countdown, integer. Should be greater than zero and less than SeedPlayersThreshold to be considered enabled. default=45.
SeedMinimumPlayersToLive=50
// Match length in seconds, integer. Default=21600 (6 hours)
SeedMatchLengthSeconds=14400
// Enable or Disable availability of all kits during seeding phase, boolean (valid values are 0 and 1), default=1
#SeedAllKitsAvailable=1
// Initial number of tickets for both teams, integer. Default=100
SeedInitialTickets=100
// Length of the pre-live countdown, float. Default=60.0
SeedSecondsBeforeLive=10.0
// All default values listed above will be used if the corresponding setting is not present on config file or commented out.