From The Mana World
m
m
Line 1: Line 1:
__NOTOC__ __NOEDITSECTION__
__NOTOC__ __NOEDITSECTION__
{| width="100%" style="border: 1px solid lightgrey;"
|
[[Image:Tmw logo.png|100px|right]]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.
[[Image:Tmw logo.png|100px|right]]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.
==Project description==
==Project description==
Line 9: Line 11:


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%" style="border: 1px solid lightgrey;"
{|
|
| style="border: 1px solid #e0c8b8; color: #000; background-color: #faeee6" valign="top"
==For players==
==For players==
===General information===
===General information===
Line 46: Line 48:
*[[Customization|GUI graphics]]
*[[Customization|GUI graphics]]


|
| rowspan="2" style="width: 50%; border: 1px solid #c9c9ff; color: #000; background-color: #f3f3ff" valign="top"
==For developers==
==For developers==
===Development General information===
===Development General information===

Revision as of 21:01, 10 December 2009

Tmw logo.png
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.

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.

style="border: 1px solid #e0c8b8; color: #000; background-color: #faeee6" valign="top"

For players

General information

Newbie information

In-depth information

Feedback

Customization

rowspan="2" style="width: 50%; border: 1px solid #c9c9ff; color: #000; background-color: #f3f3ff" valign="top"

For developers

Development General information

Joining the project - Roadmap - Git repository - IRC

Concepts and story

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

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

Gameplay

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

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