mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-25 15:58:27 +00:00
Add path change hints for Debian/Ubuntu/CentOS
This commit is contained in:
parent
808a291767
commit
54d9c34ccc
@ -4,11 +4,11 @@ install_libexecdir="/usr/libexec/arkmanager"
|
|||||||
install_datadir="/usr/share/arkmanager"
|
install_datadir="/usr/share/arkmanager"
|
||||||
|
|
||||||
# config SteamCMD
|
# config SteamCMD
|
||||||
steamcmdroot="/home/steam/steamcmd" # path of your steamcmd instance
|
steamcmdroot="/home/steam/steamcmd" # path of your steamcmd instance - change this to "/usr/games" on Debian/Ubuntu/CentOS if you have the steamcmd package installed
|
||||||
steamcmdexec="steamcmd.sh" # name of steamcmd executable
|
steamcmdexec="steamcmd.sh" # name of steamcmd executable - change this to "steamcmd" on Debian/Ubuntu/CentOS if you have the steamcmd package installed
|
||||||
steamcmd_user="steam" # name of the system user who own steamcmd folder
|
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
|
steamcmd_appinfocache="/home/steam/Steam/appcache/appinfo.vdf" # cache of the appinfo command - change this to "/home/steam/.steam/appcache/appinfo.vdf" on Debian/Ubuntu/CentOS if you have the steamcmd package installed
|
||||||
steamcmd_workshoplog="/home/steam/Steam/logs/workshop_log.txt" # Steam workshop log
|
steamcmd_workshoplog="/home/steam/Steam/logs/workshop_log.txt" # Steam workshop log - change this to "/home/steam/.steam/logs/workshop_log.txt" on Debian/Ubuntu/CentOS if you have the steamcmd package installed
|
||||||
#steamlogin="anonymous" # Uncomment this to specify steam login instead of using anonymous login
|
#steamlogin="anonymous" # Uncomment this to specify steam login instead of using anonymous login
|
||||||
#steamcmdhome=/home/steam # Uncomment this to override steamcmd home directory
|
#steamcmdhome=/home/steam # Uncomment this to override steamcmd home directory
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user