From The Mana World
(New page: __NOTOC__ __NOEDITSECTION__ {| cellspacing="3" cellpadding="3" width="100%" | style="border: 1px solid lightgrey;" | {| cellspacing="0" cellpadding="0" | style="vertical-align: center; tex...)
 
Line 16: Line 16:


Additionally, the developers care about cross compilable source code and efficient resource management in order to make the game playable on as many platforms and operating systems as possible. Low end hardware such as x86 PIIs or G3 PPCs should be the minimum requirement.
Additionally, the developers care about cross compilable source code and efficient resource management in order to make the game playable on as many platforms and operating systems as possible. Low end hardware such as x86 PIIs or G3 PPCs should be the minimum requirement.
{| width="100%"
| valign="top" width="50%"|
==Main links for players==
{| width="100%"
| valign="top" width="50%" |
*[[Getting started|Start reading here]]
*[[Walkthrough|How to play TMW]]
*[[Party system|How to manage a party]]
*[[Stats|How player statistics work]]
*[[In-game_world_map|World map]]
*[[FAQ]]
| valign="top" width="50%" |
*[[Monster reference|List of monsters]]
*[[Item Reference|List of items]]
*[[NPC|List of NPCs]]
*[[Walkthrough/Quests|Quests]]
*[[Magic]]
*[[Provisorical Alchemy System|Alchemy]]
|}
| valign="top" width="50%" |
==[[Screenshots]]==
==[[Screenshots]]==
{|
{|
Line 28: Line 50:
Image:Assparade.png|Assparade!!!
Image:Assparade.png|Assparade!!!
</gallery>
</gallery>
|}
|}
|}
|-
|-
| style="border: 1px solid #e0c8b8; color: #000; background-color: #faeee6;" valign="top" |
| style="border: 1px solid #e0c8b8; color: #000; background-color: #faeee6;" valign="top" |
==For players==
==Other links for players==
{| cellspacing="3" cellpadding="3" width="100%" style="font-size: xx-small;"
{| cellspacing="3" cellpadding="3" width="100%" style="font-size: xx-small;"
| valign="top" |
| valign="top" width="33%" |
===General information===
===General information===
*[[Developers|List of developers]]
*[[Developers|List of developers]]
Line 41: Line 64:
*[[Player Groups|List of player groups]]
*[[Player Groups|List of player groups]]
*[[Forks|List of other games based on TMW]]
*[[Forks|List of other games based on TMW]]
| valign="top" |
| valign="top" width="33%" |
===Newbie information===
===Others===
*[[Getting started]]
*[[Party system]]
*[[Walkthrough]]
*[[FAQ]]
*[[Translated Help]]
*[[Translated Help]]
| valign="top" |
===In-depth information===
*[[Provisorical Alchemy System|Alchemy]]
*[[Monster reference|List of monsters]]
*[[Item Reference|List of items]]
*[[NPC|List of NPCs]]
*[[Magic|Magic]]
*[[Stats|Overview of player statistics]]
*[[Walkthrough/Quests|Quests]]
*[[In-game_world_map|World map]]
*[[Config settings|Game configuration]]
*[[Config settings|Game configuration]]
| valign="top" |
*[[Customization|GUI graphics]]
| valign="top" width="33%" |
===Feedback===
===Feedback===
*[[Suggestions|Suggest features or modifications]]
*[[Suggestions|Suggest features or modifications]]
*[[Bugs|Report bugs]]
*[[Bugs|Report bugs]]
===Customization===
*[[Customization|GUI graphics]]
|}<!--For Players-->
|}<!--For Players-->
|-
|-
| style="width: 50%; border: 1px solid #c9c9ff; color: #000; background-color: #f3f3ff;" valign="top" |
| style="border: 1px solid #c9c9ff; color: #000; background-color: #f3f3ff;" valign="top" |
==For developers==
==Links only for developers==
{| cellspacing="3" cellpadding="3" width="100%" style="font-size: xx-small;"
{| cellspacing="3" cellpadding="3" width="100%" style="font-size: xx-small;"
| valign="top" |
| valign="top" |

Revision as of 17:17, 12 December 2009

Welcome to The Mana World wiki! This wiki is meant to provide information to our players, to provide an easy way to contribute to the development of certain parts of the game and to improve collaboration between people on the development team. We hope you will find what you are looking for. To be able to edit you have to login, but signing up is free and requires no activation. Tmw logo.png

Project description

The Mana World is a project that tries to create a free and open source MMORPG game with the looks of "old-fashioned" 2D RPG games such as those released for the SNES / Super Famicom in the 90's. The game client will continue to be free to download, and there won't be a monthly fee required.

The Mana World aims to be a unique place for people to interact by not only fighting but also forming a community, a microcosm inside the game. The game should include background information to give it the altern reality feel, i.e. history (currently being worked on), politics, culture, countries, tribes, climate, etc.

The player's story is built with quests and interaction. For this end, quests should lead to other quests. Quests should also encourage forming groups/parties so as to promote the community feel, therefore contributing to fulfill the objectives of the game.

Additionally, the developers care about cross compilable source code and efficient resource management in order to make the game playable on as many platforms and operating systems as possible. Low end hardware such as x86 PIIs or G3 PPCs should be the minimum requirement.

Main links for players


Screenshots

Other links for players

General information

Others

Feedback

Links only for developers

Development General information

Joining the project - Roadmap - Git repository - IRC

Concepts and story

Story: Backstory
World: Geography - Creatures - Organizations - Elements

Gameplay

Combat: Game systems - Weapons
User input: GUI development - Keyboard usage - Menu interface system

Game content

List of content being worked on
General: Guidelines - Concept art - Assignments - Recently uploaded images
Characters: Playersets - Equipment sheets - Equipment in development - Hairsets - NPC development
Creatures: Creature proposal - Monster sheets
Graphics: Tilesets - Animations - Particle effects - Image dyeing
Mapping: Map development - Mapping Tutorial
Sound and music: Sound effects - Music
Other: Translations - Friendly Bots

Programming

Source code guidelines
eAthena Scripting Standards
Dependencies
Ports
Bug tracker
Source code documentation (Doxygen)
RFCs: Rendering - Action layers - Collision system - Movement system - Logging
Reference: Server development - Realtime combat - Monster Database
Releases: Making a new release - How to release an update