From The Mana World
m (Some cleanup)
m (Add some to tmwAthena section.)
Line 57: Line 57:
[http://forums.themanaworld.org/viewforum.php?f=2 Forum] • [https://github.com/themanaworld/tmwa/issues Bug tracker] • [irc://chat.freenode.net/tmwa #tmwa]
[http://forums.themanaworld.org/viewforum.php?f=2 Forum] • [https://github.com/themanaworld/tmwa/issues Bug tracker] • [irc://chat.freenode.net/tmwa #tmwa]
----
----
This concerns development of the server platform that The Mana World runs on.
This concerns development of tmwAthena, the server platform that The Mana World runs on.
* [[Dev:TmwAthena Packets|Network Protocol]]
|}
|}

Revision as of 14:47, 18 June 2013

This is the landing page for The Mana World development. Development for The Mana World is divided up into several interacting areas: Maps, Graphics, Audio, Server Data, and Server Development.

TODO: Add more text.

Tmw logo.png

Maps

ForumTrello#themanaworld-dev


Maps determine how the world is arranged. This includes the world layout, how each area is arranged, where objects and entities (NPCs, monsters, and the like) are placed, where they can move, and the like.

Graphics

ForumTrello#themanaworld-art


Graphics determine what the world looks like. This includes the tiles that maps are made of, the sprites that beings (players, NPCs, monsters, etc) are made of, and other visual things.

Audio

ForumTrello#themanaworld-sound


Audio is what the world sounds like. This includes the sounds that accompany actions like walking and attacking (SFX) and the background music that is played in each area (music).

Server Data

ForumTrelloBug tracker#themanaworld-dev


Server data includes the underlying mechanics of the world. This includes the technical definition of monsters and items, the code behind NPCs, how maps link up, and the like.

Server Development

ForumBug tracker#tmwa


This concerns development of tmwAthena, the server platform that The Mana World runs on.