Connecting

Newbie Spellweaver
Joined
Apr 12, 2006
Messages
68
Reaction score
0
I completely re-did my server again today, And I get on fine but no one else sees the match server, Just the debug server. The only answers I've found to it were "Use port forwarding" And "Edit your zlocatorlist.xml". I've never had to port forward on servers for other games, And I've made atleast 6 different game servers. So I'm going to assume that's not the problem. Last time I editted the zlocatorlist, I couldn't connect anymore and it just gave the locator a bunch of errors.
 
um..if you dont edit zlocatorlist.xml then how is the game cleint going to find the server?(if your useing locator)

if your not useing locator then open config.xml
and where it says<ip>0.0.0.0<ip> put your ip in

Code:
<SERVER>
		<IP>[COLOR="Red"]0.0.0.0[/COLOR]</IP>
		<PORT>6000</PORT>
	</SERVER>

then you can use the debug server way...
 
Upvote 0
Back