Hello,
Lua File
...\Eagle Dynamics\DCS World\Mods\aircraft\AV8BNA\Cockpit\MPCD\indicator\EPCD
EPCD_Base.lua
Has the following errors: (in red)
Line 191: mpcd_mm_btn_16b.init_pos = { 0.65, -0.86, 0}
Line 218: mpcd_mm_btn_17b.init_pos = { 0.33, -0.86, 0}
Line 346: EPCD_OPT_16.init_pos = { 0.65, -0.85, 0}
Line 352: EPCD_OPT_17.init_pos = { 0.33, -0.85, 0}
For line 191, Assuming the order of the text should Read, CONT FLT CNPY
For line 218, Assuming the order of the text should Read, DC EMER FAIL
For Line 191 and 218 The suggested value would be -0.74
This will resolve the alignment of the text in vertical position.
This does not resolve the position of the textured box once this button is selected.
For Line 346 and 352, Assuming the box size is correct. To center the textured box around the text,
the minimum suggested value change should be be -0.80
This change will center the box around the text vertically.
I would also recommend addressing the text wrapping for the data shown with the EMER button 17 menu and DC EMER FAIL sub menu Button 17 selection. Text is clipping on two lines.
Sorry for lack of photos. But, the detailed description of the errors should allow users to make their
own modifications to this file(in administrative mode, Suggest using Notepad ++)