fn_print_warn_nl "Validate might overwrite some customised files"
# If GoldSrc (appid 90) servers. GoldSrc (appid 90) require extra commands.
if["${appid}"=="90"];then
# If using a specific branch.
if[ -n "${branch}"];then
${unbuffer}${steamcmdcommand} +login "${steamuser}""${steampass}" +force_install_dir "${serverfiles}" +app_info_print 70 +app_set_config 90 mod "${appidmod}" +app_update "${appid}""${branch}" +app_update "${appid}" -beta "${branch}" validate +quit | tee -a "${lgsmlog}"
else
${unbuffer}${steamcmdcommand} +login "${steamuser}""${steampass}" +force_install_dir "${serverfiles}" +app_info_print 70 +app_set_config 90 mod "${appidmod}" +app_update "${appid}""${branch}" +app_update "${appid}" validate +quit | tee -a "${lgsmlog}"
fi
elif["${shortname}"=="ac"];then
${unbuffer}${steamcmdcommand} +@sSteamCmdForcePlatformType windows +login "${steamuser}""${steampass}" +force_install_dir "${serverfiles}" +app_update "${appid}" validate +quit | tee -a "${lgsmlog}"
# All other servers.
elif[ -n "${branch}"];then
${unbuffer}${steamcmdcommand} +login "${steamuser}""${steampass}" +force_install_dir "${serverfiles}" +app_update "${appid}" -beta "${branch}" validate +quit | tee -a "${lgsmlog}"
else
${unbuffer}${steamcmdcommand} +login "${steamuser}""${steampass}" +force_install_dir "${serverfiles}" +app_update "${appid}" validate +quit | tee -a "${lgsmlog}"
# If GoldSrc (appid 90) servers. GoldSrc (appid 90) require extra commands.
if["${appid}"=="90"];then
# If using a specific branch.
if[ -n "${branch}"];then
${unbuffer}${steamcmdcommand} +login "${steamuser}""${steampass}" +force_install_dir "${serverfiles}" +app_set_config 90 mod "${appidmod}" +app_update "${appid}" -beta "${branch}"${validate} +quit | tee -a "${lgsmlog}""${steamcmdlog}"
else
${unbuffer}${steamcmdcommand} +login "${steamuser}""${steampass}" +force_install_dir "${serverfiles}" +app_set_config 90 mod "${appidmod}" +app_update "${appid}"${validate} +quit | tee -a "${lgsmlog}""${steamcmdlog}"
fi
# Force Windows Platform type.
elif["${shortname}"=="ac"];then
if[ -n "${branch}"];then
${unbuffer}${steamcmdcommand} +@sSteamCmdForcePlatformType windows +login "${steamuser}""${steampass}" +force_install_dir "${serverfiles}" +app_update "${appid}" -beta "${branch}"${validate} +quit | tee -a "${lgsmlog}""${steamcmdlog}"
else
${unbuffer}${steamcmdcommand} +@sSteamCmdForcePlatformType windows +login "${steamuser}""${steampass}" +force_install_dir "${serverfiles}" +app_update "${appid}"${validate} +quit | tee -a "${lgsmlog}""${steamcmdlog}"
fi
# All other servers.
else
if[ -n "${branch}"];then
${unbuffer}${steamcmdcommand} +login "${steamuser}""${steampass}" +force_install_dir "${serverfiles}" +app_update "${appid}" -beta "${branch}"${validate} +quit | tee -a "${lgsmlog}""${steamcmdlog}"
else
${unbuffer}${steamcmdcommand} +login "${steamuser}""${steampass}" +force_install_dir "${serverfiles}" +app_update "${appid}"${validate} +quit | tee -a "${lgsmlog}""${steamcmdlog}"
fi
fi
# Error checking for SteamCMD. Some errors will loop to try again and some will just exit.
fn_print_failure_nl "SteamCMD did not complete the download, too many retrys"
fn_script_log "SteamCMD did not complete the download, too many retrys"
break
fi
done
# GoldSrc (appid 90) servers commonly fail to download all the server files required.
# Validating a few of times may reduce the chance of this issue.
if["${appid}"=="90"];then
fn_print_information_nl "GoldSrc servers commonly fail to download all the server files required. Validating a few of times may reduce the chance of this issue."