mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-12 19:08:27 +00:00
34 lines
2.3 KiB
INI
34 lines
2.3 KiB
INI
arkstVersion="1.2" # used to print the version when needed and to check for updates
|
|
arkstChannel="master" # change it to a different branch to get non-stable versions
|
|
|
|
# config SteamCMD
|
|
steamcmdroot="/home/steam/steamcmd" # path of your steamcmd instance
|
|
steamcmdexec="steamcmd.sh" # name of steamcmd executable
|
|
steamcmd_user="steam" # name of the system user who own steamcmd folder
|
|
steamcmd_appinfocache="/home/steam/Steam/appcache/appinfo.vdf" # cache of the appinfo command
|
|
|
|
# config environment
|
|
arkserverroot="/home/steam/ARK" # path of your ARK server files (default ~/ARK)
|
|
arkserverexec="ShooterGame/Binaries/Linux/ShooterGameServer" # name of ARK server executable
|
|
|
|
# ARK server options - use ark_<optionname>=<value>
|
|
# comment out these values if you want to define them
|
|
# inside your GameUserSettings.ini file
|
|
serverMap="TheIsland" # server map (default TheIsland)
|
|
ark_SessionName="ARK Server Tools" # if your session name needs special characters please use the .ini instead
|
|
ark_Port="7778" # ARK server port (default 7778)
|
|
ark_QueryPort="27016" # ARK query port (default 27016)
|
|
ark_ServerPassword="" # ARK server password, empty: no password required to login
|
|
ark_ServerAdminPassword="keyboardcat" # ARK server admin password, KEEP IT SAFE!
|
|
ark_MaxPlayers="70"
|
|
|
|
# config Service
|
|
servicename="arkserv" # Name of the service (don't change if you don't know what are you doing)
|
|
logdir="/var/log/arktools" # Logs path (default /var/log/arktools)
|
|
|
|
# steamdb specific
|
|
appid=376030 # Linux server App ID
|
|
|
|
# admin information
|
|
servermail="" # Log email, leave blank if you dont want to receive mail
|