SRCDS Steam group


L4D2 update Nov. 20 messes up srcds_run update
#1
It seems that since the L4D2 update today (Nov. 20), whenever I start my L4D2 server up with the following:

./srcds_run -autoupdate -console -game left4dead2 +hostport XXXXX +ip XXX.XXX.XXX.XXX +maxplayers 4 +map c1m1_hotel

It creates and updates the L4D2 Demo server for some reason. Something appears messed up since the update today. It looks like the update fixed some issues with the Linux dedicated server, but it must have broken something in the mean time.
Reply
#2
Oddly enough, it was fine the first time I ran it. However when i tried to run my second script (identical but for a +exec server2.cfg) it tried to download the l4d2 demo. most unimpressed.
Reply
#3
The same problem here! Sad

Edit: I found the bug in the srcds_run file!

Line 302:

Code:
            if test "$GAME" = "left4dead2"; then
                DEPOT_NAME="left4dead2_demo";
            fi

This should be like this:

Code:
            if test "$GAME" = "left4dead2"; then
                DEPOT_NAME="left4dead2";
            fi


Now the server starts correctly! Smile
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)