Skip to content

Commit

Permalink
more added
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Nov 24, 2023
1 parent 7af165e commit 9d9b8d9
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions lgsm/modules/fix_steamcmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -150,15 +150,26 @@ elif [ "${shortname}" == "ark" ]; then
fn_fix_steamclient_so "64" "${serverfiles}/linux64"
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}/BODS_Data/Plugins/x86"
fn_fix_steamclient_so "64" "${serverfiles}/BODS_Data/Plugins/x86_64"
elif [ "${shortname}" == "bt" ]; then
fn_fix_steamclient_so "64" "${serverfiles}/linux64"
elif [ "${shortname}" == "ck" ]; then
fn_fix_steamclient_so "64" "${serverfiles}/linux64"
elif [ "${shortname}" == "cod4" ]; then
fn_fix_steamclient_so "32" "${serverfiles}"
elif [ "${shortname}" == "col" ]; then
fn_fix_steamclient_so "32" "${serverfiles}"
fn_fix_steamclient_so "64" "${serverfiles}/linux64"
elif [ "${shortname}" == "cmw" ]; then
fn_fix_steamclient_so "32" "${executabledir}/lib"
elif [ "${shortname}" == "cs" ]; then
fn_fix_steamclient_so "32" "${serverfiles}"
elif [ "${shortname}" == "col" ]; then
fn_fix_steamclient_so "32" "${serverfiles}"
elif [ "${shortname}" == "dab" ]; then
fn_fix_steamclient_so "32" "${serverfiles}/bin"
elif [ "${shortname}" == "hldm" ]; then
fn_fix_steamclient_so "32" "${serverfiles}"
fn_fix_steamclient_so "64" "${serverfiles}/linux64"
Expand Down

0 comments on commit 9d9b8d9

Please sign in to comment.