diff --git a/tools/arkmanager.cfg b/tools/arkmanager.cfg index 97da201..ecad5f0 100644 --- a/tools/arkmanager.cfg +++ b/tools/arkmanager.cfg @@ -4,11 +4,11 @@ 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 +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 - 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_appinfocache="/home/steam/Steam/appcache/appinfo.vdf" # cache of the appinfo command -steamcmd_workshoplog="/home/steam/Steam/logs/workshop_log.txt" # Steam workshop log +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 - 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 #steamcmdhome=/home/steam # Uncomment this to override steamcmd home directory