(First revision.) |
m (added irc links) |
||
Line 23: | Line 23: | ||
| style="width: 33%; border: 1px solid #c9c9ff; color: #000; background-color: #f3f3ff" valign="top" | | | style="width: 33%; border: 1px solid #c9c9ff; color: #000; background-color: #f3f3ff" valign="top" | | ||
==Maps== | ==Maps== | ||
[http://forums.themanaworld.org/viewforum.php?f=13 Forum] • [http://trello.com/board/content-development/4efa1aa51bd5d9220b50e779 Trello] • #themanaworld-dev | [http://forums.themanaworld.org/viewforum.php?f=13 Forum] • [http://trello.com/board/content-development/4efa1aa51bd5d9220b50e779 Trello] • [irc://chat.freenode.net/themanaworld-dev #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. | 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. | ||
Line 30: | Line 30: | ||
| style="width: 33%; border: 1px solid #c0ffc9; color: #000; background-color: #f3ffee" valign="top" | | | style="width: 33%; border: 1px solid #c0ffc9; color: #000; background-color: #f3ffee" valign="top" | | ||
==Graphics== | ==Graphics== | ||
[http://forums.themanaworld.org/viewforum.php?f=8 Forum] • [http://trello.com/board/art-development/4ea730ee9982b463f800497e Trello] • #themanaworld-art | [http://forums.themanaworld.org/viewforum.php?f=8 Forum] • [http://trello.com/board/art-development/4ea730ee9982b463f800497e Trello] • [irc://chat.freenode.net/themanaworld-art #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. | 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. | ||
Line 40: | Line 40: | ||
| style="width: 33%; border: 1px solid #f3f3d5; color: #000; background-color: #ffffdf" valign="top" | | | style="width: 33%; border: 1px solid #f3f3d5; color: #000; background-color: #ffffdf" valign="top" | | ||
==Audio== | ==Audio== | ||
[http://forums.themanaworld.org/viewforum.php?f=21 Forum] • [http://trello.com/board/music-development/4ea95e726c8a082f69005f4c Trello] • #themanaworld-sound | [http://forums.themanaworld.org/viewforum.php?f=21 Forum] • [http://trello.com/board/music-development/4ea95e726c8a082f69005f4c Trello] • [irc://chat.freenode.net/themanaworld-sound #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). | 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). | ||
Line 48: | Line 48: | ||
| style="width: 25%; border: 1px solid #e0c8b8; color: #000; background-color: #faeee6" valign="top" | | | style="width: 25%; border: 1px solid #e0c8b8; color: #000; background-color: #faeee6" valign="top" | | ||
==Server Data== | ==Server Data== | ||
[http://forums.themanaworld.org/viewforum.php?f=13 Forum] • [http://trello.com/board/content-development/4efa1aa51bd5d9220b50e779 Trello] • #themanaworld-dev | [http://forums.themanaworld.org/viewforum.php?f=13 Forum] • [http://trello.com/board/content-development/4efa1aa51bd5d9220b50e779 Trello] • [irc://chat.freenode.net/themanaworld-dev #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 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. | ||
Line 55: | Line 55: | ||
| style="border: 1px solid #f3d5f3; color: #000; background-color: #ffdfff" valign="top" | | | style="border: 1px solid #f3d5f3; color: #000; background-color: #ffdfff" valign="top" | | ||
==Server Development== | ==Server Development== | ||
[http://forums.themanaworld.org/viewforum.php?f=2 Forum] • #tmwa | [http://forums.themanaworld.org/viewforum.php?f=2 Forum] • [irc://chat.freenode.net/tmwa #tmwa] | ||
---- | ---- | ||
This concerns development of the server platform that The Mana World runs on. | This concerns development of the server platform that The Mana World runs on. | ||
|} | |} |
Revision as of 07:20, 18 June 2013
Git repositories • Trello • Client data bug tracker • Server data bug tracker
| |||||||||
MapsForum • Trello • #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. |
GraphicsForum • Trello • #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. |
AudioForum • Trello • #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 DataForum • Trello • #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 DevelopmentThis concerns development of the server platform that The Mana World runs on. |