MS down?

Status
Not open for further replies.
Logan_GBA said:
  • do a subversion check out from svn://lawarias.game-server.cc/SRB2109
    get Dev-C++
    open the MasterServer.dev Dev-C++ project from SRB2109/tools/masterserver folder
    complie it
    run the server by command line "./masterserver.exe <port>
    Webpage front:
    you need to edit the PHP files from SRB2109/tools/PHP folder to point to your masterserver's IP address or DNS name
    then place the PHP file on a webserver that have PHP
Hopes this helps

To find the command line. In windows goto start button and then goto run. Thats the command line.

Or you can make a batch file. Put this in notepad.
masterserver.exe <29800>
Now save it next to masterserver.exe. Does not matter what you call the file. Make sure you save it with .bat at the end of the file. For example masterserver.bat. Then all you do is double click the batch file.
 
I found some interesting code when I right-clicked->view source on the MS page:
Code:
<DOCTYPE>
<HTML>
<HEAD>
<TITLE>Weeeee!!!! December 25th</TITLE>
</HEAD>
<BODY>
<!--this is not a prank, I swear....
-->
go away, I need some rest
</BODY>
</HTML>
Look at the comment. :p
 
jrose05 said:
Logan_GBA said:
  • do a subversion check out from svn://lawarias.game-server.cc/SRB2109
    get Dev-C++
    open the MasterServer.dev Dev-C++ project from SRB2109/tools/masterserver folder
    complie it
    run the server by command line "./masterserver.exe <port>
    Webpage front:
    you need to edit the PHP files from SRB2109/tools/PHP folder to point to your masterserver's IP address or DNS name
    then place the PHP file on a webserver that have PHP
Hopes this helps

To find the command line. In windows goto start button and then goto run. Thats the command line.

Or you can make a batch file. Put this in notepad.
masterserver.exe <29800>
Now save it next to masterserver.exe. Does not matter what you call the file. Make sure you save it with .bat at the end of the file. For example masterserver.bat. Then all you do is double click the batch file.

cmd.png
 
Kill the brackets. Also, make sure the batch file is where your masterserver resides, otherwise you'll be trying to launch a program the command prompt can't find.
 
sicanjal said:
Kill the brackets. Also, make sure the batch file is where your masterserver resides, otherwise you'll be trying to launch a program the command prompt can't find.

Got that cleared, but this?

menu-1.png
 
Perfect. Now it's listening on port 28900, and if anyone tries to connect, it should get a message about the connection.
 
I think I was the last one who had hosted a netgame into MS.

Starting Server....
Network system buffer: 8Kb
Network system buffer set to: 64Kb
Registering this server to the master server...
Resolved ***.***.***.***
Press ESC to abort
Contacting the server...
Checking files...
Send join request...
Join accepted, wait next map change...
Time limit disabled
Player 1 is in the game (node 0)
Speeding off to level...
>motd please. wait a bit... verifying connection
Message of the day set.
>motd
motd <message>: Set a message that clients see upon join.
Timeout on masterserver
Connection to master server failed

>maxplayers
"maxplayers" is "1" default is "8"
>map mapb9
That level doesn't support Coop mode!
(Use -force to override)
>map mapa0
That level doesn't support Coop mode!
(Use -force to override)
>map mapa0 -gametype 1
Speeding off to level...
Levels will end after 5 minutes.
>maxplayers 4
Starting Server....
Network system buffer: 8Kb
Network system buffer set to: 64Kb
Registering this server to the master server...
Resolved ***.***.***.***
Press ESC to abort
Contacting the server...
Checking files...
Send join request...
Join accepted, wait next map change...
Player 1 is in the game (node 0)
Time limit disabled
Speeding off to level...
I_ShutdownMouse()
I_ShutdownKeyboard()
I_ShutdownTcpDriver: shut down
I_ShutdownDigMusic:
I_ShutdownMIDIMusic:
I_ShutdownSound()
I_ShutdownDigMusic:
I_ShutdownMIDIMusic:
I_ShutdownGraphics()
I_Quit(): end of logstream.

Now have a look at http://srb2.servegame.org/

Weeeee!!!! December 25th
go away, I need some rest

Then... joy your rest, Master Server!!! XD
 
Ok, but, I've seen masterservers with words, such as Skulltag's. Does anyone know how to do that? I have a Dynamic IP, which will cause... Serious problems with other people connections, unless I make a webpage showing my current status and IP.
 
Masterservers with words? You mean like setting it to srb2.servegame.org? To do that, you need to go to the tools folder of the source, then the PHP folder, then edit the files to point to your IP, and then upload the files to a php-enabled webhost. Then the MS clients point their MS to the URL of index.php.
 
The Master Server is still down... hopefully MS n00bs will think they were banned, and not come back for a while.
 
Doubt that because most of the noobs are on the forum. And they might check this forum. Why can't they just go away. That was what was on my Christmas list and again I didnt get it -_-.
 
Kaysakado said:
Masterservers with words? You mean like setting it to srb2.servegame.org? To do that, you need to go to the tools folder of the source, then the PHP folder, then edit the files to point to your IP, and then upload the files to a php-enabled webhost. Then the MS clients point their MS to the URL of index.php.
Ok then. Now all I need is a site...
 
Status
Not open for further replies.

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top