Difference between revisions of "Category:Add-on tutorials"

From OrbiterWiki
Jump to navigation Jump to search
m (Created MFD coding section)
m (→‎Vessel coding: added Free Compiler Setup Under Linux)
Line 5: Line 5:
 
* [[Vessel Tutorial 1]] - Detailed walkthrough of how to use the ShuttlePB sample ship as a base for any vessel
 
* [[Vessel Tutorial 1]] - Detailed walkthrough of how to use the ShuttlePB sample ship as a base for any vessel
 
* [[Free Compiler Setup]] - How to set up the VC++ 2005 Express (free) compiler to compile addons
 
* [[Free Compiler Setup]] - How to set up the VC++ 2005 Express (free) compiler to compile addons
 +
* [[Free Compiler Setup Under Linux]] - Same as above, but under Linux
 
* [[HUD Tutorial (Flight Director)]]
 
* [[HUD Tutorial (Flight Director)]]
 
* [[Vessel template wizard]] - Autoconfigures projects, adds sample code, creates test scenario. Can be especially usefull for beginner developers
 
* [[Vessel template wizard]] - Autoconfigures projects, adds sample code, creates test scenario. Can be especially usefull for beginner developers
 +
 
===Mesh making===
 
===Mesh making===
 
* [[Converting to msh]] - Convert your 3d model to Orbiters mesh format
 
* [[Converting to msh]] - Convert your 3d model to Orbiters mesh format

Revision as of 19:57, 31 July 2012

Tutorials for developers of Orbiter addons.

Vessel coding

Mesh making

MFD coding

  • Storing MFD Instances - Describes methods of storing MFD variables per vessel, instead of having common set of data

Surface bases

Scenarios

  • Scenarios - a scenario file (*.scn) explained

External Links