Difference between revisions of "Pioneer Wiki"

From PioneerWiki
Jump to: navigation, search
(Community: Adding our mastodon)
 
(87 intermediate revisions by 18 users not shown)
Line 1: Line 1:
Pioneer is a space adventure game set in the milkyway galaxy at the turn of the 31st century. The game is open-ended, and you are free to explore the millions of star systems in the game. You can land on planets, slingshot past gas giants, and burn yourself to a crisp flying between binary star systems.
+
 
 +
Pioneer is a space adventure game set in the Milkyway galaxy at the turn of the 33rd century. The game is open-ended, and you are free to explore the millions of star systems in the game. You can land on planets, slingshot past gas giants, and burn yourself to a crisp flying between binary star systems.
 +
 
 +
If you are new to pioneer you may want to know [[How_to_start|how to start]].
 +
 
 +
*[https://pioneerspacesim.net/page/download/ Download Pioneer] for Windows and Linux
 +
 
 +
Please make this wiki nice. Add stuff about mods, dev, whatever. Be awesome! [[Getting_started|How to get started]].
 +
 
 
----
 
----
If you are new to pioneer you may want to know [[How to start| how to start]].
 
  
* [http://pioneerspacesim.net/download Download Pioneer] for Windows, Linux and Mac OSX
+
{| width="100%"
 +
|-
 +
| style="background:#bbffbb; border:2px solid #99ee99; padding:2px 2px 4px 4px; vertical-align: top" width="33%" |
 +
=== Community ===
  
* [http://sourceforge.net/projects/pioneerspacesim/files/nightly/ Development Builds] (warning, may be more unstable than a release)  
+
*[https://pioneerspacesim.net/ Pioneer Space Sim Homepage]
 +
*[https://github.com/pioneerspacesim/pioneer/ Main Github repository]
 +
*[https://spacesimcentral.com/community/pioneer/ Community forum]
 +
*[https://forum.pioneerspacesim.net/ Developer forum]
 +
*[https://www.reddit.com/r/pioneerspacesim Pioneer Space Sim on Reddit]
 +
*[https://pioneerspacesim.itch.io/pioneer Pioneer Space Sim on itch]
 +
*[[IRC|Pioneer Space Sim on IRC, Channel: #pioneer, network: libera.chat]] (where devs hang out)
 +
*[https://twitter.com/pioneerspacesim @pioneerspacesim] on Twitter
 +
*[https://mstdn.games/@pioneerspacesim @pioneerspacesim] on Mastodon at [https://mstdn.games mstdn.games]
 +
*[https://www.youtube.com/channel/UCbFD5Oxc1C9zxqnF4OitGjQ Pioneer Space Simulator] on Youtube
 +
*[https://discord.com/invite/RQQe3A7 discord]
  
 
----
 
----
  
Please make this wiki nice. Add stuff about mods, dev, whatever. Be awesome! [[Getting started|How to get started]].
+
*[[Manual|Basic Manual]]
 +
*[[Flight_UI|Flight UI]]
 +
*[[Keyboard_and_mouse_controls|Keyboard and mouse controls]]
 +
*[[Tutorials|Tutorials]] (Outdated and WIP)
 +
*[[Mission_Types_and_BBS|Mission Types and BBS]]
 +
*[[Settings_Menu|Settings Menu]]
 +
*[[FAQ|FAQ]]
 +
*[[Media_Coverage|Media Coverage]]  
  
And write a nice front page and get rid of this, ok? :)
+
| style="background:#fff9b1; border:2px solid #f0fe66; padding:2px 2px 4px 4px; vertical-align: top" width="33%" |
  
----
+
=== The Pioneer Universe ===
{|width=100%
+
 
|width="33%" style="background:#bbffbb; border:2px solid #99ee99;  padding:2px 2px 4px 4px; vertical-align: top"|
+
*[[Pioneer_Universe|Pioneer Universe]]  
===Community===
+
*[[:Category:Ships| Ships]] (work in progress)
* [http://pioneerspacesim.net/ Pioneer Space Sim Homepage]
+
*[[:Category:Manufacturers| Manufacturers]] (work in progress)
* [http://pioneerspacesim.net/forum Forums]
+
*[[Places_of_interest|Places of interest]]  
* [http://webchat.freenode.net/?channels=#pioneer Pioneer Space Sim on IRC]
+
*[[Ship_Equipment|Ship Equipment]] (work in progress)
* [http://pioneerspacesim.net/+ Pioneer Space Sim] on Google+
 
* [http://twitter.com/pioneerspacesim @pioneerspacesim] on Twitter
 
----
 
* [[Tutorials]]
 
* [[Keyboard and mouse controls]]
 
* [[FAQ]]
 
* [[Media Coverage]]
 
  
|width="33%" style="background:#fff9b1; border:2px solid #f0fe66;  padding:2px 2px 4px 4px; vertical-align: top"|
 
===The pioneer universe===
 
* Content following soon
 
 
|}
 
|}
  
 +
 
 +
 +
{| width="100%"
 +
|-
 +
| style="background:#f0f0ff; border:2px solid #c6c9ff; padding:2px 2px 4px 4px; vertical-align: top" width="33%" |
 +
 +
=== Content Creation ===
 +
 +
*[[Mods|Mods]]
 +
*[[Scripting_and_Mission_Creation|Scripting and Mission Creation]]
 +
*[[Custom_Systems|Custom Systems]]
 +
*[[Design_and_Concept_art|Design and Concept art]]
 +
*[[Modeling,_Texturing,_Graphics_Design|Modeling, Texturing, Graphics Design]]
 +
*[[Music_and_Sound|Music and Sound]]
 +
*[[Translations|Translations]]
 +
*[[Licensing|Licensing]]
  
 +
| style="background:#fff3e3; border:2px solid #ffc9c9; padding:2px 2px 4px 4px; vertical-align: top" width="33%" |
 +
=== Development ===
  
{|width=100%
+
*[[Design_Scope|Game Scope]]  
|width="33%" style="background:#f0f0ff; border:2px solid #c6c9ff; padding:2px 2px 4px 4px; vertical-align: top"|
+
*[[How_you_can_contribute|How you can contribute]]  
===Content Creation===
+
*[[Getting_Started_with_Development|Getting Started with Development]]  
* [[Mods]]
+
**[[How_to_communicate|How to communicate]]  
* [[Introduction to Mission Scripting]]
+
**[[Using_git_and_GitHub|Using git and GitHub]]  
** [[Interacting with the game: Event-based programming]]
+
**[[Coding Conventions]]
** [[Interacting with the player: BBS forms]]
+
**[[Development_team|Development team]]
** [[Surviving a reload]]
+
**[[Engine_Overview|Engine internals overview]]  
* [http://eatenbyagrue.org/f/pioneer/codedoc/ Lua API Reference]
+
**[[Development_Tools| Development tools]]
* Models
+
*[[Development_Model|Development Model]]  
** [[Model system]]
+
*[[Design_Workflow|Design and Project Management Workflow]]  
** [[Model viewer]]
+
*[https://github.com/pioneerspacesim/pioneer/issues Issue tracker]  
** [[Transitioning to the new model system]]
+
*[[Roadmap|Roadmap]]
** Making models
+
*[[Making a release]]
*** [[Textures]]
 
*** [[Transparency]]
 
*** [[Optimising geometry]]
 
*** [[Stations]]
 
** [[3DS Max]]
 
** Blender
 
*** [[Blender Tips]]
 
*** [[UV coordinates in Blender]]
 
*** [[Asteroids and rocks in Blender]]
 
* [[Music]]
 
* [[Sound Effects]]
 
* [[Translations]]
 
* [[Licensing]]
 
  
|width="33%" style="background:#fff3e3; border:2px solid #ffc9c9; padding:2px 2px 4px 4px; vertical-align: top"|
 
===Development===
 
* [[Design Scope|Game Scope]]
 
* [[Getting Started with Development]]
 
** [[How to communicate]]
 
** [[Using git and GitHub]] (work in progress)
 
** [[Core Team]]
 
* [[Development Model]]
 
* [[Design_Workflow|Design and Project Management Workflow]]
 
* [https://github.com/pioneerspacesim/pioneer/issues Issue tracker]
 
 
|}
 
|}
  
Pioneer is brung to you by a flock of [https://github.com/pioneerspacesim/pioneer/blob/master/AUTHORS.txt opensource beardy-weirdies], and is [http://www.gnu.org/licenses/gpl.html Free Software]
+
Pioneer is brought to you by a flock of [https://github.com/pioneerspacesim/pioneer/blob/master/AUTHORS.txt opensource beardy-weirdies], and is [http://www.gnu.org/licenses/gpl.html Free Software]
  
 
__NOTOC__
 
__NOTOC__

Latest revision as of 09:20, 3 February 2023

Pioneer is a space adventure game set in the Milkyway galaxy at the turn of the 33rd century. The game is open-ended, and you are free to explore the millions of star systems in the game. You can land on planets, slingshot past gas giants, and burn yourself to a crisp flying between binary star systems.

If you are new to pioneer you may want to know how to start.

Please make this wiki nice. Add stuff about mods, dev, whatever. Be awesome! How to get started.


Community


The Pioneer Universe

 

Content Creation

Development

Pioneer is brought to you by a flock of opensource beardy-weirdies, and is Free Software