Search results

  1. Matias Saibene

    Installation When will orbiter run natively on Linux?

    https://github.com/MatiasSaibene/Multistage2026_for_OpenOrbiter/blob/master/README.md
  2. Matias Saibene

    Installation When will orbiter run natively on Linux?

    That's right, thanks. I need to create a short guide for compiling Multistage2026 on Linux and Windows using CMake. Give me a moment and I'll put together a short step-by-step guide on GitHub.
  3. Matias Saibene

    Update Multistage2026 - Development thread

    New Multistage2026 release for testing. Changes to booster mesh loading. Now detects booster groups. The error was introduced by me when I migrated the code and wrote new code to use the C++ STL.
  4. Matias Saibene

    Installation When will orbiter run natively on Linux?

    @Gondos has been working quite a bit on an "experimental" Linux port. It works very well as far as I can tell; I use it daily and to develop some C++ add-ons. There's still a lot of work to be done, but @Gondos suggested first implementing and unifying everything on Windows and then bringing it...
  5. Matias Saibene

    Update Multistage2026 - Development thread

    I'm going to Windows right now to try it out. Thank you so much for your work!
  6. Matias Saibene

    Update Multistage2026 - Development thread

    Could you share some Ariane 5 meshes and .cfg files with me (privately if you prefer)? I may have made a mistake when changing the index of the BOOSTERS parser.
  7. Matias Saibene

    Update Multistage2026 - Development thread

    After a little investigation, I found the reason for the vessel name: it's using the mesh name. I'm almost certain the same thing was in Multistage2015; I don't recall adding that feature myself. In fact, I always just adapted the Multistage2015 source code because I'm sure Fred18 did a great...
  8. Matias Saibene

    Hi @Mixa666. @Lucy will most likely be online today; I think she checks the forum every day...

    Hi @Mixa666. @Lucy will most likely be online today; I think she checks the forum every day. She'll easily find out because I mentioned her with an @ symbol in the Shoutbox.
  9. Matias Saibene

    Discussion Mesh making with Blender

    Here is: https://download.blender.org/release/Blender5.0/
  10. Matias Saibene

    Discussion Mesh making with Blender

    Have you tried the mirrors? https://www.blender.org/about/website/
  11. Matias Saibene

    MFD New EARTH MFD

    I remember using this in Orbiter 2010: https://www.orbiter-forum.com/resources/videnie-orbit-drawing-1-0.2134/ I believe that functionality is built into Orbiter 2024 + D3D9 Client.
  12. Matias Saibene

    Update Multistage2026 - Development thread

    Well, I think the parser I tried to fix ended up doing black magic.
  13. Matias Saibene

    OHM XR2 UCGO Cargo Platform v2.2

    I'm pretty sure not, given that UCGO wasn't updated for Orbiter2024.
  14. Matias Saibene

    Update Multistage2026 - Development thread

    This is very valuable information because I see the problem with the numbering persists. I'm currently working on Linux to fix a bug in Multistage2026 that prevents the meshes from displaying correctly at launch. I have more diagnostic tools on Linux (Valgrind, for example). So, I'll sync the...
  15. Matias Saibene

    First post

    Welcome to the forum!
  16. Matias Saibene

    Update Multistage2026 - Development thread

    I'm actually working on fixing mesh indices right now! I think Fred was using 1->10 and I'm now using 0->9. That improves a lot of things in C++, but I need to maintain backward compatibility.
  17. Matias Saibene

    Update Multistage2026 - Development thread

    I believe the secret lies in using lowercase letters in the parameter names of the .ini file. I need to investigate why the component that processes .ini files (SimpleINI) is being too attached to case sensitivity. This would solve many problems, and make writing .ini files easier.
  18. Matias Saibene

    Update Multistage2026 - Development thread

    @jacquesmomo Here's a video of how Ariane 6 works on my Orbiter installation (on Windows 11): As you can see, some parameters, like the offset, are incorrect. I've attached the .dll files I used and the modified .ini file with some key variables in lowercase.
  19. Matias Saibene

    Update Multistage2026 - Development thread

    Well, first of all, thank you all very much for your contributions and reports. I'll be modifying the A64.cfg file shortly to properly test the boosters. I'll also be releasing another test build within the next few hours so you can try out the new fixes. @jacquesmomo Regarding your question...
  20. Matias Saibene

    Update Multistage2026 - Development thread

    I'll try to answer the questions: 1) As far as I can see, the commands are being truncated to a certain number. That might be why they aren't being applied correctly. I'll look into it in more detail later. 2) and 3) I have absolutely no idea where those parameters came from, but if they were...
Back
Top