Jump to content

AMPCD Export but moving map is blurred out


Recommended Posts

Hi Just new to DCS F18 and wanted to setup another display for kneeboard and AMPCD.  The kneeboard works fine but the AMPCD is blurred out even though its working fine in the main screen. The mods I have are the capt zeen AMPCD lua instructions to export and the eligibility enhancements on the MFD. I did try with a plain vanilla setup but this didnt work too.  

 

Appreciate any advice to fix it.  Thanks in advance  

AMPCD moving map blur.jpg

AMPCD moving map blur2.jpg

Link to comment
Share on other sites

The screen is better now.  Thank you very much. 

 

Is this what I am supposed to see?  Its different from the left and right MFDs.  I center one is very bright and I cant change level.  For the export center MFD, there is a green halo around the text.  Is that correct too?

Center MFD.jpg

  • Like 1
Link to comment
Share on other sites

  • 6 months later...

Hi! and thanks for the reply.

 

In my monitor .lua I have added:

CENTER_MFCD =
{
    x = 6850;
    y = 490;
    width = 450;
    height = 450;
}

In AMPCD_init.lua I have added:

dofile(LockOn_Options.common_script_path.."ViewportHandling.lua")
 try_find_assigned_viewport("CENTER_MFCD")

 

The export position and font are fine, but I get the same halo effect as above:

 

image.png

Here is my monitor lua complete:

 

_  = function(p) return p; end;
name = _('4 Screen');
Description = '--'
Viewports = 
{
     Center = 
     {   
          x = 0;
          y = 0;
          width = 5760;
          height = 1080;
          viewDx = 0;
          viewDy = 0;
          aspect = 5760/1080;
     }
}

Gui = 
{
    x = 0;
    y = 0;
    width = 5760;
    height = 1080;
}
UIMainView = Gui

LEFT_MFCD = 
{
    x = 5820;
    y = 12;
    width = 400;
    height = 415;
}

RIGHT_MFCD = 
{
    x = 6910;
    y = 15;
    width = 400;
    height = 415;
}

F14_TID =
{
    x = 5803;
    y = 30;
    width = 425;
    height = 460;
}

 

F14_VDI =
{
    x = 6890;
    y = 30;
    width = 425;
    height = 460;
}

F14_DDD =
{
    x = 6890;
    y = 520;
    width = 425;
    height = 460;
}

F14_HSD =
{
    x = 6890;
    y = 500;
    width = 425;
    height = 460;
}

F14_RWR =
{
    x = 5803;
    y = 520;
    width = 425;
    height = 460;
}

F16_RWR =
{
    x = 5883;
    y = 530;
    width = 350;
    height = 350;
}

EHSI =
{
    x = 6890;
    y = 550;
    width = 350;
    height = 350;
}

A10C_RWR =
{
    x = 5820;
    y = 520;
    width = 350;
    height = 350;
}

RWR_ALR67 =
{
    x = 5853;
    y = 530;
    width = 350;
    height = 350;
}

CENTER_MFCD =
{
    x = 6850;
    y = 490;
    width = 450;
    height = 450;
}

GU_MAIN_VIEWPORT = Viewports.Center

 

Link to comment
Share on other sites

  • ED Team

Hi, 

this was reported some time ago but I have not had any update on the issue, I will try to chase it up. 

thank you

  • Like 1

smallCATPILOT.PNG.04bbece1b27ff1b2c193b174ec410fc0.PNG

Forum rules - DCS Crashing? Try this first - Cleanup and Repair - Discord BIGNEWY#8703 - Youtube - Patch Status

Windows 11, NVIDIA MSI RTX 3090, Intel® i9-10900K 3.70GHz, 5.30GHz Turbo, Corsair Hydro Series H150i Pro, 64GB DDR @3200, ASUS ROG Strix Z490-F Gaming, HP Reverb G2

Link to comment
Share on other sites

  • 2 weeks later...
On 2/9/2022 at 9:04 AM, BIGNEWY said:

Hi, 

this was reported some time ago but I have not had any update on the issue, I will try to chase it up. 

thank you

Hi BIGNEWY,

 

Since the update last week, this is now no longer an issue. Don't know why, but I'll take it.

 

Thanks!

Link to comment
Share on other sites

  • ED Team
5 minutes ago, Greg_Mid_TN said:

Hi BIGNEWY,

 

Since the update last week, this is now no longer an issue. Don't know why, but I'll take it.

 

Thanks!

It always worries me when something fixes itself but thank you for letting me know, would like feedback from others also if they experience the same. 

 

  • Like 2

smallCATPILOT.PNG.04bbece1b27ff1b2c193b174ec410fc0.PNG

Forum rules - DCS Crashing? Try this first - Cleanup and Repair - Discord BIGNEWY#8703 - Youtube - Patch Status

Windows 11, NVIDIA MSI RTX 3090, Intel® i9-10900K 3.70GHz, 5.30GHz Turbo, Corsair Hydro Series H150i Pro, 64GB DDR @3200, ASUS ROG Strix Z490-F Gaming, HP Reverb G2

Link to comment
Share on other sites

  • Recently Browsing   0 members

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