|
@@ -67,7 +67,7 @@ fn_dl_steamcmd(){
|
|
|
${unbuffer} ${steamcmdcommand} +login "${steamuser}" "${steampass}" +force_install_dir "${serverfiles}" +app_set_config 90 mod "${appidmod}" +app_update "${appid}" ${validate} +quit | uniq | tee -a "${lgsmlog}" "${steamcmdlog}"
|
|
${unbuffer} ${steamcmdcommand} +login "${steamuser}" "${steampass}" +force_install_dir "${serverfiles}" +app_set_config 90 mod "${appidmod}" +app_update "${appid}" ${validate} +quit | uniq | tee -a "${lgsmlog}" "${steamcmdlog}"
|
|
|
fi
|
|
fi
|
|
|
# Force Windows Platform type.
|
|
# Force Windows Platform type.
|
|
|
- elif [ "${shortname}" == "ac" ]||[ "${shortname}" == "jk2" ]; then
|
|
|
|
|
|
|
+ elif [ "${steamcmdforcewindows}" == "yes" ]; then
|
|
|
if [ -n "${branch}" ]&&[ -n "${betapassword}" ]; then
|
|
if [ -n "${branch}" ]&&[ -n "${betapassword}" ]; then
|
|
|
${unbuffer} ${steamcmdcommand} +@sSteamCmdForcePlatformType windows +login "${steamuser}" "${steampass}" +force_install_dir "${serverfiles}" +app_update "${appid}" -beta "${branch}" -betapassword "${betapassword}" ${validate} +quit | uniq | tee -a "${lgsmlog}" "${steamcmdlog}"
|
|
${unbuffer} ${steamcmdcommand} +@sSteamCmdForcePlatformType windows +login "${steamuser}" "${steampass}" +force_install_dir "${serverfiles}" +app_update "${appid}" -beta "${branch}" -betapassword "${betapassword}" ${validate} +quit | uniq | tee -a "${lgsmlog}" "${steamcmdlog}"
|
|
|
elif [ -n "${branch}" ]; then
|
|
elif [ -n "${branch}" ]; then
|