Hi Petr,
This is about HeliHUD, but may be it's also related to HID Macros. I've tried HeliHUD with X-Plane 10.30 and found out that it not correct draws font. Look, this is screen before HeliHUD activated:
And this is after:
I know (I tried this) simple:
float rgb[] = { 1.0, 1.0, 1.0 };
XPLMDrawString(rgb, x, y, const_cast<char *> (str.c_str()), NULL, xplmFont_Basic);
works without problem (xplmFont_Basic is defined in the XPLMGraphics.h). May be you'll kindly fix this?
Best regards,
Misha
X-Plane 10.30
Re: X-Plane 10.30
I don't have 10.30 downloaded yet but will check soon.
Do you have the same behavior with some default airplane?
Do you have the same behavior with some default airplane?
Petr Medek
LUAmacros author
LUAmacros author
Re: X-Plane 10.30
With default airplanes only font of the HUD appears unreadable, with wrong background (as on my previous screenshot), cockpit itself not affected.
Re: X-Plane 10.30
Please check new build (windows only, 64bit) http://www.hidmacros.eu/helihud/64/win.xpl
Just replace this file in your plugin installation.
Just replace this file in your plugin installation.
Petr Medek
LUAmacros author
LUAmacros author
Re: X-Plane 10.30
Font now is perfect, but dials still become "neon" if I activate Helihud.
Re: X-Plane 10.30
Is there some free aircraft with this issue I can use for test?
Petr Medek
LUAmacros author
LUAmacros author
Re: X-Plane 10.30
Sure, for example same as I'm using - Mi-2 (before it was payware, but now it's free)
http://forums.x-plane.org/index.php?app ... file=20727
http://forums.x-plane.org/index.php?app ... file=20727
Re: X-Plane 10.30
Ok, download the file again http://www.hidmacros.eu/helihud/64/win.xpl and it should be fine now.
Petr Medek
LUAmacros author
LUAmacros author
Re: X-Plane 10.30
Yes, works like a charm, thank you!