Discussion add-on creation?

MaxBuzz

Well-known member
Joined
Sep 19, 2016
Messages
1,600
Reaction score
2,252
Points
128
Location
Kursk
it is possible to create an add-on with Blender+Blender Mesh Tools without Visual Studio (C++)? or not even worth trying?

picture.php
 
do you mean just a mesh? Yes. You can make a simple cfg with just hte mesh but no thrust,.....

Or use VesselBuilder, sc3/4
 
You only need VS if you're planning to make a more-complex-than-normal addon, such as a ship with various custom features, like systems simulation and other-than-rocket engine types.

For most purposes, you can pretty much work your way there just by exporting the mesh to the Orbiter .msh format and adding the necessary cfg's for it to work with something like Vinka's Spacecraft.dll (which acts as a pre-made generic externally configured make-your-own-ship module) -

Or perhaps by now there's something even simpler you can use - Haven't done Orbiter modding in a while, you see...


But anyways, in short, the answer to your question is: Yes, you can. There are various ways to do it, see the addon development board for details. :thumbup:


Cheers
 
Last edited:
You only need VS if you're planning to make a more-complex-than-normal addon, such as a ship with various custom features, like systems simulation and other-than-rocket engine types.

Or any animations...
Not having any animation support in CFG files is really kind of Orbiters achiles heel. Spacecraft changed that for a while, but now it's not compatible anymore. VesselBuilder is the best invention since sliced bread, but who will take over maintenance is yet unclear... Let's hope that one keeps living.
 
Back
Top