Difference between revisions of "Add-on tutorials"
Jump to navigation
Jump to search
(→Mesh making: added link) |
(→Surface bases: added link) |
||
Line 12: | Line 12: | ||
===Surface bases=== | ===Surface bases=== | ||
* [[Creating a simple base]] - create a basic surface base with a config file | * [[Creating a simple base]] - create a basic surface base with a config file | ||
+ | * [[Surface Tiles]] | ||
===Scenarios=== | ===Scenarios=== |
Revision as of 21:06, 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
- Shipedit
Surface bases
- Creating a simple base - create a basic surface base with a config file
- Surface Tiles
Scenarios
- Scenarios - a scenario file (*.scn) explained