File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -51,10 +51,16 @@ if [[ $steamcmd_rc != 0 ]]; then
5151 exit $steamcmd_rc
5252fi
5353
54- # steamclient.so fix
54+ # FIX: steamclient.so fix
5555mkdir -p ~ /.steam/sdk64
5656ln -sfT ${STEAMCMDDIR} /linux64/steamclient.so ~ /.steam/sdk64/steamclient.so
5757
58+ # FIX: extend linked library search path to include additional libs provided by valve
59+ export LD_LIBRARY_PATH=" $LD_LIBRARY_PATH :${STEAMAPPDIR} /bin/linuxsteamrt64"
60+
61+ # FIX: map libserver.so to libserver_valve.so
62+ ln -s ${STEAMAPPDIR} /game/csgo/bin/linuxsteamrt64/libserver.so ${STEAMAPPDIR} /game/bin/linuxsteamrt64/libserver_valve.so
63+
5864# Install server.cfg
5965mkdir -p $STEAMAPPDIR /game/csgo/cfg
6066cp /etc/server.cfg " ${STEAMAPPDIR} " /game/csgo/cfg/server.cfg
You can’t perform that action at this time.
0 commit comments