You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
696 B
10 lines
696 B
# --- USER CONFIG --- #
|
|
# ARK server options - use ark_<optionname>=<value>
|
|
# comment out these values if you want to define them
|
|
# inside your GameUserSettings.ini file
|
|
serverMap=${SERVERMAP} # server map (default TheIsland)
|
|
ark_SessionName=${SESSIONNAME} # if your session name needs special characters please use the .ini instead
|
|
ark_ServerPassword=${SERVERPASSWORD} # ARK server password, empty: no password required to login
|
|
ark_ServerAdminPassword=${ADMINPASSWORD} # ARK server admin password, KEEP IT SAFE!
|
|
ark_MaxPlayers=${NBPLAYER}
|