Difference between revisions of "Add-on tutorials"
Jump to navigation
Jump to search
(→Vessel coding: added link) |
|||
Line 3: | Line 3: | ||
* [[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 | ||
− | * [[HUD Tutorial]] | + | * [[HUD Tutorial (Flight Director)]] |
===Mesh making=== | ===Mesh making=== |
Revision as of 20:51, 1 March 2006
Vessel coding
- Vessel code - basic c++ code template for a vessel (WIP)
- 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
- HUD Tutorial (Flight Director)
Mesh making
- Converting to msh - Convert your 3d model to Orbiters mesh format
- Shading - explanes how Orbiter uses shading, Tips
Surface bases
- Creating a simple base - create a basic surface base with a config file
Scenarios
- Scenarios - a scenario file (*.scn) explained