From The Mana World
(added information for artists and mappers)
m (CVS -> Subversion)
Line 18: Line 18:
== Programmers ==
== Programmers ==


Our current projects include the existing client which is used with eAthena (a Ragnarok Online server emulator), and a new client/server combination which isn't used yet but is being worked on. Hence, check out both the CVS module <code>tmw</code> as the module <code>tmwserv</code>. Try to browse the source to see if you can get a bit familiar with them.
Our current projects include the existing client which is used with eAthena (a Ragnarok Online server emulator), and a new client/server combination which isn't used yet but is being worked on. Hence, check out both the Subversion module <code>tmw</code> as the module <code>tmwserv</code>. Try to browse the source to see if you can get a bit familiar with them.


Your first contributions could be in the form of patches submitted to the SourceForge patches tracker. If it turns out you like the project and you want to keep contributing for a long period, we'll consider adding you to the official team and from then on you can commit your changes to the source yourself.
Your first contributions could be in the form of patches submitted to the SourceForge patches tracker. If it turns out you like the project and you want to keep contributing for a long period, we'll consider adding you to the official team and from then on you can commit your changes to the source yourself.

Revision as of 23:25, 14 August 2006

So you want to join this project, but you have little or no idea where to start? This page should provide you with the necessary starting points. It can always be rather difficult to know what to start with, especially when you're just jumping in. However, any help is most welcome and with some time you should be able to decide what you want to work on yourself.

General organisation

To know what is currently happening or what could be worked on, we have a few important pages on the wiki. The roadmap provides a planning for upcoming releases, where sometimes tasks are assigned or listed to be picked up by somebody. There is a bugs page holding a list of known problems which are generally free for anybody to look into. Finally there is the suggestions page where anybody can put his wishlist for the game, and where anybody can look for inspiration when looking for something to do.

These pages and others are linked from the organisation section on the main page.

It is very important for you to be available for discussion with other developers on our IRC channels from time to time, as we do most of our discussions there. We also have two important mailing lists, one for development discussion and one that shows all changes made to the source code, that you should subscribe to:

Finally, although not required, you are invited to visit our forums:

Programmers

Our current projects include the existing client which is used with eAthena (a Ragnarok Online server emulator), and a new client/server combination which isn't used yet but is being worked on. Hence, check out both the Subversion module tmw as the module tmwserv. Try to browse the source to see if you can get a bit familiar with them.

Your first contributions could be in the form of patches submitted to the SourceForge patches tracker. If it turns out you like the project and you want to keep contributing for a long period, we'll consider adding you to the official team and from then on you can commit your changes to the source yourself.

Artists

Our graphic design team can always use help. May it be just an inventory icon, a new monster or a complete Tileset. Improving existing graphics is also always welcome. When you want to do a task, then you should announce it on the Graphic Development Forum, post regular updates there and add yourself to the Assignments Page. But be sure to read our style guidelines first.

You should also hang out on our graphic design channel #tmwart [1]. It is good for a little brainstorming session or for showing small pieces of work you don't want to show to the whole community yet.

Mappers

Creating maps is a task that does not require much experience but is a great way to add more value to the game. More information about how to map can be found on the article Mapping Tutorial. Be sure to check out our Map development guidelines, too.