Firehead Posted February 17, 2014 Posted February 17, 2014 Alrighty, So I had it working the other day, and for whatever reason it will not work now. I have the left and right MFCDs showing up on my second monitor as they should. However, the RWR, CMSP, UHF, and Clock will not display on the second monitor. Here is the excerpt from my LUA: RIGHT_MFCD = { x = 1274; y = 1078; width = 391; height = 391; } LEFT_MFCD = { x = 12; y = 1078; width = 391; height = 391; } ED_A10C_UHF_FREQUENCY_STATUS = { x = 571; y = 1630; width = 105; height = 28; } ED_A10C_CLOCK = { x = 423; y = 1746; width = 106; height = 108; } ED_A10C_CMSC = { x = 750; y = 1147; width = 199; height = 46; } ED_A10C_RWR = { x = 524; y = 1164; width = 158; height = 158; } UIMainView = Viewports.Center The ED_A10C portion seems to be the issue. Maybe I don't have them named correctly, but when I take them off it still doesn't work. I have not been able to locate the LUA classnames to base them off of. I used EMC(I've heard not to use it, but it was working great the other day). No matter what I do, those four screens will not display. Initially, the MFCDs had the ED_A10C in front of them, and they didn't work. I took those out and it works correctly. Nothing gets the other gauges to display correctly. Anyone have any suggestions?
Boltz Posted February 17, 2014 Posted February 17, 2014 Hey Firehead. To export these indicators you need to change the init.lua of each one in your scripts folder for them to display. If you haven't already done so check out this link:http://forums.eagle.ru/showthread.php?t=70716&highlight=export+indicators A-10C Cockpit Build Thread My YouTube Channel
Mick F Posted February 17, 2014 Posted February 17, 2014 The init.lua files were replaced during the update last week. I looked at these new ones specifically and couldn't find any content changes in them from the old ones. Try re-installing them using the EMC ones. Mine are working fine after I did that (but I copied them in manually rather than using EMC as I didn't want to overwrite the MFCD ones).
Firehead Posted February 17, 2014 Author Posted February 17, 2014 I had found the answer *right* after I had posted this. Everything is working now, though your willingness to assist is appreciated.:beer:
Recommended Posts