Getting others to connect to my server
Getting others to connect to my server
Hey everyone! First time posting here, so sorry if this is misplaced. I recently built a server using the guide found here: http://wiki.dspt.info/index.php?title=B ... the_Server and so far things are going well. A few problems here and there (such as my game crashing when I attack) but I think I can figure these things out. My question is: how exactly do I make it so my roommate could connect to my server with me? If anyone can help I would appreciate. The guide above mentions how to do it, however I was slightly confused by it all. Thanks again!
-
- Developer
- Posts: 539
- Joined: Sun Jul 22, 2012 12:17 am
Re: Getting others to connect to my server
Sounds like client/server version mismatch. I'd make sure both are either pre-SoA, or post. They don't mix at all. If you're using the "copy and replace files" method to update your client, you need to do that before doing a file check.Jym wrote:... (such as my game crashing when I attack)
Your zoneip needs to be something your roommate's computer can connect to. Since you're both probably behind a router, rather than using the default 127.0.0.1, you need to use your internal IP address, which might be something like 192.168.1.100.how exactly do I make it so my roommate could connect to my server with me? If anyone can help I would appreciate.
If you were opening the server to people not on your home network, you'd need to use your external IP address and hairpinning, except the hairpin hack is broken for the time being.
Test Server: Hanekawa | Fantasy World: Naito
An occasionally updated list of what works
Bugs reports go here. | Project chat here.
Things I've found, but don't plan to work on.
An occasionally updated list of what works
Bugs reports go here. | Project chat here.
Things I've found, but don't plan to work on.
Re: Getting others to connect to my server
Thank you so much! This helps a ton!
Re: Getting others to connect to my server
Alright, the update worked and my game no longer crashes! So yay! However (and I apologize, because I fail at this) I do not know how/where to edit the server to be able to let my roommate connect. Also, what all would he need to be able to connect and play, aside from having the game itself. Thanks again, and sorry if I am asking too many questions.