Im trying to get the RWR exported to a second monitor. I can get the DDIs, AMPCDs and IFEI to export but the RWR just gives a green blob. Ive installed a mod that alows the IFEI and rwr to be exported.
Monitor Lua below
{
Center =
{
x = 0;
y = 0;
width = 3840;
height = 2160;
viewDx = 0;
viewDy = 0;
aspect = 1.7777777777;
}
}
--IFEI
F18_IFEI =
{
x = 3450;
y = 880;
width = 1150;
height = 430;--
}
-- RWR
F18_RWR =
{
x = 5570;
y = 880;
width = 450;
height = 450;
}
--Left MFCD
LEFT_MFCD =
{
x = 3840;
y = 0;
width = 830;
height = 830;
}
--Right MFCD
RIGHT_MFCD =
{
x = 5570;
y = 0;
width = 830;
height = 830;
}
--AMPCD
CENTER_MFCD =
{
x = 4620;
y = 0;
width = 1600;
height = 1600;
}
--UFC
--F18_UFC =
--{
-- x = 2910;
-- y = 2213;
-- width = 885;
-- height = 462;
--}
--GUI Viewport
Gui =
{
x = 0;
y = 0;
width = 3840;
height = 1850;
}
UIMainView = Gui
GU_MAIN_VIEWPORT = Viewports.Center
Any ideas?