How do I get started with developing a custom MMO based on TMW's tech?
Hello, I always wanted to try my hand at 2D MMO, but there are very few MMO engines that would allow to make one in an easy manner. I could start from scratch, but developing my own tech stack would take ages. I've considered using Eclipse engine, but then I've learned it's written in VB6 (yuck!) and largely unmaintained.
Then I've remembered about this gem of an open source game.
So I have some questions.
How hard would it be to develop a brand new world using TMW's tech?
What's the license behind the TMW art assets, which I want to use as placeholders until I have something of my own?
What scripting language do I use server-side to make the game tick, or do I need to get my hands dirty with c/c++?
Where do I host the game once it's ready for public use? Having it on a localhost is fine for development, but I want to have server running 24/7.