Jump to content

Recommended Posts

Posted

Hi All,

 

I try to export the HUD to a USB monitor after I read http://forums.eagle.ru/showthread.php?t=89974.

 

But the HUD is filled with green color in HUD-Only mode.

 

1. HUD is export to default position(No modifing in monitorsetup.lua)

ScreenShot_009.thumb.jpg.263c4e965c8745195e12a155f2da7413.jpg

_  = function(p) return p; end;
name = _('2 Screen HUD Export');
Description = 'HUD Export';
Viewports =
{
    Center =
    {
         x = 0;
         y = 0;
         width = 1920;
         height = 1080;
         viewDx = 0;
         viewDy = 0;
         aspect = 1920/1080;
    }
}

GUI=
{
x = 0;
y = 0;
width = 1920;
height = 1080;
}

UIMainView=GUI

 

 

2.HUD export to second monitor

ScreenShot_011.thumb.jpg.300a7e926c7dcb723cc5bc16d6df3489.jpg

monitorSetup.lua

_  = function(p) return p; end;
name = _('2 Screen HUD Export');
Description = 'HUD Export';
Viewports =
{
    Center =
    {
         x = 0;
         y = 0;
         width = 1920;
         height = 1080;
         viewDx = 0;
         viewDy = 0;
         aspect = 1920/1080;
    }
}

GUI=
{
x = 0;
y = 0;
width = 1920;
height = 1080;
}

UIMainView=GUI

Ka50_HUD=
{
x = 1920;
y = 0;
width = 768;
height = 768;
}

That's how it works actually

1729838052_HUDExport.thumb.jpg.3186103f85e942b74ce3742f4335d85a.jpg

 

my HUD_init.lua

HUD_init.lua

 

any suggestion is appreciated

I7-6700K OC 4.9G, 896G SSD, 32G RAM @ 2400MHz, NH-D15 cooling system,TM Hotas Warthog,Saitek Pro Flight Rudder Pedals,TrackIr 5, BOSE M2

  • 10 months later...
Posted

Hi, I would like 50 to change the HUD in KA50 in the size and position. This one can change in the "HUD_base_page.lua".

 

Unfortunately, I do not know how, because in the A10 "HUD_base_page.lua" you can change the

 

SymbologyBox_sizeX = 90

SymbologyBox_sizeY_min = -215

SymbologyBox_sizeY_max = 167

 

Unfortunately, there is this entry in the KA50 HUD_base_page.lua "no.

 

White because someone how to do that when KA50?

 

Thanks and best regards, Tronix

[sIGPIC][/sIGPIC]

 

my DCS World - Ka50 Pit Project: :pilotfly:

http://www.ka50.de

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...