Which Server to use for own MMORPG

Talk about anything, including games and servers not affiliated with The Mana World.
Sanity
Peon
Peon
Posts: 33
Joined: 21 Oct 2012, 19:08

Re: Which Server to use for own MMORPG

Post 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.
User avatar
Night Wolf
Newly Registered User
Posts: 8
Joined: 23 May 2013, 18:27
Location: I use a translator to speak here'm from Brazil and speak Potuguês

Re: Which Server to use for own MMORPG

Post 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:
fatalfeel
Peon
Peon
Posts: 21
Joined: 27 Mar 2012, 13:44

Re: Which Server to use for own MMORPG

Post 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?
User avatar
Jaxad0127
Manasource
Manasource
Posts: 4209
Joined: 01 Nov 2007, 17:35
Location: Internet

Re: Which Server to use for own MMORPG

Post by Jaxad0127 »

fatalfeel wrote:Tmwa by c
tmwAthena is in C++ now (still very C-like, but C++ is required).
Image
Post Reply