Difference between revisions of "Add-on tutorials"

From OrbiterWiki
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

Surface bases

Scenarios

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

External Links