Browse Source

Clearing unused & duplicate parameters

SessionName & ServerAdminPassword are set using .ini file.
Leaving RCONPort since Ark will recreate it anyways, at least it'll be in the right location.
Ports/maxplayers/IP are set within start parms; however maxplayers will show up in .ini after starting the server but can't seem to be set within .ini file, resets to 70 no matter what.
pull/7/head
UltimateByte 8 years ago
committed by GitHub
parent
commit
3ff04eadc7
  1. 13
      ARKSurvivalEvolved/GameUserSettings.ini

13
ARKSurvivalEvolved/GameUserSettings.ini

@ -120,16 +120,9 @@ sg.HeightFieldShadowQuality=3
[SessionSettings]
SessionName=SERVERNAME
QueryPort=27015
Port=7777
;MultiHome=INSERT_IPv4_HERE ;Example:192.168.0.9. If not just remove any line containing MultiHome.
[/Script/Engine.GameSession]
MaxPlayers=127
[MultiHome]
;MultiHome=True ;If MultiHome=IPv4 is filled in. If not just remove any line containing MultiHome.
[MessageOfTheDay]
Message=Welcome to ARK Server
Message=Welcome to ARK Server, proudly powered by LinuxGSM
Duration=5
[/Script/Engine.GameSession]

Loading…
Cancel
Save