ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/www/src/contribute.html
Revision: 1.7
Committed: Wed Apr 7 17:14:28 2010 UTC (14 years, 3 months ago) by sf-dustfinger
Content type: text/html
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +0 -0 lines
State: FILE REMOVED
Log Message:
Added the contribute page under the about category.

File Contents

# Content
1 Contribute
2
3 <h2>Want to contribute?</h2>
4
5 <p>
6 Do you have a new idea you want to implement?
7 Want to make a new monster? Or a new map? Are you an artist and want to
8 make some nice artwork or graphics?
9 <!-- Or do you just want to fix the bug that is lingering
10 in the <a href="http://deliantra/tracker/"><b>Bug Tracker</b></a>
11 for a while? --> Then you are right on this page!
12 </p>
13
14 <h3>Some things you have to bear in mind:</h3>
15
16 <ul>
17 <li>
18 All things you contribute have to be licensed under
19 <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a>.
20 </li>
21 <li>
22 All developers and contributors are investing their free time to
23 improve the game. As all this is non-commercial and therefore, there
24 is no reward we can give, except that you are mentioned in the credits
25 and get the social status of a contributor who improved and helped to
26 build this game.
27 </li>
28 <li>
29 The immediate reward you get is the feeling that you helped the
30 users of this server and the whole game and of course the status as
31 contributor and the mention in the credits.
32 </li>
33 <li>
34 We can't tell what you should do or assign any tasks to you like a
35 company would do. There is, of course, a TODO-list (ask via email or on
36 the irc channel), but we can't and won't force you to work on that.
37 Every developer is free and should do what he likes to do, as it is
38 his free time he investes.
39 </li>
40 <li>
41 Contribution to the game and the server isn't connected in any way
42 to gain DM status. It's essentially up to the server admins of
43 deliantra who becomes DM. The reason for this is that the game
44 development is not directly related to the server. Anyone could run
45 a server and that doesn't imply that all the game developers are
46 automatically Dungeon Master on all public servers.
47 </li>
48 </ul>
49
50 <h3>What to contribute?</h3>
51
52 <p>
53 It helps if you talk to other developers, for example on the IRC channel,
54 to get an idea of what is needed most at the moment or what isn't currently needed
55 that much. But generally we can't tell you what to do, but we could help you
56 to find ideas of what to do.
57 </p>
58
59 <p>
60 If you are not familiar with the code or don't want to contribute
61 code to Deliantra, here is a list what things you could do:
62 </p>
63
64 <ul>
65 <li>
66 <b>Maps:</b>We strongly encourage users to make maps, we wrote an entirely
67 new map editor (see <a href="editor.html">Gtk+ Deliantra Map Editor</a>)
68 to make mapediting more bearable and less tedious. If you want to make
69 maps we recommend to read the map guidelines of the original crossfire:
70 <a href="http://crossfire.real-time.com/guides/map/index.html">
71 http://crossfire.real-time.com/guides/map/index.html</a>.
72 </li>
73 <li>
74 <b>Graphics:</b>We are in a process of replacing the old tileset by new
75 and nicer graphics (monsters, houses, items, whatever). If you want to
76 make new graphics, please submit an archetype file along with the graphics!
77 If you have improved or redrawn an existing archetype, you can submit the
78 new graphics.
79 </li>
80 <li>
81 <b>Sounds:</b>The sound support of crossfire is a little bit broken at
82 the moment and there aren't many nice sounds yet. However, for the new
83 client, new sounds would be a great addition and would improve the overall
84 atmosphere of the game.
85 </li>
86 </ul>
87
88 <p>
89 Aside from all that, you can checkout the entire source code from our
90 CVS, get familiar with it and try to find and fix bugs and/or implement
91 other kinds of improvements.
92 </p>
93
94 <h3>How to contribute?</h3>
95
96 <p>
97 If you finished some nice maps/graphics/whatever, you should contact the
98 developers. They will help you getting your work into the CVS and online
99 on the game server. Either you send all you have made to
100 <tt>support@deliantra.net</tt> or you ask for CVS access.
101 </p>
102
103 <p>
104 You can also contact the developers, see the <a href="contact.html">Contact</a> page.
105 </p>
106
107 <p></p>