You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lgsm/functions/core_dl.sh
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -60,29 +60,29 @@ fn_dl_steamcmd(){
60
60
if [ "${appid}"=="90" ];then
61
61
# If using a specific branch.
62
62
if [ -n"${branch}" ]&&[ -n"${betapassword}" ];then
63
-
${unbuffer}${steamcmdcommand} +login"${steamuser}""${steampass}"+force_install_dir "${serverfiles}" +app_set_config 90 mod "${appidmod}" +app_update "${appid}" -beta "${branch}" -betapassword "${betapassword}"${validate} +quit | uniq | tee -a "${lgsmlog}""${steamcmdlog}"
63
+
${unbuffer}${steamcmdcommand} +force_install_dir"${serverfiles}"+login "${steamuser}""${steampass}" +app_set_config 90 mod "${appidmod}" +app_update "${appid}" -beta "${branch}" -betapassword "${betapassword}"${validate} +quit | uniq | tee -a "${lgsmlog}""${steamcmdlog}"
64
64
elif [ -n"${branch}" ];then
65
-
${unbuffer}${steamcmdcommand} +login"${steamuser}""${steampass}"+force_install_dir "${serverfiles}" +app_set_config 90 mod "${appidmod}" +app_update "${appid}" -beta "${branch}"${validate} +quit | uniq | tee -a "${lgsmlog}""${steamcmdlog}"
65
+
${unbuffer}${steamcmdcommand} +force_install_dir"${serverfiles}"+login "${steamuser}""${steampass}" +app_set_config 90 mod "${appidmod}" +app_update "${appid}" -beta "${branch}"${validate} +quit | uniq | tee -a "${lgsmlog}""${steamcmdlog}"
66
66
else
67
-
${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}"
67
+
${unbuffer}${steamcmdcommand} +force_install_dir"${serverfiles}"+login "${steamuser}""${steampass}" +app_set_config 90 mod "${appidmod}" +app_update "${appid}"${validate} +quit | uniq | tee -a "${lgsmlog}""${steamcmdlog}"
68
68
fi
69
69
# Force Windows Platform type.
70
70
elif [ "${steamcmdforcewindows}"=="yes" ];then
71
71
if [ -n"${branch}" ]&&[ -n"${betapassword}" ];then
72
-
${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}"
72
+
${unbuffer}${steamcmdcommand} +@sSteamCmdForcePlatformType windows +force_install_dir"${serverfiles}"+login "${steamuser}""${steampass}" +app_update "${appid}" -beta "${branch}" -betapassword "${betapassword}"${validate} +quit | uniq | tee -a "${lgsmlog}""${steamcmdlog}"
73
73
elif [ -n"${branch}" ];then
74
-
${unbuffer}${steamcmdcommand} +@sSteamCmdForcePlatformType windows +login"${steamuser}""${steampass}"+force_install_dir "${serverfiles}" +app_update "${appid}" -beta "${branch}"${validate} +quit | uniq | tee -a "${lgsmlog}""${steamcmdlog}"
74
+
${unbuffer}${steamcmdcommand} +@sSteamCmdForcePlatformType windows +force_install_dir"${serverfiles}"+login "${steamuser}""${steampass}" +app_update "${appid}" -beta "${branch}"${validate} +quit | uniq | tee -a "${lgsmlog}""${steamcmdlog}"
75
75
else
76
-
${unbuffer}${steamcmdcommand} +@sSteamCmdForcePlatformType windows +login"${steamuser}""${steampass}"+force_install_dir "${serverfiles}" +app_update "${appid}"${validate} +quit | uniq | tee -a "${lgsmlog}""${steamcmdlog}"
76
+
${unbuffer}${steamcmdcommand} +@sSteamCmdForcePlatformType windows +force_install_dir"${serverfiles}"+login "${steamuser}""${steampass}" +app_update "${appid}"${validate} +quit | uniq | tee -a "${lgsmlog}""${steamcmdlog}"
77
77
fi
78
78
# All other servers.
79
79
else
80
80
if [ -n"${branch}" ]&&[ -n"${betapassword}" ];then
81
-
${unbuffer}${steamcmdcommand} +login"${steamuser}""${steampass}"+force_install_dir "${serverfiles}" +app_update "${appid}" -beta "${branch}" -betapassword "${betapassword}"${validate} +quit | uniq | tee -a "${lgsmlog}""${steamcmdlog}"
81
+
${unbuffer}${steamcmdcommand} +force_install_dir"${serverfiles}"+login "${steamuser}""${steampass}" +app_update "${appid}" -beta "${branch}" -betapassword "${betapassword}"${validate} +quit | uniq | tee -a "${lgsmlog}""${steamcmdlog}"
82
82
elif [ -n"${branch}" ];then
83
-
${unbuffer}${steamcmdcommand} +login"${steamuser}""${steampass}"+force_install_dir "${serverfiles}" +app_update "${appid}" -beta "${branch}"${validate} +quit | uniq | tee -a "${lgsmlog}""${steamcmdlog}"
83
+
${unbuffer}${steamcmdcommand} +force_install_dir"${serverfiles}"+login "${steamuser}""${steampass}" +app_update "${appid}" -beta "${branch}"${validate} +quit | uniq | tee -a "${lgsmlog}""${steamcmdlog}"
84
84
else
85
-
${unbuffer}${steamcmdcommand} +login"${steamuser}""${steampass}"+force_install_dir "${serverfiles}" +app_update "${appid}"${validate} +quit | uniq | tee -a "${lgsmlog}""${steamcmdlog}"
85
+
${unbuffer}${steamcmdcommand} +force_install_dir"${serverfiles}"+login "${steamuser}""${steampass}" +app_update "${appid}"${validate} +quit | uniq | tee -a "${lgsmlog}""${steamcmdlog}"
0 commit comments