• ORBITER-FORUM will be temporarily closed at 2026-07-23 18:00 UTC while we complete some OF maintenance tasks. The amount of downtime is expected to take up to one hour, but probably less.

Search results

  1. n122vu

    Discussion It's not like riding a bicycle!

    In the same situation. I tried to get back into addon/C++ .dll development earlier this year, stripping the old UMMU and UCGO code from the EAS Cortez and just compiling it as-is. I couldn't even get the compiler to work right. I ran out of patience and time, but I'm trying again, well, er...
  2. n122vu

    Discussion Developing Addons for different Orbiter Versions

    Yes, this was the one, from 11 years ago. It was a huge help back then, but not so much now.
  3. n122vu

    Discussion Developing Addons for different Orbiter Versions

    Case-in-point, the existing OrbiterWiki article. Some can read a paragraph once and put it straight into practice, others need a step-by-step walkthrough until it clicks. I think linking to a video from an updated article bridges that gap, but as you said, it's up to us to keep things up to...
  4. n122vu

    Announcement OHM - Deployments, and fixes

    Thanks for the quick reply. I see now in the Similar threads section of O-F the feature request and bugs section for OHM. I'll put future posts there so as not to clog up the Deployments and fixes with questions. :cheers: Edit: Looks like those sections are locked. Assuming those are just...
  5. n122vu

    Announcement OHM - Deployments, and fixes

    @IronRain So....I followed your link, then logged in with my info. It correctly displayed my uploaded addons. Then, I clicked on the Categories, selected Spacecraft, and saw this in the upper-right corner: Looks like there are still some auth issues at play. Also, are there plans to...
  6. n122vu

    Humor Random Comments Thread

    I find myself in the same situation. Every time I think I know how to write the expression I need, I get everything back, or nothing.
  7. n122vu

    Discussion Developing Addons for different Orbiter Versions

    I'm at a point where I can devote some time to developing personal projects again, but the last time I tried I ran into compiler issues. Is there an up-to-date tutorial/checklist/cheat-sheet for setting up the development environment in current versions of Visual Studio (ex: VS2019 Community)...
  8. n122vu

    Humor Random Comments Thread

    As far as why beef jerky is so expensive? I have no idea, but typical prices, even for the budget/"cheap" brands, average about $1 USD per ounce.
  9. n122vu

    Humor Random Comments Thread

    I wanna be the level of rich where I don't get mad at beef jerky prices anymore.
  10. n122vu

    Question Lego add-ons teaser

    Well I don't know about anyone else, but when I saw the first pic in the thread, I was instantly transported back in time to my childhood and all the space sets I had or wanted. Join me, won't you? (Or, hey, here's some more ideas for models)...
  11. n122vu

    DanSteph is updating his addons for Orbiter 160828

    Awesome work, Dan! Maybe I missed it in an earlier video, but I'm equally intrigued by the Shuttle-A parked on her back. o_O
  12. n122vu

    Humor Random Comments Thread

    Indeed. :LOL: The HDR in MW2020 is the only weapon I've taken the time to get gold camo on in all my years playing Call of Duty. I don't know why I felt it necessary lol, but it is what it is.
  13. n122vu

    Humor Random Comments Thread

    n122vu as he reloads his golden sniper rifle behind a rock (screams) "It's @#$%&ing part of the game! They literally have rewards designed around it. Get over it, n00b!"
  14. n122vu

    [Tuesday] Release of OrbiterSound 5.0 for Orbiter 2016

    Yes!!! :bananadance:
  15. n122vu

    Gaming Digital Combat Simulator Thread

    I suffer from the same issue, which is why I haven't pulled the trigger on any of the newer modules. The A10-C was the last one I bought. I decided to try to get back into it a couple months ago, starting with some basic FC3 missions in the A10A. Yeah, that sucked royally as the targeting...
  16. n122vu

    Gaming New Microsoft Flight Simulator?

    In both instances, the ability to publish and change certain aspects were licensed from Microsoft. MS still retains all the rights to the Flight Simulator franchise. Lockheed-Martin is only legally allowed to distribute Prepar3D with the explicit understanding that it is NOT for...
  17. n122vu

    D3D9's text missing when playing UCGO ISS

    If you're using Orbiter 2016, you're out of luck as far as any vessel that utilizes UMMU or UCGO, including the Arrow Freighter, the DGIV, etc. I believe this is a known issue with all of DanSteph's addons. Until he updates them to use Sketchpad and recompiles them with the 2016 SDK, they...
  18. n122vu

    Project Agamemnon Omega-Class Destroyer (Babylon 5)

    Changing the if statement to an if/else if/else statement had no effect on the issue of the gravwheel_run value not changing. The problem is that clbkConsumeBufferedKey simply is not working at all. Even putting a debug string at the beginning yielded no results. I still think it's related...
  19. n122vu

    Project Agamemnon Omega-Class Destroyer (Babylon 5)

    gravwheel_run is initialized to zero. And I've confirmed its value using the debug string. The clbkConsumeBufferedKey always returns zero unless the key press conditions are met. Although you're correct, in this situation it should be an if, elseif statement. I'm not sure why this worked...
Back
Top