GoldenEye: Source Forums

Debriefing => General Goldeneye => Topic started by: double0killa on March 16, 2009, 04:19:00 am

Title: a server question
Post by: double0killa on March 16, 2009, 04:19:00 am
hey its everyones favorite noob again. i have a quick question. when i launch the game and go to "create server", people can actually join that server too right. reason im asking is because i made a server today and my boy said he didnt see it. is there something extra i have to do for people to join my server.
Title: Re: a server question
Post by: The Beatles pwn j00! on March 16, 2009, 05:19:11 am
I believe all you have to do is put

sv_lan 0

in the console. You might have to change the map one time to make it work.
Title: Re: a server question
Post by: Storm101 on March 16, 2009, 05:30:46 am
I also have trouble making non-dedicated servers. I'll put in sv_lan 0 and change the map several times and it never works. =(
Title: Re: a server question
Post by: Mark [lodle] on March 16, 2009, 06:39:26 am
To host non lan servers its best to use srcds: http://wiki.goldeneyesource.net/index.php/Beta3_Server_Install
Title: Re: a server question
Post by: Storm101 on March 16, 2009, 04:19:08 pm
I got to step 3 and it doesn't recognize hldsupdatetool as a command.

And for step 4 I don't know what it's talking about about server files. As for step 6, how do I make a batch file?
Title: Re: a server question
Post by: double0killa on March 16, 2009, 06:00:09 pm
im stuck at step 4 as well. i dont see any gesource files to put in the c"\srcds\orangebox.  i have no files to extract. can someone please explain
Title: Re: a server question
Post by: major on March 16, 2009, 06:10:53 pm
im stuck at step 4 as well. i dont see any gesource files to put in the c"\srcds\orangebox.  i have no files to extract. can someone please explain


That's the step you download the .zip version of the game, and extract them there.

http://startdownload.filefront.com/13468302//1dfd951c59ce621541c4cb64839efa43f9b9cfc74d9d1d491e04c89273005fad420df706aa1ff023//

...or copy your gesource folder from your Program Files\Steam\steamapps\SourceMods\gesource

Title: Re: a server question
Post by: major on March 16, 2009, 06:19:01 pm
I got to step 3 and it doesn't recognize hldsupdatetool as a command.

And for step 4 I don't know what it's talking about about server files. As for step 6, how do I make a batch file?

STEP 2/3:


       If its not recognizing it as a command then make sure your pointing command prompt to the right location, so double check step 2.


cd [Install Dir]

so example might be:

Code: [Select]
cd C:\server

(http://img21.imageshack.us/img21/1632/92629604.png)

Then just type the "hldsupdatetool"

Then run the hldsupdatetool -command update -game orangebox -dir [Install Dir]
Example:

Code: [Select]
 hldsupdatetool -command update -game orangebox -dir c:/server

Should turn out something simular to this:

(http://img106.imageshack.us/img106/7954/fafa.png)



Step 4:

      Just put the gesource files there, can download files, or lazy way just copy your gesource folder to there from your sourcemods folder (see post above)



STEP 6:

To make a batch file is easy, just open up notepad, and type then commands you need, so:

Code: [Select]
srcds.exe -console -game gesource +map ge_runway +maxplayers 16

Then, File:Save As, file name will be "beta3.bat"  (INCLUDE THE QUOTES! SEE SCREENSHOT): Save as type: change to All Files.

(http://img525.imageshack.us/img525/5130/batx.png)
And boom batch file.

Put that in the folder with the srcds.exe, so [Install Dir]\orangebox
Title: Re: a server question
Post by: Storm101 on March 16, 2009, 06:23:08 pm
Thanks Major. That worked. Now I still need to figure out step 6.
Title: Re: a server question
Post by: major on March 16, 2009, 06:25:51 pm
re look at my post, i added it.


If anyone needs more help, hit me up on Steam, ill do as much I can to help...if I'm there
Title: Re: a server question
Post by: Storm101 on March 16, 2009, 11:16:42 pm
So I set up my server and I have the window open saying everything is working fine... What am I supposed to do now?