Ubuntu-Ansible-Setup/roles/squad-server/templates/server-config/CustomOptions.cfg.j2

24 lines
1.1 KiB
Plaintext
Raw Normal View History

2023-01-22 22:06:14 -06:00
# 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=50
// 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=45
// Match length in seconds, integer. Default=21600 (6 hours)
#SeedMatchLengthSeconds=21600
// 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
2023-04-26 06:15:43 -05:00
SeedInitialTickets=150
2023-01-22 22:06:14 -06:00
// Length of the pre-live countdown, float. Default=60.0
2023-04-26 06:15:43 -05:00
SeedSecondsBeforeLive=10.0
2023-01-22 22:06:14 -06:00
2023-04-26 06:15:43 -05:00
// All default values listed above will be used if the corresponding setting is not present on config file or commented out.