Difference between revisions of "How to Contribute"
Jump to navigation
Jump to search
Sanglorian (talk | contribs) |
Sanglorian (talk | contribs) |
||
Line 10: | Line 10: | ||
* [[Roadmap|Roadmap]] | * [[Roadmap|Roadmap]] | ||
=== Design === | === Design, Art and Sprites === | ||
* [[Creating Creatures|Creatures]] | * [[Creating Creatures|Creatures]] | ||
* [[Creating Items|Items]] | |||
* [[Creating Tilesets|Tilesets]] - the tiles used to create maps | |||
* [[Contributing Art|Art]] | |||
* [[Design Guide|Design Style Guide]] | |||
* [[Contributing Art|Contributing Art]] | |||
* [[Graphics Sizes|Graphic Sizes]] | |||
=== Maps === | |||
* [[Creating Maps|Maps]] - the world the player walks around in | * [[Creating Maps|Maps]] - the world the player walks around in | ||
* [[ | * [[Map Events]] - the events and stories that take place in the game | ||
=== Music and Sound Effects === | === Music and Sound Effects === | ||
Line 25: | Line 33: | ||
=== Programming === | === Programming === | ||
* [[Combat AI|Artificial Intelligence]] - how to create and modify AI behavior | * [[Combat AI|Artificial Intelligence]] - how to create and modify AI behavior | ||
* [[Contributing Code|Code Contributions]] | * [[Contributing Code|Code Contributions]] | ||
* [[Game Data|Game Data]] | * [[Game Data|Game Data]] | ||
* [[Tuxemon Debug Console|Debug Console]] | * [[Tuxemon Debug Console|Debug Console]] | ||
=== Donations === | === Donations === |
Revision as of 23:07, 5 May 2018
Licensing
Posting any contributions (explicitly described as such) to this game on this web forum is a tacit acceptance of the fact that you are placing them under the Creative Commons Attribution-ShareAlike 4.0 International or any later version. You maintain your own full rights to the contributions, and may continue to do whatever you, the owner, wish to do with them, but you have given us the right to use them under the limitations of the CC BY-SA 4.0. You can read the details of the Creative Commons license here: https://creativecommons.org/licenses/by-sa/4.0/
What can I create, and how?
Design, Art and Sprites
- Creatures
- Items
- Tilesets - the tiles used to create maps
- Art
- Design Style Guide
- Contributing Art
- Graphic Sizes
Maps
- Maps - the world the player walks around in
- Map Events - the events and stories that take place in the game
Music and Sound Effects
Writing
Programming
- Artificial Intelligence - how to create and modify AI behavior
- Code Contributions
- Game Data
- Debug Console