mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-13 11:28:26 +00:00
The Linux version of some mods don't work at all with the dedicated server. Allow the administrator to configure which mod branch to grab (Windows or Linux).
62 lines
4.1 KiB
INI
62 lines
4.1 KiB
INI
arkstChannel="master" # change it to a different branch to get non-stable versions
|
|
install_bindir="/usr/bin"
|
|
install_libexecdir="/usr/libexec/arkmanager"
|
|
install_datadir="/usr/share/arkmanager"
|
|
|
|
# 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
|
|
arkbackupdir="/home/steam/ARK-Backups" # path to backup directory
|
|
arkwarnminutes="60" # number of minutes to warn players when using update --warn
|
|
arkautorestartfile="ShooterGame/Saved/.autorestart" # path to autorestart file
|
|
arkBackupPreUpdate="false" # set this to true if you want to perform a backup before updating
|
|
|
|
# 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"
|
|
|
|
# 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)
|
|
#serverMapModId="469987622" # Uncomment this to specify the Map Mod Id (<fileid> in http://steamcommunity.com/sharedfiles/filedetails/?id=<fileid>)
|
|
#ark_TotalConversionMod="496735411" # Uncomment this to specify a total-conversion mod
|
|
ark_RCONEnabled="True" # Enable RCON Protocol
|
|
ark_RCONPort="32330" # RCON Port
|
|
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"
|
|
#ark_GameModIds="487516323,487516324,487516325" # Uncomment to specify additional mods by Mod Id separated by commas
|
|
#ark_AltSaveDirectoryName="SotF" # Uncomment to specify a different save directory name
|
|
|
|
# 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
|
|
|
|
# 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
|
|
mod_appid=346110 # App ID for mods
|
|
|
|
# Mod OS Selection
|
|
mod_branch=Linux
|
|
# Add mod-specific OS selection below:
|
|
#mod_branch_496735411=Windows
|
|
|
|
# alternate configs
|
|
# example for config name "ark1":
|
|
#configfile_ark1="/path/to/config/file"
|