Xgears27 Posted April 30, 2019 Posted April 30, 2019 Does anyone know if I am able to have the AMPCD show up in a different monitor the same way as the other two displays?
Matchstick Posted April 30, 2019 Posted April 30, 2019 (edited) Yep. I have the Left and Right MFDs on Monitor 3 and the AMPCD on Monitor 2. I just set up a viewport in my monitor config the same way as the left and right devices but named CENTER_MFCD CENTER_MFCD = { x = displays[2].x, y = displays[2].y, width = displays[2].width/2, height = displays[2].width/2, } I think CENTER_MFCD is the default viewport that AMPCD uses and I haven't modified it manually but if not check the try_find_assigned_viewport value in ..\Mods\aircraft\FA-18C\Cockpit\Scripts\Multipurpose_Display_Group\AMPCD\indicator\AMPCD_init.lua The value I have is there is try_find_assigned_viewport("CENTER_MFCD") Edited April 30, 2019 by Matchstick
Recommended Posts