mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-22 20:42:54 +08:00
Update Game.ini
This commit is contained in:
parent
86e6b98149
commit
ca9ab86cb2
@ -1,15 +1,19 @@
|
|||||||
[/Script/Pavlov.DedicatedServer]
|
[/Script/Pavlov.DedicatedServer]
|
||||||
bEnabled=true
|
bEnabled=true
|
||||||
ServerName="My dedicated server"
|
ServerName="My dedicated server"
|
||||||
MaxPlayers=50
|
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
|
bSecured=true
|
||||||
bCustomServer=true
|
bCustomServer=true
|
||||||
|
bVerboseLogging=false
|
||||||
|
bCompetitive=false #This only works for SND
|
||||||
bWhitelist=false
|
bWhitelist=false
|
||||||
RefreshListTime=120
|
RefreshListTime=120
|
||||||
LimitedAmmoType=2
|
LimitedAmmoType=0
|
||||||
TickRate=90
|
TickRate=90
|
||||||
TimeLimit=60
|
TimeLimit=60
|
||||||
Password=0000
|
#Password=0000
|
||||||
MapRotation=(MapId="UGC1668673188", GameMode="SND")
|
#BalanceTableURL="vankruptgames/BalancingTable/main"
|
||||||
|
MapRotation=(MapId="UGC1758245796", GameMode="GUN")
|
||||||
MapRotation=(MapId="datacenter", GameMode="SND")
|
MapRotation=(MapId="datacenter", GameMode="SND")
|
||||||
MapRotation=(MapId="sand", GameMode="DM")
|
MapRotation=(MapId="sand", GameMode="DM")
|
Loading…
Reference in New Issue
Block a user