Search results

  1. Matias Saibene

    Update Multistage2015 Update to OpenOrbiter2024

    Here are some of my latest results. I managed to adapt the parser, replacing GetPrivateProfileString with SimpleINI, and using the C++ STL (especially std::strings and std::filesystem::path) to prevent mysterious buffer overflows. As you can see, I still need to find the boosters and the...
  2. Matias Saibene

    Update Multistage2015 Update to OpenOrbiter2024

    I'm continuing with the process. I just finished the DevModeCtrl.cpp file today, and now I'm going to start trying to compile it...
  3. Matias Saibene

    Problems with building orbiter because of irrKlang

    I'm using Visual Studio Community 2022. Maybe I'm missing a component?:
  4. Matias Saibene

    Problems with building orbiter because of irrKlang

    I cloned the Git repository with this command. Is this correct? git clone --branch sdl3_mixer --single-branch --recurse-submodules https://github.com/TheGondos/orbiter.git Because I can't find x86 Debug in the configurations.
  5. Matias Saibene

    Recuerda escribir en Inglés y pedirle a algún administrador/moderador. Por ejemplo: @Xyon Could...

    Recuerda escribir en Inglés y pedirle a algún administrador/moderador. Por ejemplo: @Xyon Could you please enable downloads for this user? Thanks.
  6. Matias Saibene

    News Gallery of add-ons in development

    It looks beautiful.
  7. Matias Saibene

    Problems with building orbiter because of irrKlang

    I think we should open a new thread for what will be the port of XRSound to SDL3_Mixer. In the meantime, I'm going to figure out what I did wrong compiling Orbiter on my Windows 11, because the program won't start. Is there any thread with "official" instructions on how to build under Windows?
  8. Matias Saibene

    Hey!

    :welcome:
  9. Matias Saibene

    Problems with building orbiter because of irrKlang

    To test it, should I recompile Orbiter on Windows?
  10. Matias Saibene

    Update Multistage2015 Update to OpenOrbiter2024

    Well, friends, I've finished tweaking Multistage2015.cpp, fixing array index errors and confusing indentation. It took me a while because it was 4,625 lines and I had a lot of work IRL. I'm already updating the GitHub repository to reflect the changes. I'll continue with the other files later.
  11. Matias Saibene

    Humor Random Comments Thread

    Oh my God! That cat's face. It's similar to the face I made when I found out Orbiter was released as open source!
  12. Matias Saibene

    Ignoring throttle level control of main engines (Lua)

    I don't know about Lua, but in C++ we have the DelThrusterGroup() function. You can use it in an if conditional, so that when the condition is met (e.g. engineRunning = false) you can call DelThrusterGoup(nameofthrustergroup), and the ability to exert thrust with + is disabled.
  13. Matias Saibene

    Problems with building orbiter because of irrKlang

    I don't know if my contribution is useful or not, but here I found (and am following) some excellent SDL3 tutorials: https://lazyfoo.net/tutorials/SDL3/index.php I'm not sure if it explains the audio in depth yet (I think it does), but it might be helpful.
  14. Matias Saibene

    News Gallery of add-ons in development

    It's ShuttlePB, which is included in Orbiter. It's actually the simplest reference implementation to program with the Orbiter SDK. What I actually created were the portals and the MFD to invoke them.
  15. Matias Saibene

    News Gallery of add-ons in development

    Now you're thinking this is a disaster with portals!: My first MFD!
  16. Matias Saibene

    Hola fanaticos de Orbiter

    Bienvenido al Foro!!! Yo también soy de Argentina.
Back
Top