Browse Source

Update config.txt

pull/118/head
Daniel Gibbs 4 years ago
committed by GitHub
parent
commit
ccdcd66691
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 50
      BallisticOverkill/config.txt

50
BallisticOverkill/config.txt

@ -24,15 +24,16 @@ MaxPing=0
# Start game map # Start game map
# Valid values are: # Valid values are:
# 1: Corporate Park # 1: Sunnsquare Mall
# 2: Hollow # 2: Corporate Park
# 3: Sunnsquare Mall # 3: Hollow
# 4: Nox Museum # 4: Nox Museum
# 5: Wonderdome # 5: Overhead
# 7: Citadel # 6: Citadel
# 8: Overhead # 7: Hakim
# 9: Blackfield # 8: Blackfield
# 10: Hakim # 9: Wonderdome
# 10: Reinstate
GameMap=3 GameMap=3
# Game mode # Game mode
@ -40,21 +41,38 @@ GameMap=3
# 1: Team Deatchmatch # 1: Team Deatchmatch
# 2: Conquest # 2: Conquest
# 3: King of the Hill # 3: King of the Hill
# 4: Rounds
# 5: Free for all # 5: Free for all
GameMode=1 GameMode=4
# MatchTime # MatchTime
# value in minutes # value in minutes
MatchTime=10 MatchTime=10
#AutoBalance is on?
# 0 = false
# 1 = true
Autobalance=1
# Rounds
Rounds=7
# RoundTime
RoundTime=90
# Round warmup time to spawn into the next match
# value in seconds
WarmUpTime=26
# Password # Password
# Set an Password to only selected players be able to enter in your match # Set an Password to only selected players be able to enter in your match
Password= Password=
#DedicatedBroadcast #DedicatedBroadcast: advanced option.
# 0: P2P Broadcast (Hybrid) # 0: P2P Broadcast (light, player to player position update)
# 1: Server Broadcast (ServerOnly) # 1: Server Broadcast OnDemand (medium, the server broadcasts position of players with ping above 200ms)
DedicatedBroadcast=0 # 2: Server Broadcast (heavy, but ensure the packets sent between players have lowest ping as possible)
DedicatedBroadcast=1
# Banner shown when the client is logging into the server # Banner shown when the client is logging into the server
# Valid types are JPG and PNG # Valid types are JPG and PNG
@ -64,3 +82,9 @@ BannerURL=
# URL to open when the user clicks over the banner # URL to open when the user clicks over the banner
# Sample Url: http://google.com # Sample Url: http://google.com
ClickURL= ClickURL=
# OwnerId of the DedicatedServer. you must fill a valid 'SteamID64'.
# Only the user with this steamID64 can send SpecialCommands from chat to the Server
# you can find your steamID64 using this site: https://steamid.io/
# It looks like this: 76561198007483607
OwnerId=

Loading…
Cancel
Save