mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-14 22:07:22 +08:00
19 lines
626 B
INI
19 lines
626 B
INI
[/Script/Pavlov.DedicatedServer]
|
|
bEnabled=true
|
|
ServerName="My dedicated server"
|
|
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"
|
|
bSecured=true
|
|
bCustomServer=true
|
|
bVerboseLogging=false
|
|
bCompetitive=false #This only works for SND
|
|
bWhitelist=false
|
|
RefreshListTime=120
|
|
LimitedAmmoType=0
|
|
TickRate=90
|
|
TimeLimit=60
|
|
#Password=0000
|
|
#BalanceTableURL="vankruptgames/BalancingTable/main"
|
|
MapRotation=(MapId="UGC1758245796", GameMode="GUN")
|
|
MapRotation=(MapId="datacenter", GameMode="SND")
|
|
MapRotation=(MapId="sand", GameMode="DM") |