The Mana World

Feel the mana power growing inside you!
It is currently Fri May 24, 2013 7:50 am

All times are UTC - 1 hour




Post new topic Reply to topic  [ 34 posts ]  Go to page Previous  1, 2, 3
Author Message
 Post subject: Re: Unable to create an ENet Server.
PostPosted: Mon Mar 19, 2012 3:40 am 
Offline
User avatar

Joined: Sun Feb 20, 2011 8:09 pm
Posts: 1277
visaboy wrote:
Was was support removed from the project to begin with?
Is it no longer being developed?

The reason is that ManaServ is not a stable target, so it was disabled for the stable client release.

_________________
Source Lead for tmwa: chat.freenode.net #tmwa
<Frost>Remind me not to argue with you, btw.
<BigCrunch>look at o11c, half the time he speaks in code, yet he's getting **** done

< veryape> tmw and evol is like linux vs bsd
< veryape> evol might be more coherent but have less stuff, tmw is a great chaos that somehow works together imo


Top
 Profile  
 
 Post subject: Re: Unable to create an ENet Server.
PostPosted: Wed Mar 21, 2012 9:40 pm 
Offline
Peon
Peon
User avatar

Joined: Sun Jan 09, 2011 5:19 am
Posts: 29
o11c wrote:
visaboy wrote:
Was was support removed from the project to begin with?
Is it no longer being developed?

The reason is that ManaServ is not a stable target, so it was disabled for the stable client release.


Alright, so to clear things up.

What is the project currently in active development? tmw or mana?

It makes no sense to disable manaserv if that's the active project.

_________________
“If it moves, fondle it - except porcupines, ball lightning, and policemen” :)


Top
 Profile  
 
 Post subject: Re: Unable to create an ENet Server.
PostPosted: Thu Mar 22, 2012 4:45 am 
Offline

Joined: Sat Jul 23, 2011 7:31 am
Posts: 216
Location: Germany
visaboy wrote:
o11c wrote:
visaboy wrote:
Was was support removed from the project to begin with?
Is it no longer being developed?

The reason is that ManaServ is not a stable target, so it was disabled for the stable client release.


Alright, so to clear things up.

What is the project currently in active development? tmw or mana?

It makes no sense to disable manaserv if that's the active project.


Well ManaServ has currently only one active gameserver. This is invertika. But invertika uses an outdated server so the current client is incompatible with it. Currently there were heavy modifications on manaserv which made it unsusable (currently fight and skill system is a bit broken). So the idea was to prevent confusion about not working ManaServ. But i guess in 0.7 it will be probably possible to enable ManaServ support again.

Well back to your question:

ManaServ is still in active development but is (as i said) currently not really usuable.
TMW uses eAthena which is stable since while but does not have all the features desired. Best ask o11c about development of eAthena.

Best regards
Ablu


Top
 Profile  
 
 Post subject: Re: Unable to create an ENet Server.
PostPosted: Fri Apr 13, 2012 7:16 am 
Offline

Joined: Sat Jul 23, 2011 7:31 am
Posts: 216
Location: Germany
Just to clear some things up:
Bertrams example has an small issue:
He binds the game and chat server to internal ips:
Code:
<option name="net_chatHost" value="192.168.1.10"/>
<option name="net_gameHost" value="192.168.1.10"/>


This won't work for public servers because this ip will be sent to the client and the client will try to connect to that ip.
Well of course that wont work if the client is not in the same network like the server. So you would need to set it to your public ip. But when you are behind a router you do not know this ip and your machine cannot bind anything to it. This issue is fixed now:
You can now define two further configuration values:
Code:
<option name="net_publicChatHost" value="mydomain.org"/>
<option name="net_publicGameHost" value="mydomain.org"/>

This is now the ip or domain that is sent to the client. When this option is not set the net_chatHost or net_gameHost will be sent.

So you need to put there your public ip of your router (or domain) and configure your router to do the port forwarding to the right machine in the local network.

Best regards,
Ablu


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 34 posts ]  Go to page Previous  1, 2, 3

All times are UTC - 1 hour


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group