Mirage Source
Trouble connecting to server - Printable Version

+- Mirage Source (https://mirage-engine.uk/forums)
+-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61)
+--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18)
+---- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=17)
+---- Thread: Trouble connecting to server (/showthread.php?tid=1161)



Trouble connecting to server - Hellrise - 06-08-2007

Can't connect to to the server with MSE V3.0.3
I run the server start the client then i try to log in and it says server is down.
Does anyone know how to fix this?

Edit:This doesn't occur on Build 1


Re: Trouble connecting to server - William - 06-08-2007

Search for GAME_IP and change the IP to 127.0.0.1.


Re: Trouble connecting to server - Hellrise - 06-08-2007

LiveSafer!
Tyvm! can't believe i got frustrated about something this simple >.>
Anyways back to studying MS...


Re: Trouble connecting to server - Kousaten - 10-08-2007

Providing you're just studying MS, that's the best way to go. The IP William gave you directly connects to your PC, but unfortunately doesn't let other players connect. In other words, if you ever want to let other people play on your project game, you need to set the client to your IP or IP mask and figure out why you can't connect. Usually the problems deal more with routers than anything else, but firewalls can cause trouble if you don't know how to configure them.

I apologize if I'm doing nothing but stating the obvious, however. Smile


Re: Trouble connecting to server - Hellrise - 11-08-2007

Kousaten Wrote:I apologize if I'm doing nothing but stating the obvious, however. Smile
Lol You sure are Tongue . I allready know all that Ip stuff just didn't know how it worked on MS(Coz im from elysium and the ip thing doesnt require the source thereTongue)
Anyways...I got pretty used to MS by now thanks to the Helpfull community xD


Re: Trouble connecting to server - Kousaten - 11-08-2007

You could always code it to where the IP and Port are variables stored in an .ini file. Smile That'd make it a little more similar, aye?


Re: Trouble connecting to server - Hellrise - 11-08-2007

Kousaten Wrote:You could always code it to where the IP and Port are variables stored in an .ini file. Smile That'd make it a little more similar, aye?
Allready was planning on doing that Wink
But thnx for reminding Big Grin