Hello, my system consists of DCS World & A-10C version 1.2.14 and two 1920 x 1080 monitors stacked one on top of the other. I am trying to fly from the top monitor and use Helios to manage the cockpit from the bottom monitor. Using every post in the forum I could find, the best I can do is export the MFCDs using the monitor setup printed below. I did try Iceman's EMC which did export all viewports I wanted (L-MFCD, R-MFCD, UHF Repeater, Clock, CMSC & RWR) however my A-10 was uncontrollable as the control stick in the cockpit was deflected sharply to the left with no user input on my TM Warthog HOTAS. I did recalibrate both while in control panel and also while in the Sim.
Please note, the MFCDs, if it is written as "ED_A10C_RIGHT_MFCD" the right will not display on the lower monitor. After renaming it "RIGHT_MFCD" it does appear. The same applies for the left. I tried removing the "ED_A10C" from various other indicators but it did not fix the issue.
Does anyone have any idea what I am doing wrong?
Any help is appreciated.
My Monitor Setup:
_ = function(p) return p; end;
name = _('TouchScreen');
Description = 'TouchScreen';
Viewports =
-- Put your values in , and delete all exports that you don't want to use !
--[[
List of Exports:
----------------------
Eagle Dynamics A-10C =
----------------------
MFCD_init.lua
ED_A10C_LEFT_MFCD
ED_A10C_RIGHT_MFCD
CDU_init.lua
ED_A10C_CDU
DIGIT_CLK_init.lua
ED_A10C_CLOCK
AN_ALR69V_init.lua
ED_A10C_RWR
CMSP_init.lua
ED_A10C_CMSP
CMSC_init.lua
ED_A10C_CMSC
freq_status_init.lua
ED_A10C_UHF_FREQUENCY_STATUS
preset_channel_init.lua
ED_A10C_UHF_PRESET_CHANNEL
repeater_init.lua
ED_A10C_UHF_REPEATER
--]]
{
Center =
{
x = 0;
y = 0;
width = 1920;
height = 1080;
viewDx = 0;
viewDy = 0;
aspect = 1.77777777777778;
}
}
GUI=
{
x = 0;
y = 0;
width = 1920;
height = 1080;
}
UIMainView = GUI
RIGHT_MFCD =
{
x = 1404;
y = 1199;
width = 451;
height = 451;
}
LEFT_MFCD =
{
x = 65;
y = 1200;
width = 451;
height = 451;
}
UHF_REPEATER =
{
x = 662;
y = 1779;
width = 102;
height = 27;
}
ED_A10C_DIGITAL_CLOCK =
{
x = 478;
y = 1905;
width = 125;
height = 125;
}
ED_A10C_CMSC =
{
x = 800;
y = 1085;
width = 300;
height = 300;
}
ED_A10C_RWR =
{
x = 454;
y = 1114;
width = 300;
height = 300;
}