# config environment arkserverroot="/home/ark/server1/server" # path of your ARK server files (default ~/ARK) # ARK server options - use ark_= # comment out these values if you want to define them # inside your GameUserSettings.ini file serverMap="Extinction" # server map (default TheIsland) #serverMapModId="469987622" # Uncomment this to specify the Map Mod Id ( in http://steamcommunity.com/sharedfiles/filedetails/?id=) #ark_TotalConversionMod="496735411" # Uncomment this to specify a total-conversion mod ark_RCONEnabled="True" # Enable RCON Protocol ark_RCONPort="27016" # RCON Port #ark_SessionName="ARKofValguero" # if your session name needs special characters please use the .ini instead ark_Port="7777" # ARK server port (default 7778) ark_QueryPort="27015" # ARK query port (default 27015) ark_ServerPassword="" # ARK server password, empty: no password required to login ark_ServerAdminPassword="" # ARK server admin password, KEEP IT SAFE! ark_MaxPlayers="20" ark_GameModIds="" #ark_AltSaveDirectoryName="SotF" # Uncomment to specify a different save directory name # ARK server flags - use arkflag_=true #arkflag_OnlyAdminRejoinAsSpectator=true # Uncomment to only allow admins to rejoin as spectator #arkflag_DisableDeathSpectator=true # Uncomment to disable players from becoming spectators when they die arkflag_log=true arkflag_NoBattleEye=true arkflag_server=true arkflag_ForceAllowCaveFlyers=true # ARK server options - i.e. for -optname=val, use arkopt_optname=val #arkopt_StructureDestructionTag=DestroySwampSnowStructures arkopt_ClusterDirOverride=/home/ark/server1/server/ShooterGame/Saved/clusters arkopt_clusterid=mavisbay #arkPreStart="/etc/arkmanager/instances/instance.start" # Set this to override the start script; defaults to config file name with .cfg replaced by .start