Răsfoiți Sursa

Symlinking the SteamCMD dir for ARK

Symlinking the SteamCMD directory into the correct ARK directory so that the mods auto-management will work fine. See http://ark.gamepedia.com/244.3 for the CLI option and Game.ini configuration settings.
Drizzt321 9 ani în urmă
părinte
comite
10eb855faa
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      lgsm/functions/command_install.sh

+ 2 - 0
lgsm/functions/command_install.sh

@@ -39,6 +39,8 @@ elif [ "${gamename}" == "TeamSpeak 3" ]; then
 	install_ts3db.sh
 elif [ "${gamename}" == "Multi Theft Auto" ]; then
 	command_install_resources_mta.sh
+elif [ "${gamename}" == "ARK: Survival Evolved" ]; then
+	ln -s "${steamcmddir}" "${serverfiles}/Engine/Binaries/ThirdParty/SteamCMD/Linux"
 fi
 
 fix.sh