GoldenEye: Source Forums

  • October 19, 2024, 02:26:25 pm
  • Welcome, Guest
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: a server question  (Read 8687 times)

0 Members and 1 Guest are viewing this topic.

double0killa

  • Secret Agent
  • **
  • Posts: 77
  • Reputation Power: 0
  • double0killa is looked down upon.
  • Offline Offline
a server question
« 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.
Logged

The Beatles pwn j00!

  • Guest
Re: a server question
« Reply #1 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.
« Last Edit: March 16, 2009, 05:20:50 am by The Beatles pwn j00! »
Logged

Storm101

  • 00 Agent
  • ***
  • Posts: 235
  • Reputation Power: 0
  • Storm101 has no influence.
  • Offline Offline
Re: a server question
« Reply #2 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. =(
Logged

Mark [lodle]

  • Retired Lead Developer
  • 007
  • *
  • Posts: 1,411
  • Reputation Power: 1
  • Mark [lodle] has no influence.
  • Offline Offline
Re: a server question
« Reply #3 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
Logged

Storm101

  • 00 Agent
  • ***
  • Posts: 235
  • Reputation Power: 0
  • Storm101 has no influence.
  • Offline Offline
Re: a server question
« Reply #4 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?
« Last Edit: March 16, 2009, 04:30:04 pm by Storm101 »
Logged

double0killa

  • Secret Agent
  • **
  • Posts: 77
  • Reputation Power: 0
  • double0killa is looked down upon.
  • Offline Offline
Re: a server question
« Reply #5 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
Logged

major

  • On Vacation
  • Retired Developer
  • 007
  • ****
  • Posts: 1,837
  • Reputation Power: 109
  • major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!
  • Offline Offline
Re: a server question
« Reply #6 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

Logged
All view points are of my own and not associated with the team.

major

  • On Vacation
  • Retired Developer
  • 007
  • ****
  • Posts: 1,837
  • Reputation Power: 109
  • major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!
  • Offline Offline
Re: a server question
« Reply #7 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



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:





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.


And boom batch file.

Put that in the folder with the srcds.exe, so [Install Dir]\orangebox
« Last Edit: March 16, 2009, 06:38:20 pm by major »
Logged
All view points are of my own and not associated with the team.

Storm101

  • 00 Agent
  • ***
  • Posts: 235
  • Reputation Power: 0
  • Storm101 has no influence.
  • Offline Offline
Re: a server question
« Reply #8 on: March 16, 2009, 06:23:08 pm »

Thanks Major. That worked. Now I still need to figure out step 6.
Logged

major

  • On Vacation
  • Retired Developer
  • 007
  • ****
  • Posts: 1,837
  • Reputation Power: 109
  • major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!
  • Offline Offline
Re: a server question
« Reply #9 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
« Last Edit: March 16, 2009, 06:31:07 pm by major »
Logged
All view points are of my own and not associated with the team.

Storm101

  • 00 Agent
  • ***
  • Posts: 235
  • Reputation Power: 0
  • Storm101 has no influence.
  • Offline Offline
Re: a server question
« Reply #10 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?
Logged
Pages: [1]   Go Up