Difference between revisions of "Add-on tutorials"

From OrbiterWiki
Jump to navigation Jump to search
Line 1: Line 1:
 
===Vessel coding===
 
===Vessel coding===
 
* [[Vessel code]] - basic c++ code template for a vessel (WIP)
 
* [[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
 
* [[Free Compiler Setup]] - How to set up the VC++ 2005 Express (free) compiler to compile addons
  

Revision as of 01:53, 28 December 2005

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

Surface bases

Scenarios

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

External Links