RglsPhoto Posted March 7, 2015 Posted March 7, 2015 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) _ = 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 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 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
Oldcooltronix Posted January 15, 2016 Posted January 15, 2016 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
Recommended Posts