m |
|||
Line 3: | Line 3: | ||
| colspan="3" style="border: 1px solid lightgrey;" | | | colspan="3" style="border: 1px solid lightgrey;" | | ||
{| cellspacing="0" cellpadding="0" | {| cellspacing="0" cellpadding="0" | ||
| colspan="3" style="vertical-align: center; text-align: center; padding: 0px 20px 0px 20px; font-style: italic;" | 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. Development is done on IRC | | colspan="3" style="vertical-align: center; text-align: center; padding: 0px 20px 0px 20px; font-style: italic;" | 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. Development is done on IRC, and the forums. Each area has different IRC channels, and forum sections. In addition, two areas have their own bug trackers. | ||
| rowspan="2" style="vertical-align: top;" | [[Image:Tmw logo.png|100px]] | | rowspan="2" style="vertical-align: top;" | [[Image:Tmw logo.png|100px]] | ||
|- | |- | ||
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" | | ||
==[[Image:Use-potion-darkgreendye.png]] Graphics== | ==[[Image:Use-potion-darkgreendye.png]] Graphics== | ||
[https://forums.themanaworld.org/viewforum.php?f=2 Forum | [https://forums.themanaworld.org/viewforum.php?f=2 Forum] • Chat: [https://webchat.freenode.net/?channels=#themanaworld-dev #themanaworld-dev] | ||
---- | ---- | ||
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 35: | Line 35: | ||
| 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" | | ||
==[[Image:generic-paperscroll.png]] Client-data== | ==[[Image:generic-paperscroll.png]] Client-data== | ||
[https://forums.themanaworld.org/viewforum.php?f=2 Forum | [https://forums.themanaworld.org/viewforum.php?f=2 Forum] • [https://github.com/themanaworld/tmwa-client-data/issues Client data bug tracker] • [https://github.com/themanaworld/tmw-music/issues Music Issues] • Chat: [https://webchat.freenode.net/?channels=#themanaworld-dev #themanaworld-dev] | ||
---- | ---- | ||
The client-data contains all the sounds, effects, music, npcs, mobs and maps needed to draw what the server says the player should see. | The client-data contains all the sounds, effects, music, npcs, mobs and maps needed to draw what the server says the player should see. | ||
Line 58: | Line 58: | ||
| style="border: 1px solid #f3d5f3; color: #000; background-color: #ffdfff" valign="top" | | | style="border: 1px solid #f3d5f3; color: #000; background-color: #ffdfff" valign="top" | | ||
==[[Image:Generic-iten.png]] Server-data== | ==[[Image:Generic-iten.png]] Server-data== | ||
[https://forums.themanaworld.org/viewforum.php?f=2 Forum | [https://forums.themanaworld.org/viewforum.php?f=2 Forum] • [https://github.com/themanaworld/tmwa-server-data/issues Bug tracker] • Chat: [https://webchat.freenode.net/?channels=#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, 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, and the like. |
Revision as of 18:04, 10 November 2014
How-to DevelopForum • Chat: #themanaworld-dev Contains a listing of what to read to get started and who/what is actively being worked on. |
GraphicsForum • Chat: #themanaworld-dev 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. |
Client-dataForum • Client data bug tracker • Music Issues • Chat: #themanaworld-dev The client-data contains all the sounds, effects, music, npcs, mobs and maps needed to draw what the server says the player should see. |
Web DevelopmentForum • Website Src • Chat: #themanaworld-dev Contains information regarding the set-up of the main websites; www, wiki, forums & web based tools such as Manavis or ManaMarket Stats. Also includes TMW related branding information for sharing, social and marketing purposes.
|
Server-dataForum • Bug tracker • Chat: #themanaworld-dev Server data includes the underlying mechanics of the world. This includes the technical definition of monsters and items, the code behind NPCs, and the like. |
Server DevelopmentForum • Bug tracker • Chat: #tmwa This concerns development of tmwAthena, the server platform that The Mana World runs on. |