Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Nov 24, 2023
1 parent 0abb126 commit b703ce6
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions lgsm/modules/fix_steamcmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,15 +148,24 @@ if [ "${shortname}" == "ahl" ]; then
elif [ "${shortname}" == "ark" ]; then
fn_fix_steamclient_so "32" "${serverfiles}"
fn_fix_steamclient_so "64" "${serverfiles}/linux64"
elif [ "${shortname}" == "ats" ]; then
fn_fix_steamclient_so "32" "${serverfiles}"
elif [ "${shortname}" == "av" ]; then
fn_fix_steamclient_so "32" "${serverfiles}"
elif [ "${shortname}" == "bb2" ]; then
fn_fix_steamclient_so "32" "${serverfiles}"
elif [ "${shortname}" == "bd" ]; then
fn_fix_steamclient_so "32" "${serverfiles}"
elif [ "${shortname}" == "btl" ]; then
fn_fix_steamclient_so "64" "${serverfiles}/linux64"
elif [ "${shortname}" == "bo" ]; then
fn_fix_steamclient_so "32" "${serverfiles}"
fn_fix_steamclient_so "32" "${serverfiles}/BODS_Data/Plugins/x86"
fn_fix_steamclient_so "64" "${serverfiles}/BODS_Data/Plugins/x86_64"
elif [ "${shortname}" == "bs" ]; then
fn_fix_steamclient_so "32" "${serverfiles}"
elif [ "${shortname}" == "bt" ]; then
fn_fix_steamclient_so "64" "${serverfiles}/linux64"
elif [ "${shortname}" == "btl" ]; then
fn_fix_steamclient_so "64" "${serverfiles}/linux64"
elif [ "${shortname}" == "ck" ]; then
fn_fix_steamclient_so "64" "${serverfiles}/linux64"
elif [ "${shortname}" == "cod4" ]; then
Expand All @@ -180,6 +189,10 @@ elif [ "${shortname}" == "dmc" ]; then
fn_fix_steamclient_so "64" "${serverfiles}/linux64"
elif [ "${shortname}" == "dodr" ]; then
fn_fix_steamclient_so "64" "${serverfiles}/linux64"
elif [ "${shortname}" == "doi" ]; then
fn_fix_steamclient_so "32" "${serverfiles}"
elif [ "${shortname}" == "eco" ]; then
fn_fix_steamclient_so "32" "${serverfiles}"
elif [ "${shortname}" == "hldm" ]; then
fn_fix_steamclient_so "32" "${serverfiles}"
fn_fix_steamclient_so "64" "${serverfiles}/linux64"
Expand Down

0 comments on commit b703ce6

Please sign in to comment.