Page 2 of 2

Re: Which Server to use for own MMORPG

Posted: 24 May 2013, 01:15
by Sanity
o11c wrote:
newt_e wrote:Does tmw-eathena use a backend SQL server of any description?
Not yet. I'm considering three different courses of action in the long term:
  • Postgres:
    Pro: good API
    Con: nontrivial to set up
  • SQLite
    Pro: easy to set up
    Con: weaker API
    Con: possible scalability issues
  • Write my own, limited, database
    Pro: easy to set up
    Pro: can be optimized for expected use case.
    Con: can't use existing database tools, so I have to write new ones.
MySQL is not being considered for various reasons.

Edit: moved to "off-topic" since you say you're working on a game that's not TMW. We really need a separate forum for such things ...
The postgres is the best choice imo. And their documentation is really really awesome, so should not be hard to setup/optimize. They have an active support channel on freenode, btw.

Re: Which Server to use for own MMORPG

Posted: 24 May 2013, 16:07
by Night Wolf
br in tmw we use a program called TMW Maker 2
he has a server tests can also edit monsters

tmw maker is one for linux and have one more option: Editor Items. :mrgreen:

Re: Which Server to use for own MMORPG

Posted: 11 Jul 2013, 22:31
by fatalfeel
Manaserv by c++
Tmwa by c

I already ues Manaserv because Sourceoftales

here I build server and client in win32 include source

http://www.mediafire.com/download/0bjc9pl76iqvvhd

check it
newt_e wrote:This may be in the wrong forum, so apologies if it is.

For a self build, is it better to use tmw server or manaserv?

Re: Which Server to use for own MMORPG

Posted: 12 Jul 2013, 00:47
by Jaxad0127
fatalfeel wrote:Tmwa by c
tmwAthena is in C++ now (still very C-like, but C++ is required).