Search results

  1. Matias Saibene

    News Gallery of add-ons in development

    Absolutely! By the way, your ShuttlePB recreation looks beautiful!
  2. Matias Saibene

    News Gallery of add-ons in development

    When I first discovered Orbiter in 2010, my first thought was to create my own spaceships. More than a decade later, I'm fulfilling that dream, designing one of my ships in Blender (similar to the Arrow Freighter that always captivated me). This time it's the MSS Universe, an intergalactic ship...
  3. Matias Saibene

    KleinVision AirCar for OpenOrbiter (Linux and Windows) - KleinVision AirCar v0.9 for OpenOrbiter 2024

    KleinVision AirCar v0.9 for OpenOrbiter 2024 Changes in this release: -Improved handling and flying -Added rudimentary (WIP) virtual cockpit -Added PBR shaders in Windows mesh. -Fixed animations (wheels and propeller)
  4. Matias Saibene

    OHM KleinVision AirCar for OpenOrbiter (Linux and Windows)

    Matias Saibene updated KleinVision AirCar for OpenOrbiter (Linux and Windows) with a new update entry: KleinVision AirCar v0.9 for OpenOrbiter 2024 Read the rest of this update entry...
  5. Matias Saibene

    News Gallery of add-ons in development

    Back to working on the Klein Vision AirCar, an add-on (which I released half-finished), now with a rudimentary virtual cockpit (WIP), PBR materials, better wheel and propeller animations. I just updated the GitHub repository and will soon make a better release. Thank you all for your patience...
  6. Matias Saibene

    Using Orbiter on Linux

    It's quite stable, and some of us have even made some add-ons for OrbiterLinux. I enjoy it quite a lot. Regarding Orbiter on Wine, I made a guide on how to install it with PlayOnLinux. I'll try it with Lutris soon...
  7. Matias Saibene

    Update Multistage2015 Update to OpenOrbiter2024

    I found errors in the parser that were causing the boosters to not be counted correctly. Now I'm also adapting it to the C++ STL (again) and reusing some of the previous work because I think that's the mysterious (at least to me, as an inexperienced novice) cause of the booster overflows in...
  8. Matias Saibene

    Project VesselBuilder for Orbiter

    In the first post: https://www.orbiter-forum.com/threads/vesselbuilder-for-orbiter.36956/#post-555500 http://www.intech-srl.eu/fred/VesselBuilder1_PreRelease.zip
  9. Matias Saibene

    Update Multistage2015 Update to OpenOrbiter2024

    Yes, I experienced the same thing. There's a problem when removing the thruster groups associated with the boosters and changing the new maximum rocket power value. This is the line that fails: SetThrusterMax0(stage[currentStage].th_main_h[i],newMax); And this is the complete function: void...
  10. Matias Saibene

    News Gallery of add-ons in development

    Initial model of the 2003 Lamborghini Gallardo
  11. Matias Saibene

    Project Nova HLV

    The elegance and level of detail of this rocket are amazing. :cheers::hailprobe:
  12. Matias Saibene

    Update Multistage2015 Update to OpenOrbiter2024

    I need to check the parser too...
  13. Matias Saibene

    Update Multistage2015 Update to OpenOrbiter2024

    Can anyone test this scenario?
  14. Matias Saibene

    Update Multistage2015 Update to OpenOrbiter2024

    I suppose so, or at least that was the intention. Anyway, I have to keep testing. Now I'm adding std::array (again) very carefully; that is, I make a change and compile to see what happens.
  15. Matias Saibene

    Update Multistage2015 Update to OpenOrbiter2024

    That's right, me too. Something must have changed; I'd have to check the changelog to see if any component is affecting Multistage.
  16. Matias Saibene

    Update Multistage2015 Update to OpenOrbiter2024

    Tomorrow I'll investigate Jettison and Complex Flight again. I'm sure there's an uninitialized variable I forgot to initialize.
  17. Matias Saibene

    Update Multistage2015 Update to OpenOrbiter2024

    Does the problem occur when you have Complex Flight disabled?
  18. Matias Saibene

    Hello, I play orbiter, but i am just 14 yers old.

    Hi @jérôme and welcome to the forum! I recommend BlenderGuru for learning 3D design. I started with their courses and I loved them. https://www.youtube.com/@blenderguru/videos And for learning C++ programming, I also recommend LearnCpp. It's excellent. https://www.learncpp.com/
  19. Matias Saibene

    Update Multistage2015 Update to OpenOrbiter2024

    Hello Multistage friends! I have another update on my attempt to port Multistage 2015 to OpenOrbiter 2024. First, I want to apologize for the delay. I'm doing this in my spare time; I'm a very slow programmer and not very good at it, as you'll soon see... It turns out that the #define STRICT...
Back
Top