SRCDS Steam group


-autoupdate switch
#1
Question 
Hi All,

Might be a bit of a daft question but where is the best place to put ./steam at the moment its..

/home/dubzee/srcds_l/

but with -autoupdate in the command line, srcds_run creates a new orangbox directory inside the current orangebox directory..

Sorry hope that makes sense.

Thanks!
Smile
Reply
#2
i had the same problem use ./srcds_linux
Reply
#3
Keep it where its at, and then just download the new update Smile. You wont need the srcds bin's in the gameserver-root anymore, you will only have to use the bin's in the orangebox-folder
Slå den med jeres fiberforbindelser...

[Image: 1308107839.png]
Reply
#4
Its a bug in the srcds_run script.
Probably a left over from pre orangebox
In line 296 change:
DEPOT_ROOT="." to DEPOT_ROOT=".."

And it will work again
Reply
#5
Thanks for you help chaps, but its still a no go..

srcds_linux doesn't seem to call the autoupdate? and DEPOT_ROOT is already set to ".." its strange because my TF2 and L4D2 servers update fine.. lol!

Thanks.
Think this might of been the problem..

In the new srcds_run .. it looks like this..

if test -f "$STEAM" -a -x "$STEAM"; then
echo "Updating server using Steam."
DEPOT_ROOT=".."
DEPOT_NAME=$GAME

if test "$GAME" = "cstrike"; then
DEPOT_NAME="Counter-Strike Source";
DEPOT_ROOT="."
fi

but if you remove the DEPOT_ROOT="." under DEPOT_NAME="Counter-Strike Source"; it works..

Smile
Reply
#6
Have you even read what i wrote? I specified the LINE cause there are several entries. If you change the DEPOT_ROOT in the line i wrote it works.

And again: the srcds_linux is a binary, srcds_run is a startscrip.

To all others do NOT remove what dubzee is writing. Just make the change I recommended.
Reply
#7
(06-26-2010, 12:37 AM)Terrorkarotte Wrote:  Have you even read what i wrote? I specified the LINE cause there are several entries. If you change the DEPOT_ROOT in the line i wrote it works.

And again: the srcds_linux is a binary, srcds_run is a startscrip.

To all others do NOT remove what dubzee is writing. Just make the change I recommended.

Ahh ok.. probably miss read what you said my bad..

Thanks anyway
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)