Search results

  1. Matias Saibene

    Update Multistage2015 Update to OpenOrbiter2024

    Thank you so much for your kind words. Right now, I'm nearing line 2000 of code in the Multistage2015.cpp file, and I'm also excited to see this module finally working. I'm spending 4 hours a day just on this project because I think it's going to work this time. The main bottleneck I've had...
  2. Matias Saibene

    What music are you listening to?

    In my country the only thing left is tango and milonga... The grandparents start dancing to the beat
  3. Matias Saibene

    Humor Random Comments Thread

    Well, here in my country there aren't even any trains left. But if that weren't the case, I'd be talking about: https://www.martynbane.co.uk/modernsteam/ldp/argentina/arg.htm Please take care of your respective countries. We don't even have an economy anymore. cries in perpetual economic crisis...
  4. Matias Saibene

    Humor Random Comments Thread

    What fond memories I have of using the Mallard in Microsoft Train Simulator.
  5. Matias Saibene

    Update Multistage2015 Update to OpenOrbiter2024

    Hi friends, I'm still working on Multistage 2015/2025... Here's one of my findings: It turns out that out-of-index accesses are still occurring, so I have to review all the arrays one by one. It's a very large project with over 10,000 SLOC. So it's going to take me a while to find the elusive...
  6. Matias Saibene

    News Gallery of add-ons in development

    Thank you all for your comments and feedback. Indeed, Orbiter can be enjoyed both atmospherically and orbitally. I particularly love airplanes, especially historic, larger, and rarer ones. I also plan to make rockets (later, with Multistage2025). And in the case of the An225, let's not forget...
  7. Matias Saibene

    News Gallery of add-ons in development

    First textures!
  8. Matias Saibene

    Internet Video Thread

  9. Matias Saibene

    Linux playground

    Hi @Gondos, I mustered up some courage and decided to explore the source code for the Orbiter Linux graphical client to see if I could apply what I learned in LearnOpenGL. The thing is, I changed the values for nearplane = 0.0f; and farplane = 1e11f; to nearplane = 0.1f; and farplane = 5e9f...
  10. Matias Saibene

    News Gallery of add-ons in development

    First steps porting FlightDataRecorder MFD to Linux OpenOrbiter. Using sketchpad. Seriously I have no idea what I am doing.
  11. Matias Saibene

    C++ Question FlightDataRecMFD update

    After correcting a single line of code I wrote by mistake, it now writes the entire flight data file. I will update the GitHub repository very soon. UPDATED
  12. Matias Saibene

    Discussion Mesh making with Blender

    Your progress looks beautiful, and yes, baked textures do look more realistic. I have a bad habit of forgetting to use them. It serves as a reminder for the next time I make an airplane. By the way, now that I remember, I've also used baked lights, they're great for faking cabin lights.
  13. Matias Saibene

    C++ Question FlightDataRecMFD update

    Sorry, I forgot: https://github.com/MatiasSaibene/FlightDataRecMFD_for_OpenOrbiter
  14. Matias Saibene

    C++ Question FlightDataRecMFD update

    Thanks so much for trying it out and letting me know! The same thing happened to me, indeed. There must be some problem in the loop that saves the data, and it stops early. One of the functions I had to update was opcTimestep, changing it to opcPreStep, and that probably requires more work. I'm...
  15. Matias Saibene

    C++ Question FlightDataRecMFD update

    @polaris149Tiberius @gattispilot Okay, folks, here's some progress I've made: Now the configuration file is saved. Now the configuration is read from the configuration file. Now the FlightData path is created within %OrbiterROOT%. Now the graphics are drawn, and the .dat file with the flight...
  16. Matias Saibene

    Some progress... [ATTACH]

    Some progress...
  17. Matias Saibene

    C++ Question FlightDataRecMFD update

    I think I solved it using std::ios. As far as I know the MFD API only works with C++. We should check the source code or ask @Gondos to see if there is a LUA MFD implementation.
  18. Matias Saibene

    C++ Question FlightDataRecMFD update

    Well, these are my results for today: I managed to compile MFDlib.lib I managed to compile FlightDataRecorderMFD Compiling doesn't mean it's working; in fact, the MFD loads, but I don't think it's recording anything. I think I should link it with the most up-to-date FlightData because the...
  19. Matias Saibene

    C++ Question FlightDataRecMFD update

    I have no idea how to use sketchpad but right now I'm experimenting with MFDlib code and the MFDSample module:
Back
Top