2015-09-18 10:44:53 +02:00
|
|
|
# --- SYSTEM CONFIG - DO NOT TOUCH ---#
|
|
|
|
|
|
|
|
arkstChannel=${BRANCH} # change it to a different branch to get non-stable versions
|
2015-10-23 11:15:44 +02:00
|
|
|
install_bindir="/usr/bin"
|
|
|
|
install_libexecdir="/usr/libexec/arkmanager"
|
|
|
|
install_datadir="/usr/share/arkmanager"
|
|
|
|
|
2015-09-18 10:44:53 +02:00
|
|
|
|
|
|
|
# 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="/ark/server" # path of your ARK server files (default ~/ARK)
|
|
|
|
arkserverexec="ShooterGame/Binaries/Linux/ShooterGameServer" # name of ARK server executable
|
2015-10-23 11:15:44 +02:00
|
|
|
arkbackupdir="/ark/backup" # path to backup directory
|
|
|
|
arkautorestartfile="ShooterGame/Saved/.autorestart" # path to autorestart file
|
2016-03-23 15:31:28 +01:00
|
|
|
arkStagingDir="/ark/staging"
|
2015-09-18 10:44:53 +02:00
|
|
|
|
|
|
|
# config Service
|
|
|
|
servicename="arkserv" # Name of the service (don't change if you don't know what are you doing)
|
|
|
|
logdir="/ark/log/" # Logs path (default /var/log/arktools)
|
|
|
|
|
|
|
|
# Port config
|
2015-10-23 11:19:31 +02:00
|
|
|
ark_Port=${STEAMPORT} # ARK server port (default 7778)
|
2015-09-18 10:44:53 +02:00
|
|
|
ark_QueryPort=${SERVERPORT} # ARK query port (default 27016)
|
|
|
|
ark_RCONEnabled="True" # Enable RCON Protocol
|
|
|
|
ark_RCONPort="32330" # RCON Port
|
|
|
|
|
|
|
|
# steamdb specific
|
|
|
|
appid=376030 # Linux server App ID
|
2016-03-23 15:31:28 +01:00
|
|
|
mod_appid=346110 # App ID for mods
|
|
|
|
|
2016-04-04 10:48:55 +02:00
|
|
|
# Need to be true to work with UPDATEPONSTART (See #10)
|
|
|
|
arkAutoUpdateOnStart="true" # set this to true if you want to always update before startup
|
|
|
|
|
2016-03-23 15:31:28 +01:00
|
|
|
defaultinstance="main"
|
2015-09-18 10:44:53 +02:00
|
|
|
|
|
|
|
source /ark/arkmanager.cfg
|