19 lines
626 B
INI
Raw Normal View History

2020-12-05 15:45:57 -05:00
[/Script/Pavlov.DedicatedServer]
bEnabled=true
ServerName="My dedicated server"
2023-06-22 18:57:59 +02:00
MaxPlayers=10 #Set this to 10 for Shack. 24 is the max for PC, setting it higher will not allow players to join.
ApiKey="ABC123FALSEKEYDONTUSEME"
2020-12-05 15:45:57 -05:00
bSecured=true
bCustomServer=true
2023-06-22 18:57:59 +02:00
bVerboseLogging=false
bCompetitive=false #This only works for SND
2020-12-05 15:45:57 -05:00
bWhitelist=false
RefreshListTime=120
2023-06-22 18:57:59 +02:00
LimitedAmmoType=0
2020-12-05 15:45:57 -05:00
TickRate=90
TimeLimit=60
2023-06-22 18:57:59 +02:00
#Password=0000
#BalanceTableURL="vankruptgames/BalancingTable/main"
MapRotation=(MapId="UGC1758245796", GameMode="GUN")
2020-12-05 15:45:57 -05:00
MapRotation=(MapId="datacenter", GameMode="SND")
MapRotation=(MapId="sand", GameMode="DM")