Difference between revisions of "How to Contribute"
Jump to navigation
Jump to search
Sanglorian (talk | contribs) (Created page with "==== What can I create, and how? ==== * Maps - the world the player walks around in * Quests/Events - the events and stories that ta...") |
Sanglorian (talk | contribs) |
||
Line 1: | Line 1: | ||
== | == 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/ | |||
[https://forum.tuxemon.org/thread.php?id=83 Original post] | |||
== What can I create, and how? == | |||
* [[Roadmap|Roadmap]] | |||
=== Design === | |||
* [[Creating Creatures|Creatures]] | |||
* [[Creating Maps|Maps]] - the world the player walks around in | * [[Creating Maps|Maps]] - the world the player walks around in | ||
* [[Creating Items|Items]] | * [[Creating Items|Items]] | ||
=== Music and Sound Effects | |||
* [[Creating Music|Music]] | * [[Creating Music|Music]] | ||
=== Writing | |||
* [[Creating Writing|Writing]] | * [[Creating Writing|Writing]] | ||
* [[Creating Translations|Translations]] | |||
=== Programming === | |||
* [[Creating Map Events|Quests/Events]] - the events and stories that take place in the game | |||
* [[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]] | |||
* [[Tuxemon Debug Console|Debug Console]] | |||
=== Artwork and Sprites === | |||
* [[Creating Tilesets|Tilesets]] - the tiles used to create maps | |||
* [[Contributing Art|Art]] | |||
* [[Design Guide|Design Style Guide]] | * [[Design Guide|Design Style Guide]] | ||
* [[Contributing Art|Contributing Art]] | * [[Contributing Art|Contributing Art]] | ||
* [[Graphics Sizes|Graphic Sizes]] | * [[Graphics Sizes|Graphic Sizes]] | ||
=== | === Donations == | ||
* [https://www.patreon.com/tuxemon Patreon page] | |||
* [https://tuxemon.org/donate.html PayPal donate page] | |||
=== Game Rules === | |||
* [[Creating Techniques|Techniques]] | |||
* [[ |
Revision as of 23:01, 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
=== Music and Sound Effects
=== Writing
Programming
- Quests/Events - the events and stories that take place in the game
- Artificial Intelligence - how to create and modify AI behavior
- Code Contributions
- Game Data
- Debug Console
Artwork and Sprites
- Tilesets - the tiles used to create maps
- Art
- Design Style Guide
- Contributing Art
- Graphic Sizes