Difference between revisions of "How you can contribute"
(→Wiki maintenance) |
|||
Line 51: | Line 51: | ||
== Wiki maintenance == | == Wiki maintenance == | ||
− | If you know English you can help write tutorials, manuals, info on systems, locations, equipment, ships, and proofreading for this wiki. You can also help | + | If you know English you can help write tutorials, manuals, info on systems, locations, equipment, ships, and proofreading for this wiki. You can also help |
+ | * Update outdated images showing the old user interfaces. | ||
+ | * Update / fix currently (2014-06) broken links to images of ships | ||
+ | See [[Getting started]] for wiki howto. | ||
== Translate == | == Translate == | ||
If you know a language other than English you can help out with [[Translations]] of the game. Even the ones that are [https://www.transifex.com/projects/p/pioneer/ translated] could need improvements. | If you know a language other than English you can help out with [[Translations]] of the game. Even the ones that are [https://www.transifex.com/projects/p/pioneer/ translated] could need improvements. |
Revision as of 20:46, 7 June 2014
Contents
Report bugs
Believe it or not, but most developers don't have time to actually play the game. Thus, bug reporting is the most important part where you as a player can help the community. When you encounter something that seems strange or odd in the game, please report it, preferably to our issue tracker, but you can also stop by the IRC channel or the dev forum.
Art Creation
If you think you can improve or contribute with something to the game then please feel free post on the dev forum, or pay a visit to the IRC channel. All contributions that improve the game are most welcome.
Concept Art
There are some articles in the works about the intended style of Pioneer. And a sketch topic on the dev forums. Basically every model in the game could (should) start it's life as concept sketch, especially if it's properly iterated.
- City buildings/domes for worlds without atmosphere
- Landing pads / ground station
- Orbital space stations
- Ships
2D Graphics
- Face generation (currently (2014-06) being undertaken by Evarchart)
- Ship textures and patterns
- Medals / ribbons for future military missions for 3-4 different factions
- Various icons and logos
- Ship Equipment icons (similar to commodity market icons)
3D Modelling
If you know how to create 3D models (or are willing to learn), then we always need more of the following.
- City buildings/domes for worlds without atmosphere
- Landing pads / ground station
- Orbital space stations
- Ships
- Cockpits (WIP feature)
See the tutorials and documentation of Content Creation on the main page of Pioneer Wiki for further details.
Code
Pioneer uses two different programming languages (not counting various configuration files). The main/core part is written in c++, which requires knowledge in this area to contribute. However, the functionality of the core is exported into the scripting language Lua, used by pioneer. Lua is easy to learn, once one has grasped the basic programming concept of if-statements and for-loops, making it perfect for the novice willing to learn basic programming.
c++
See Getting Started with Development, and have a look at the issue tracker for feature requests and Roadmap for further details, or if you think there's a bug you can track down.
Lua
Lua is easy to learn even for inexperienced programmers, and it will let you easily add new content to the game, such as missions, ads on the BBS, or events that are triggered by various actions from the player.
If you don't know how to use github (used for submitting and reviewing code contributions), someone on IRC or the dev forum can create a pull/merge request for you, since learning github can be a daunting task for a beginner.
Perl
If you know perl (or want to learn it), you can help improve, and extend the IRC-bot jameson used in the pioneer IRC channel.
Writing
Anyone proficient in English may help out with writing, either for the in game content, or for the wiki.
- One sentence description of each piece of ship equipment (to be shown in the game when selecting the item to buy).
- Description of each ship equipment here on the wiki
- Background (short and long) of star systems, like the ones seen when clicking on Epsilon Eridani in game.
Wiki maintenance
If you know English you can help write tutorials, manuals, info on systems, locations, equipment, ships, and proofreading for this wiki. You can also help
- Update outdated images showing the old user interfaces.
- Update / fix currently (2014-06) broken links to images of ships
See Getting started for wiki howto.
Translate
If you know a language other than English you can help out with Translations of the game. Even the ones that are translated could need improvements.