Search results

  1. B

    SDK Question Disable thruster group

    I would like to create all my thruster and thruster groups during initialization, and then programmatically enable and disable thruster groups. Is that possible? I didn't find anything in the SDK referring to thruster enable/disable. Basically, I want the user to control specific sets of...
  2. B

    SDK Question Verbose debug info

    Is there a way to show more verbose debug information in the orbiter log? The log doesn't give much debug info for add-on developers. My current problem is, for some reason, Orbiter stopped calling ovcInit. I can't use instrumentation in my dev tools, and the log doesn't show anything. So, I...
  3. B

    API Question Custom module and staging

    I have a very basic vehicle module compiled and executing. Can anybody recommend a tutorial that covers writing code for a multistage vehicle? I'm pretty good writing C++, but am still having a hard time learning the Orbiter API and object model. Either I'm not understanding all of the API...
  4. B

    .dll Question When is dll executed

    I'm new to the OrbiterSDK. I successfully compiled a very basic DLL just to work out the mechanics of the tool chain. I can activate it in my modules list, but when are any of the function calls actually executed? I have instrumentation enabled for debug purposes, and I'm not seeing anything...
Back
Top