Difference between revisions of "Add-on tutorials"
Jump to navigation
Jump to search
Line 19: | Line 19: | ||
*[http://orbit.m6.net/v2/read.asp?id=15653 Hints for new addon developers] | *[http://orbit.m6.net/v2/read.asp?id=15653 Hints for new addon developers] | ||
*[http://orbit.m6.net/v2/read.asp?id=7602 Programming Tutorials] | *[http://orbit.m6.net/v2/read.asp?id=7602 Programming Tutorials] | ||
+ | *[http://www.aovi93.dsl.pipex.com/addon_software_utilities_tutorials.htm Add-on Software , Utilities and Tutorials] | ||
[[Category:Addon tutorials]] | [[Category:Addon tutorials]] |
Revision as of 17:14, 20 January 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
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