GoldenEye: Source Forums

Debriefing => Questions, Help, & How To's => Topic started by: Elim on December 15, 2010, 06:37:19 am

Title: Starting Linux dedicated GoldenEye Source server
Post by: Elim on December 15, 2010, 06:37:19 am
I've run through these instructions (Linux version) but using the 4.1 server files:
http://wiki.goldeneyesource.net/index.php/Beta3_Server_Install (http://wiki.goldeneyesource.net/index.php/Beta3_Server_Install)

Which I completed ok, but I get to the part where it says to run it using this command:
./srcds_run -game gesource +map ge_runway +maxplayers 16

Which comes back with an error saying:
-bash: ./srcds_run: No such file or directory.

I've tried running the command from multiple directories inside srcds but no go.

How do I start the server? Thanks
Title: Re: Starting Linux dedicated GoldenEye Source server
Post by: killermonkey on December 15, 2010, 11:49:54 am
You should be running that command from within the dedicated server folder. You probably have to go through the directories in the command prompt until you get to where you download the hlds
Title: Re: Starting Linux dedicated GoldenEye Source server
Post by: Elim on December 16, 2010, 12:54:33 am
Sorry where is this dedicated server dir? What's the direct path it should be run from?

So far my directories look like this:
/home/username/Steam
/home/username/srcds
/home/username/srcds/orangebox
/home/username/srcds/orangebox/gesource

And I've tried running from in there but no go.

find / -name 'srcds_run'
returns nothing

Thanks

-
Title: Re: Starting Linux dedicated GoldenEye Source server
Post by: major on December 16, 2010, 01:02:36 am
*Note I haven't done Linux servers in a while*

From that info I would think you should cd to orangebox folder then run the command from there, so:


Code: [Select]

cd /home/username/srcds/orangebox
./srcds_run -game gesource +map ge_runway +maxplayers 16

Title: Re: Starting Linux dedicated GoldenEye Source server
Post by: Elim on December 16, 2010, 01:20:28 am
Still no go, doesn't like the ./srcds_run part.
Title: Re: Starting Linux dedicated GoldenEye Source server
Post by: major on December 16, 2010, 01:27:51 am
hmmm

try:

./orangebox/srcds_run -console -game gesource +map ge_runway +maxplayers 16 -autoupdate
Title: Re: Starting Linux dedicated GoldenEye Source server
Post by: Elim on December 16, 2010, 01:44:02 am
Hmm still no go sorry.

Are the ./orangebox/srcds_run supposed to be executable files? They'd show up in the console as green wouldn't they? Orangebox is blue as in a directory and no srcds_run file anywhere.
Title: Re: Starting Linux dedicated GoldenEye Source server
Post by: killermonkey on December 16, 2010, 02:18:52 am
Follow: http://www.srcds.com/db/engine.php?id=1098643920

BUT, use -game orangebox  obviously


This is my directory structure on my linux box:

/home/user/Steam/gesource
/home/user/Steam/orangebox
/home/user/Steam/hl2

/home/user/Steam/orangebox/srcds_run

I use this script run from the Steam folder:

Code: [Select]
cd /home/user/Steam/orangebox
./srcds_run -game ../gesource +ip 192.168.1.7 +map ge_bunker_classic +maxplayers 4