MacTKH Posted August 2, 2021 Posted August 2, 2021 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
Foka Posted August 2, 2021 Posted August 2, 2021 What variable do you use for AMPCD export? Don't use "AMPCD", use "CENTER_MFCD" instead. 1
MacTKH Posted August 2, 2021 Author Posted August 2, 2021 Thank you for the steer, that was what I used. Will try "CENTER_MFCD" instead.
MacTKH Posted August 3, 2021 Author Posted August 3, 2021 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? 1
Greg_Mid_TN Posted February 8, 2022 Posted February 8, 2022 Hi All, Any update on this issue. I have the exact same issue when exporting. Thanks!
Bunny Clark Posted February 9, 2022 Posted February 9, 2022 How are you setting up your display export? Oil In The Water Hornet Campaign. Bunny's: Form-Fillable Controller Layout PDFs | HOTAS Kneeboards | Checklist Kneeboards
Greg_Mid_TN Posted February 9, 2022 Posted February 9, 2022 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: 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
ED Team BIGNEWY Posted February 9, 2022 ED Team Posted February 9, 2022 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 1 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, PIMAX Crystal
Greg_Mid_TN Posted February 21, 2022 Posted February 21, 2022 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!
ED Team BIGNEWY Posted February 21, 2022 ED Team Posted February 21, 2022 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. 2 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, PIMAX Crystal
Recommended Posts