Page 1 of 1

X-Plane 10.30

Posted: 24 May 2014, 15:38
by mxkv67
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:

Image

And this is after:

Image

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

Re: X-Plane 10.30

Posted: 26 May 2014, 07:35
by admin
I don't have 10.30 downloaded yet but will check soon.
Do you have the same behavior with some default airplane?

Re: X-Plane 10.30

Posted: 26 May 2014, 09:58
by mxkv67
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

Posted: 16 Jun 2014, 07:50
by admin
Please check new build (windows only, 64bit) http://www.hidmacros.eu/helihud/64/win.xpl
Just replace this file in your plugin installation.

Re: X-Plane 10.30

Posted: 16 Jun 2014, 10:53
by mxkv67
Font now is perfect, but dials still become "neon" if I activate Helihud.

Re: X-Plane 10.30

Posted: 17 Jun 2014, 07:43
by admin
Is there some free aircraft with this issue I can use for test?

Re: X-Plane 10.30

Posted: 17 Jun 2014, 11:39
by mxkv67
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

Re: X-Plane 10.30

Posted: 18 Jun 2014, 22:41
by admin
Ok, download the file again http://www.hidmacros.eu/helihud/64/win.xpl and it should be fine now.

Re: X-Plane 10.30

Posted: 19 Jun 2014, 01:27
by mxkv67
Yes, works like a charm, thank you!