Lobo LXII Posted November 20, 2018 Posted November 20, 2018 Well,I have my 3 monitor set up working. Just a bit more tweeking needed. The Problem is,I can't get the AMPCD working between my two DDI's/MFCD's. This is what I have in my Monitor .lua _ = function(p) return p; end; name = _('FA-18C 3M-29 test 2'); Description = '2Displays' Viewports = { Top = { x = - 130; y = - 130; width = 2150; height = 1310; viewDx = 0; viewDy = 1.20; aspect = 2150/1310; }, Center = { x = 0; y = 1080; width = 1920; height = 1080; viewDx = 0; viewDy = 0.25; aspect = 1920/1080; } } AMPCD = { x = 615; y = 2225; width = 700; height = 700; } LEFT_MFCD = { x = 60; y = 2235; width = 440; height = 440; } RIGHT_MFCD = { x = 1425; y = 2240; width = 440; height = 440; } UIMainView = { x = 0; y = 1080; width = 1920; height = 1080; } Anyone know a way to fix this? :helpsmilie: [sIGPIC][/sIGPIC]
Guppy Posted November 20, 2018 Posted November 20, 2018 Change "AMPCD" to "CENTER_MFCD"; should work after that. My Simpit Progress and Update Learn how to build a SimPit like mine: Follow my Blog here!
Lobo LXII Posted November 21, 2018 Author Posted November 21, 2018 Thanks Guppy! That worked like a charm! :thumbup: [sIGPIC][/sIGPIC]
Recommended Posts