X-Plane 10.30

Announcements, general discussion
Post Reply
mxkv67
Posts: 5
Joined: 24 May 2014, 15:20

X-Plane 10.30

Post by mxkv67 » 24 May 2014, 15:38

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

admin
Site Admin
Posts: 735
Joined: 01 Nov 2010, 13:00
Location: Prague, Czech republic
Contact:

Re: X-Plane 10.30

Post by admin » 26 May 2014, 07:35

I don't have 10.30 downloaded yet but will check soon.
Do you have the same behavior with some default airplane?
Petr Medek
LUAmacros author

mxkv67
Posts: 5
Joined: 24 May 2014, 15:20

Re: X-Plane 10.30

Post by mxkv67 » 26 May 2014, 09:58

With default airplanes only font of the HUD appears unreadable, with wrong background (as on my previous screenshot), cockpit itself not affected.

admin
Site Admin
Posts: 735
Joined: 01 Nov 2010, 13:00
Location: Prague, Czech republic
Contact:

Re: X-Plane 10.30

Post by admin » 16 Jun 2014, 07:50

Please check new build (windows only, 64bit) http://www.hidmacros.eu/helihud/64/win.xpl
Just replace this file in your plugin installation.
Petr Medek
LUAmacros author

mxkv67
Posts: 5
Joined: 24 May 2014, 15:20

Re: X-Plane 10.30

Post by mxkv67 » 16 Jun 2014, 10:53

Font now is perfect, but dials still become "neon" if I activate Helihud.

admin
Site Admin
Posts: 735
Joined: 01 Nov 2010, 13:00
Location: Prague, Czech republic
Contact:

Re: X-Plane 10.30

Post by admin » 17 Jun 2014, 07:43

Is there some free aircraft with this issue I can use for test?
Petr Medek
LUAmacros author

mxkv67
Posts: 5
Joined: 24 May 2014, 15:20

Re: X-Plane 10.30

Post by mxkv67 » 17 Jun 2014, 11:39

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

admin
Site Admin
Posts: 735
Joined: 01 Nov 2010, 13:00
Location: Prague, Czech republic
Contact:

Re: X-Plane 10.30

Post by admin » 18 Jun 2014, 22:41

Ok, download the file again http://www.hidmacros.eu/helihud/64/win.xpl and it should be fine now.
Petr Medek
LUAmacros author

mxkv67
Posts: 5
Joined: 24 May 2014, 15:20

Re: X-Plane 10.30

Post by mxkv67 » 19 Jun 2014, 01:27

Yes, works like a charm, thank you!

Post Reply