Difference between revisions of "Category:Add-on tutorials"

From OrbiterWiki
Jump to navigation Jump to search
m
(merged info from "Addon tutorials" page)
Line 1: Line 1:
 
Tutorials for developers of Orbiter addons.
 
Tutorials for developers of Orbiter addons.
  
[[Category:OrbiterSDK]]
+
===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
 +
 
 +
===External Links===
 +
*[http://orbit.m6.net/v2/forum.asp?forumid=5 Orbiter SDK Forum]
 +
*[http://orbit.m6.net/v2/read.asp?id=16976 Creating your own addon ships, Newbies Only]
 +
*[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://www.aovi93.dsl.pipex.com/addon_software_utilities_tutorials.htm Add-on Software , Utilities and Tutorials]
 +
[[Category:Tutorials]]

Revision as of 16:49, 1 August 2006

Tutorials for developers of Orbiter addons.

Vessel coding

Mesh making

Surface bases

Scenarios

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

External Links