2015-09-18 10:44:53 +02:00
|
|
|
# --- USER CONFIG --- #
|
|
|
|
# ARK server options - use ark_<optionname>=<value>
|
|
|
|
# comment out these values if you want to define them
|
|
|
|
# inside your GameUserSettings.ini file
|
2015-10-23 11:15:44 +02:00
|
|
|
serverMap=${SERVERMAP} # server map (default TheIsland)
|
2015-09-18 10:44:53 +02:00
|
|
|
ark_SessionName=${SESSIONNAME} # if your session name needs special characters please use the .ini instead
|
2015-10-23 11:15:44 +02:00
|
|
|
ark_ServerPassword=${SERVERPASSWORD} # ARK server password, empty: no password required to login
|
|
|
|
ark_ServerAdminPassword=${ADMINPASSWORD} # ARK server admin password, KEEP IT SAFE!
|
2015-10-23 14:37:34 +02:00
|
|
|
ark_MaxPlayers=${NBPLAYERS} # Number MAX of player
|
2015-10-23 11:15:44 +02:00
|
|
|
# ark_bRawSockets="" # Uncomment if you want to use ark raw socket (instead of steam p2p) [Not recommended]
|
|
|
|
arkflag_log=""
|
|
|
|
|
|
|
|
|
|
|
|
# ----- Mods ----- #
|
|
|
|
#ark_GameModIds="487516323,487516324,487516325" # Uncomment to specify additional mods by Mod Id separated by commas
|
|
|
|
# Mod OS Selection
|
|
|
|
mod_branch=Windows
|
|
|
|
# Add mod-specific OS selection below:
|
|
|
|
#mod_branch_496735411=Windows
|
|
|
|
# ----------------#
|
|
|
|
|
|
|
|
# ARK server flags - use arkflag_<optionname>=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
|
|
|
|
|
|
|
|
# ARK server options - i.e. for -optname=val, use arkopt_optname=val
|
|
|
|
#arkopt_StructureDestructionTag=DestroySwampSnowStructures
|
|
|
|
|
|
|
|
|
|
|
|
# Update warning messages
|
|
|
|
# Modify as desired, putting the %d replacement operator where the number belongs
|
|
|
|
msgWarnUpdateMinutes="This ARK server will shutdown for an update in %d minutes"
|
|
|
|
msgWarnUpdateSeconds="This ARK server will shutdown for an update in %d seconds"
|
|
|
|
arkBackupPreUpdate="false" # set this to true if you want to perform a backup before updating
|