Debriefing > Questions, Help, & How To's

Starting Linux dedicated GoldenEye Source server

(1/2) > >>

Elim:
I've run through these instructions (Linux version) but using the 4.1 server files:
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

killermonkey:
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

Elim:
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

-

major:
*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: ---

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


--- End code ---

Elim:
Still no go, doesn't like the ./srcds_run part.

Navigation

[0] Message Index

[#] Next page

Go to full version