Browse Source

feat(theisle): update config with the latest features

master
H3o66 2 years ago
parent
commit
0ebdc7c00f
  1. 9
      TheIsle/Game.ini

9
TheIsle/Game.ini

@ -1,5 +1,5 @@
[/Script/TheIsle.TIGameSession]
ServerName="SERVERNAME"
ServerName=SERVERNAME
MaxPlayerCount=50
bServerGlobalChat=true
bServerNesting=false
@ -9,10 +9,17 @@ bServerDynamicTimeOfDay=true
ServerTimeOfDayInSeconds=21600
ServerLengthOfDayInSeconds=3600
bServerDynamicWeather=true
QueueEnabled=true
QueuePort=10000
[/Script/Engine.GameSession]
MaxPlayers=50
[/Script/Engine.Game]
RconEnabled=true
RconPassword=ADMINPASSWORD
RconPort=8888
[/Script/TheIsle.TIGameStateBase]
;AdminsSteamIDs=77777777777777777
;AdminsSteamIDs=77777777777777777

Loading…
Cancel
Save