Jump to content

Strange mfd exporting issue..


mastersetter

Recommended Posts

Hi all. I was tinkering with ultramfcd, and trying to export the cdu to my second screen. I already have both mfd's exported via lua file. Long story short I couldn't get it working really, so closed it down and ran dcs as usual. Now I have an issue with my right mfd, in that I now have 2 of them, the original one is still there, but a larger version is now over the top of it, and it still displays even when I turn the mfd off in the cockpit, see pics.

 

B56E1A1B-363B-41ED-BEE6-803E2F4B97EF.jpg

 

68B049A3-3A86-4425-861C-71FC437132C4.jpg

 

What on earth have I done to mess this up?

 

My monitor script has not been altered..

 

_ = function(p) return p; end;

name = _('MFD SETUP2');

Description = 'USB MON'

Viewports =

{

Center =

{

x = 0;

y = 0;

width = 1920;

height = 1080;

viewDx = 0;

viewDy = 0;

aspect = 1.7;

}

}

 

RIGHT_MFCD =

{

x = 2972;

y = -0;

width = 393;

height = 393;

}

 

LEFT_MFCD =

{

x = 1916;

y = -0;

width = 393;

height = 393;

}

 

GUI =

{

x = 0;

y = 0;

width = 1920;

height = 1080;

}

 

 

UIMainView = GUI

 

Any ideas? Where can the other display be coming from? (the left mfd is fine)

 

Thanks in advance..

**update**

 

I have just realized it's the cdu screen that's being exported not the mfd. As I was using the cdu repeater as default I didn't realise. where is the file that controls the cdu export?

 

MT


Edited by mastersetter
update..

i5-7600K @ 4.8 | 32GB | 1080 | Rift S | TM MFD & WH HOTAS-10mm ext + TFRP

Link to comment
Share on other sites

Sorry problem is fixed, I forgot I was using another app that would export the cdu, and it added a line in the cdu.init file, once I removed that, all is good. Nothing to do with ultramfcd at all.

i5-7600K @ 4.8 | 32GB | 1080 | Rift S | TM MFD & WH HOTAS-10mm ext + TFRP

Link to comment
Share on other sites

  • Recently Browsing   0 members

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