Jump to content

Recommended Posts

Posted (edited)

Allo All

 

I have 2 screen one over the other

I am trying to import RWR in A-10C module on my seconde screen to use Helios or Ikarus.

here is my lua:

 

+-+-+-+-+-+

_ = function(p) return p; end;

name = _('Ikarus');

Description = 'Ikarus'

Viewports =

{

Center =

{

x = 0;

y = 0;

width = 1920;

height = 1080;

viewDx = 0;

viewDy = 0;

aspect = screen.aspect;

}

}

 

LEFT_MFCD =

{

x = 65;

y = 1205;

width = 450;

height = 450;

}

 

RIGHT_MFCD =

{

x = 1405;

y = 1205;

width = 450;

height = 450;

}

 

RWR_SCREEN = -- ED_A10C_RWR = or RWR_SCREEN = ???

{

x = 509;

y = 1171;

width = 300;

height = 300;

}

 

UIMainView = Viewports.Center

 

+-+-+-+-+

 

the RWR does not show up.

 

Do I miss someting?

Edited by raymondabel
  • Recently Browsing   0 members

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