General Question Devoloping Addons

AtlantisOnline

New member
Joined
Oct 10, 2009
Messages
81
Reaction score
0
Points
0
Hello Everyone. I have been playing orbiter for awhile and I thought I would try to devop some addons. Unfortunatly I am completely new to any of this and I was wondering if you guys could help me out. aka were to start what software I might need ect. Thank You AtlantisOnline
 
Searching the forums would be beneficial.
What type of addon do you want? Ships? MFD? Planets?
 
Last edited:
You'll probably want to take a look at the Orbiter SDK found on the Orbiter homepage and Spacecraft3 (Found here) unless you want to code your own addons using C++.
 
Last edited:
I did search the forums but perhaps a couple of links to useful threads would be helpful. I was thinking of making spaceships but perhaps I might try a mfd.
 
I did search the forums but perhaps a couple of links to useful threads would be helpful. I was thinking of making spaceships but perhaps I might try a mfd.

http://www.orbiter-forum.com/tutorials.php -bottom of the page;

Tutorials for Addon Developers
Also helpful;
http://www.orbiter-forum.com/showthread.php?t=8679

Edit:
Hows your coding experience?
Easiest way to getting a ship in the air is with Vinka's Spacecraft3.DLL/Spacecraft2.DLL which is included in the tutorial list.


The other way is by making your own .dll complimented with the nessasary configs and other files needed for a spacecraft. As of yet

You follow;
http://www.orbiterwiki.org/wiki/Free_Compiler_Setup

for help getting your compiler setup, but other than that, you can look at the ShuttlePB or other samples included in the SDK to get you rolling on writing your own .dll


 
Last edited:
Back
Top