Jump to content

Recommended Posts

Posted (edited)

Hey guys,

I was working on my helios profile, working on the viewports LUA last night (before the update) and was slowly brining the view ports over (the RWR, MFCDs, ECMP, Digital Clock etc) and everything was going fine.

 

I updated to 126, now nothing is coming over to my second screen. I can therefore only assume (as literally nothing else has changed) that this is the result of some change in DCSW125.

 

My lua script is still saved here:

C:\Program Files\Eagle Dynamics\DCS World\Config\MonitorSetup

 

The code for my LUA is on the next post down.

 

Has this happened to anyone else? Does anyone know how to fix this?

 

Thanks in advance,

-Sharpe

Edited by Sharpe_95
Posted

_ = function(p) return p; end;

name = _('Master Profile 1');

Description = 'Master Profile 1'

Viewports =

{

Center =

{

x = 0;

y = 0;

width = 1920;

height = 1080;

viewDx = 0;

viewDy = 0;

aspect = 1.77777777777778;

}

}

 

ED_A10C_RIGHT_MFCD =

{

x = 3323;

y = 125;

width = 445;

height = 445;

}

ED_A10C_LEFT_MFCD =

{

x = 1993;

y = 125;

width = 445;

height = 445;

}

ED_A10C_UHF_PRESET_CHANNEL =

{

x = 7;

y = 7;

width = 40;

height = 40;

}

ED_A10C_UHF_FREQUENCY_STATUS =

{

x = 7;

y = 7;

width = 170;

height = 40;

}

ED_A10C_UHF_REPEATER =

{

x = 2000;

y = 500;

width = 125;

height = 50;

}

ED_A10C_CLOCK =

{

x = 2396;

y = 825;

width = 127;

height = 127;

}

ED_A10C_CMSP =

{

x = 2997;

y = 193;

width = 265;

height = 65;

}

ED_A10C_CMSC =

{

x = 2775;

y = 142;

width = 228;

height = 48;

}

ED_A10C_RWR =

{

x = 2520;

y = 160;

width = 175;

height = 175;

}

UIMainView = Viewports.Center

Posted

Posted in wrong area. Mods please close this thread.

 

However, would you mind not deleting it for 24 hours as i cant copy/paste the code above into the new thread with my phone so will need to wait till I get back from work tomorrow.

-Sharpe

  • Recently Browsing   0 members

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