• 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. Mythos

    Problem Update MFD to Orbiter 2016

    This is what I had read: In my project the setting is "Multi-threaded DLL (/MD)". I think its from these lines in Orbiter.vsprops that is used (inherited from "Orbiter plugin.vsprops"): <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="$(SDKIncludeDir)"...
  2. Mythos

    OHM HoverMFD 1.1.3 for Orbiter 2016

    Sure, that's what HoverMFD does. If Orbiter doesn't react to this command, that's a problem. Maybe there is a workaround or we'll have to wait for an Orbiter patch.
  3. Mythos

    OHM HoverMFD 1.1.3 for Orbiter 2016

    I can confirm this and standard level horizon with a manual hover does not have this issue, so blame it on me.. I will have a look :) Confirmed, this is most likely due to previous problem. Brighton Beach look pretty flat to me. But on my test flight on earth yesterday I landed on a slight...
  4. Mythos

    OHM HoverMFD 1.1.3 for Orbiter 2016

    Feedback wanted Not that intense testing, just made sure it is usable with Orbiter 2016. Had a quick look on ground level of course. Please report!
  5. Mythos

    Problem Update MFD to Orbiter 2016

    Hmm well, I will have a look to change that maybe next time. I stayed with Visual C++ 2008. Same requirements as before. Here's the new version: Hover MFD 1.1.2
  6. Mythos

    OHM HoverMFD 1.1.1 for Orbiter 2010

    Orbiter 2016 version is available as separate OH release:Hover MFD 1.1.2 This version 1.1.1 will stay available for Orbiter 2010. Happy hovering! :cheers:
  7. Mythos

    OHM HoverMFD 1.1.3 for Orbiter 2016

    Hover MFD is an add-on for Orbiter introducing a new multifunctional display and a universal (meant for all spacecraft) autopilot for many kinds of maneuvers that use your hover engines. The autopilot functions are inspired by autopilots built in Arrow Freighter and DGIV. I wanted these...
  8. Mythos

    Problem Update MFD to Orbiter 2016

    Is that option set in the shipped property sheets?
  9. Mythos

    Problem Update MFD to Orbiter 2016

    I tried to update my MFD to Orbiter 2016 and struggle. Orber (no mods, just D3D9Client2016-R1) just crashes when loading any scene with my module activated. Of course I used the new SDK paths to compile. My first thought was to update to newer IDE version also, but I was not in the need and...
  10. Mythos

    OHM HoverMFD 1.1.1 for Orbiter 2010

    Hmm 1.1.0 you say, haven't I done 1.1.1 a while ago? :) But thank you at all. For a while I didn't know if no feedback is just good feedback or if it means all interest is gone... I considered this tailsitter thing do be beta and quite buggy, but if it isn't that's even better :) Yes, it's...
  11. Mythos

    OHM HoverMFD 1.1.1 for Orbiter 2010

    After a while being confused about rotations and weird swapping of axes and signs :compbash2: ... Now something in my head is almost scrambled upside down like that delta gliter, but here is "that switch": http://youtu.be/AO-y6A9B8Uc Updated documentation and it's on OH now :salute: As...
  12. Mythos

    HoverMFD 1.1.1 for Orbiter 2010 2014-06-12

    Hover MFD is an add-on for Orbiter introducing a new multifunctional display and a universal (meant for all spacecraft) autopilot for many kinds of maneuvers that use your hover engines. The autopilot functions are inspired by autopilots built in Arrow Freighter and DGIV. I wanted these...
  13. Mythos

    OHM HoverMFD 1.1.1 for Orbiter 2010

    Did I read some of my personally annoying buzzwords anywhere? :hide: As mentioned before it's just the overdue release of many changes within a year and ... "I didn't manage to get deeper into the tailsitter topic in this version, but somewhere in my mind the ideas may grow up to some later...
  14. Mythos

    OHM HoverMFD 1.1.1 for Orbiter 2010

    RTFM... I really spent a lot of time with that :) My few videos aren't that much help with that. Also my checklists in the manual don't address a wide range of tasks. Maybe someone want's to do a real tutorial and will be linked in next manual?
  15. Mythos

    OHM HoverMFD 1.1.1 for Orbiter 2010

    Problem solved :salute: It's just a display problem with D3D9 only, so this isn't worth a new version number with OH release. For now I just put a fix here and wait for some more feedback before updating OH again.
  16. Mythos

    General Question MFD font drwaing in D3D9

    Using "skp->Text(..." didn't help. What would be the corresponding "skp->SetFont(..." for my "SelectDefaultFont (hDC, 1);"? ---------- Post added at 18:28 ---------- Previous post was at 17:44 ---------- I found this line, but "font" wasn't used anywhere: HoverMFD::HoverMFD (DWORD w, DWORD...
  17. Mythos

    OHM HoverMFD 1.1.1 for Orbiter 2010

    I didn't change anything text related. It has to be in 1.0.2 also. Are you really sure about that? Maybe you looked just on pages with short labels where you wouldn't notice the difference?
  18. Mythos

    OHM HoverMFD 1.1.1 for Orbiter 2010

    I never used D3D9 client so far. I think this has to be my next experience with orbiter. Until now I never heard of this problem, but it must have existed with previous versions of HoverMFD. The screens look like the small font is ignored and always the big font used. Is this a problem any MFD...
  19. Mythos

    General Question MFD font drwaing in D3D9

    I just tried D3D9 client R12 and encountered a problem with the MFD I am developing. I use 2 different font sizes by selecting the standard fonts. It looks something like this: MyMFD2::Update (oapi::Sketchpad *skp) { HDC hDC = skp->GetDC(); SelectDefaultFont (hDC, 1); sprintf(buffer, "Some...
  20. Mythos

    LaunchMFD HELP WITH INSTALLATION!

    Did you have an error when you set the tick to the module? I recently noticed that, when I updated my LaunchMFD. And then I looked up the comments and there are new dependencies to two other addons listed on LaunchMFD page in Orbit Hangar.
Back
Top