Search the Community
Showing results for tags 'goflight'.
-
First. thank you Peter for making Fsuipc7 available, it is wonderful and I would never have thought that this module would be so quickly available. I have Goflight modules GF-46, RP-48, GF-MCP, MCPPRO. These modules are active with FSX-SE and Fsuipc4, but not recognized with MSFS and Fsuipc7. Can anyone think of a cause, is it within Fsuipc7 or due to my own configuration, hardware or software. Thank you in advance for your help. Charles, (please excuse my approximative English)
-
Hello, I have had many problems with FSUIPC5 (5.112) & GFDev64.DLL (Both of them in the same modules directory): When I program the goflight switches and FSUIPC saves in the fsuipc.ini the P3Dv4 crash to desktop in the next time. The same behaviour I get when I try edit directly in the ini file. Aparently the problem is with GFDev64.DLL, because when I erased it, the P3Dv4 run normally. Regards, Juan My system is: W10, I7, 16Gb Ram, GTX 1070, P3Dv4,
-
hi Pete and all how maybe able to help i have found and modified Goflight pro MCP Lua script but I have hit wall with IAS/MACH Crossover. It is falling over in the IAS/MACH section stringSPD = string.format("%03d", SPD) saying unexpected symbol near '==' is the a better why to write this section, if how can i fix it. prevCRS1 = -1 prevSPD = -1 prevHDG = -1 prevalt = -1 prevVS = -1 prevCRS2 = -1 prevMACH = -1 --************************All Working************************************************* while 1 do CRS1 = ipc.readSW("0C4E") if (CRS1 ~= prevCRS1) then stringCRS1 = string.forma