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 b703ce6 commit 1443117
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lgsm/modules/fix_steamcmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ fi
if [ "${shortname}" == "ahl" ]; then
fn_fix_steamclient_so "32" "${serverfiles}"
fn_fix_steamclient_so "64" "${serverfiles}/linux64"
if [ "${shortname}" == "ahl2" ]; then
fn_fix_steamclient_so "32" "${serverfiles}/bin"
elif [ "${shortname}" == "ark" ]; then
fn_fix_steamclient_so "32" "${serverfiles}"
fn_fix_steamclient_so "64" "${serverfiles}/linux64"
Expand Down Expand Up @@ -188,11 +190,19 @@ elif [ "${shortname}" == "dayz" ]; then
elif [ "${shortname}" == "dmc" ]; then
fn_fix_steamclient_so "64" "${serverfiles}/linux64"
elif [ "${shortname}" == "dodr" ]; then
fn_fix_steamclient_so "64" "${serverfiles}/Dragons/Binaries/Linux"
fn_fix_steamclient_so "64" "${serverfiles}/linux64"
elif [ "${shortname}" == "doi" ]; then
fn_fix_steamclient_so "32" "${serverfiles}"
elif [ "${shortname}" == "dst" ]; then
fn_fix_steamclient_so "32" "${serverfiles}/bin/lib32"
fn_fix_steamclient_so "64" "${serverfiles}/bin64/lib64"
elif [ "${shortname}" == "dys" ]; then
fn_fix_steamclient_so "32" "${serverfiles}/linux32"
elif [ "${shortname}" == "eco" ]; then
fn_fix_steamclient_so "32" "${serverfiles}"
elif [ "${shortname}" == "em" ]; 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 1443117

Please sign in to comment.