From The Mana World
(Some updates.)
m (Replace "Contact Jenalya" with "ask in irc and forums")
Line 1: Line 1:
So you want to help this project, but you have little or no idea how to get into it? The Mana World development team is not a closed circle like many other projects. You don't need to apply to anyone or ask for "being taken into the team". You don't have to ask for permission to work on something or wait for someone to assign a task to you. A team member is basically anyone who volunteers to do something for the game. For further information and assistance, you should contact [[User:Jenalya]] either on the forums or in IRC. You'll be more effective if you know [[Dev:Working With Git|how to use Git]].
So you want to help this project, but you have little or no idea how to get into it? The Mana World development team is not a closed circle like many other projects. You don't need to apply to anyone or ask for "being taken into the team". You don't have to ask for permission to work on something or wait for someone to assign a task to you. A team member is basically anyone who volunteers to do something for the game. For further information and assistance, you can ask for help in [http://wiki.themanaworld.org/index.php/Irc#Does_TMW_have_an_IRC_channel.3F IRC] or on the [http://forums.themanaworld.org/ forums]. You'll be more effective if you know [[Dev:Working With Git|how to use Git]].


==Technical aspects==
==Technical aspects==

Revision as of 14:59, 7 June 2013

So you want to help this project, but you have little or no idea how to get into it? The Mana World development team is not a closed circle like many other projects. You don't need to apply to anyone or ask for "being taken into the team". You don't have to ask for permission to work on something or wait for someone to assign a task to you. A team member is basically anyone who volunteers to do something for the game. For further information and assistance, you can ask for help in IRC or on the forums. You'll be more effective if you know how to use Git.

Technical aspects

The technical aspects of development of TMW include tweaking our custom server (tmwAthena). The server is done in C++ and scripts are done in the tmwAthena scripting language. Notably tmwAthena is an SVN snapshot from eAthena (a Ragnarok Online game server emulator software) in early 2004. We've extensively hacked it and cleaned it over the years (it was at the moment of taking the snapshot in transition from the basis of an old hacky MUD server to the current eAthena codebase). The technical aspects of the TMW project also include packaging data updates for the client.

Clients

ManaPlus

Official client. Site and downloads, bug tracker.

Mana

Original client. Site, downloads, bug tracker.

Content

Content means: new monsters, new equipment, new maps, new NPCs, new quests, new anything into the game.

Content does not mean: GFX, SFX.

Before anything can get into the game, it should be designed. After that it should be implemented server-sided. Then GFX and potentially also SFX can be requested for it and it can go into the game once they're done. Currently visioning ideas is a collective process anyone can take part in and the people doing scripting are cherry-picking whatever ideas they want to get into the game. Scripting stuff is also a free for all process. Once there is a good idea to expand the world, in general new maps can be requested. Reading the forums thoroughly and asking publicly usually gets you answers rather well.

Content development forum

Graphics

Graphics development could currently (June 2013) use a few pixel artists going about and retouching old mistakes in tilesets and sprite sets. Also if the content development crowd picks up and starts to provide concepts which would require new GFX work to be done, then there is going to be a demand for new equipment work, tilesets and sprite sets. Please remember to pay attention to our guidelines.

Also do hunt for unfulfilled REQ topics on the forums if you're looking for something to do. Newbie pixel artists or people doing their first pixel art piece ever are also very welcome. The community can be pretty harsh at times, but there are also people around who actually do know what they're talking about. It is up to you to distinguish between these two.

GFX development forum

SFX / Music

The SFX and music development scheme for TMW is currently not really all that active. New sounds and music are always appreciated.

Sound development forum