Server // Map // Developing

Content and general development discussion, including quest scripts and server code. TMW Classic is a project comprising the Legacy tmwAthena server & the designated improved engine server based on evolHercules.


Forum rules

This forum houses many years of development, tracing back to some of the earliest posts that exist on the board.

Its current use is for the continued development of the server and game it has always served: TMW Classic.

Post Reply
User avatar
eXcite
Peon
Peon
Posts: 25
Joined: 30 Jul 2007, 06:40
Location: Germany

Server // Map // Developing

Post 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
User avatar
Bjørn
Manasource
Manasource
Posts: 1438
Joined: 09 Dec 2004, 18:50
Location: North Rhine-Westphalia, Germany
Contact:

Post 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.
User avatar
eXcite
Peon
Peon
Posts: 25
Joined: 30 Jul 2007, 06:40
Location: Germany

Post 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?
User avatar
KaTSuo
Novice
Novice
Posts: 53
Joined: 25 Sep 2005, 19:01
Location: France
Contact:

Post by KaTSuo »

Q: When will the server be ready for playing?

When it's done.
I'm French, sorry for my bad english XD !
Image
User avatar
eXcite
Peon
Peon
Posts: 25
Joined: 30 Jul 2007, 06:40
Location: Germany

Post 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 :-)
User avatar
eXcite
Peon
Peon
Posts: 25
Joined: 30 Jul 2007, 06:40
Location: Germany

Post by eXcite »

Ok one more question.

How can i set Warp Points? i cant find anything?
User avatar
ElvenProgrammer
Founder
Founder
Posts: 2526
Joined: 13 Apr 2004, 19:11
Location: Italy
Contact:

Post 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.
User avatar
eXcite
Peon
Peon
Posts: 25
Joined: 30 Jul 2007, 06:40
Location: Germany

Post 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.
User avatar
Crush
TMW Adviser
TMW Adviser
Posts: 8046
Joined: 25 Aug 2005, 16:08
Location: Germany

Post by Crush »

  • former Manasource Programmer
  • former TMW Pixel artist
  • NOT a game master

Please do not send me any inquiries regarding player accounts on TMW.


You might have heard a certain rumor about me. This rumor is completely false. You might also have heard the other rumor about me. This rumor is 100% accurate.
Post Reply