Search results

  1. Dany

    C++ Question Animation: Parent

    Hi, I have a new problem. It 's always the last project (http://www.orbiter-forum.com/showthread.php?t=30243) but they are different topics, so I decided to open a new thread, I hope I have done well. I created two animations, where the second is connected to the first. The second, however, is...
  2. Dany

    C++ Question Animation: Continuous cycle

    Hi, I'm programming a new add-on and I need help. I'm continuing the compilation of "Stand" (my latest add-on) by changing and adding other parameters. But now I added an animation and works fine, but not as I wish. The animation I copied from the sample of the DG, I remind you that I am not a...
  3. Dany

    Project Stand

    These "Stands" must be placed next to the launch towers, in order to customize your launches. They are vessels programmed in C++, and should be included in the scenario file and placed where you want, with the "skin" option. I've created some scenarios just as an example, then it's up to you...
  4. Dany

    C++ Question Problems with C ++ programming

    I'm trying to program in C++ this "Stand", by inserting the option "SKIN". I was able to implement it but I'm having trouble when closing: Launchpad remains in memory, or it crashes if I add another similar vessel. This is what I did: File .Cpp #define ORBITER_MODULE #include "MyVessel.h"...
  5. Dany

    Project NRS-2

    Here's latest version of NRS-2, short for "Navetta per Riparazioni e Sostituzioni da 2 persone"(2-crew Repair and Replacement Shuttle), a vehicle designed to work on the outside of space stations, such as the ISS. Since it doesn't have heat shield/aerodynamic surfaces, it must be lifted inside...
Back
Top