Egg: ARK: Survival Ascended
File: ark_survival_ascended/egg-ark-survival-ascended.json
Issue Description:
egg not installing complete game after steamCMD installer. had to edit the install script for the egg for forcing windows install:
./steamcmd.sh
+@sSteamCmdForcePlatformType windows
+force_install_dir /mnt/server
+login ${STEAM_USER} ${STEAM_PASS} ${STEAM_AUTH}
+app_update ${SRCDS_APPID}
$( [[ -z ${SRCDS_BETAID} ]] || printf %s "-beta ${SRCDS_BETAID}" )
$( [[ -z ${SRCDS_BETAPASS} ]] || printf %s "-betapassword ${SRCDS_BETAPASS}" )
${INSTALL_FLAGS}
validate
+quit
Egg: ARK: Survival Ascended
File: ark_survival_ascended/egg-ark-survival-ascended.json
Issue Description:
egg not installing complete game after steamCMD installer. had to edit the install script for the egg for forcing windows install:
./steamcmd.sh
$( [[ -z $ {SRCDS_BETAID} ]] || printf %s "-beta ${SRCDS_BETAID}" )
$( [[ -z $ {SRCDS_BETAPASS} ]] || printf %s "-betapassword ${SRCDS_BETAPASS}" )
+@sSteamCmdForcePlatformType windows
+force_install_dir /mnt/server
+login ${STEAM_USER} ${STEAM_PASS} ${STEAM_AUTH}
+app_update ${SRCDS_APPID}
${INSTALL_FLAGS}
validate
+quit