Page 1 of 1

Server // Map // Developing

Posted: 30 Jul 2007, 06:47
by eXcite
Hi all,

iam new here and i have some questions.
i love the project "the mana world" an i hope it dont stop.

But i have some questions.
Can i use the Code to make my own Game based on the source of TMW?
Where can i find the Server?
How to implement Maps and made connections to other maps like warp points or somthing else?

Can anybody help me?

Thanks :D

Posted: 30 Jul 2007, 11:31
by Bjørn
Yes, you can use the source code of TMW to make your own game, provided that you also release it under the GPL (version 2 or later). Read that license for full details. Basically it says you should allow people this same freedom with derived stuff you release.

The server we current use is eAthena, which is another project. However, the version of eAthena that we're using (a very old, modified, version) is available at Creating a TMW server.

With eAthena, you have to define portals (warps) and spawn points using scripts. See the server-data directory in Subversion for some examples. Our own server will be able to extract this information from map files, and allows this information to be edited in Tiled, the map editor that we use.

Posted: 30 Jul 2007, 11:42
by eXcite
Oh great that we can use the code to build ower own game.

You Said "Our own server", is their a possibility to get this server i future?

Posted: 30 Jul 2007, 11:48
by KaTSuo
Q: When will the server be ready for playing?

When it's done.

Posted: 30 Jul 2007, 12:02
by eXcite
nice kind of answer like Duke Nukem Forever :-)

ok enough joking around. I dont want to play with the server ill need to server to made my game :-)

Posted: 31 Jul 2007, 06:36
by eXcite
Ok one more question.

How can i set Warp Points? i cant find anything?

Posted: 31 Jul 2007, 12:36
by ElvenProgrammer
If you're using eAthena then take a look at the scripts in the npc folder.
If you're using tmwserv then you need the svn version of tiled to add/modify object groups.

Posted: 01 Aug 2007, 12:00
by eXcite
i want to change the character graphics but how?

I dont want to compile the source i only ant to change some things.

Posted: 01 Aug 2007, 13:18
by Crush