Jump to content
The simFlight Network Forums

Amaniera

Members
  • Posts

    16
  • Joined

  • Last visited

Everything posted by Amaniera

  1. Hello Pete, I have a problem with the latest version of FSUIPC (FSUIPC6). My program worked very well with Prepar3D v4 and FSUIPC5 but now that I have switched to Prepar3D v5, I am forced to switch to FSUIPC6. The problem is that when I use the ipc.writeSTR (0x3380, "test") and ipc.writeSW (0x32FA, 0) function, my fps drop suddenly when displayed and they don't go back up. Is this a display optimization problem with FSUIPC6? It worked very well with FSUIPC5 and Prepar3D v4. Thanks in advance. Regards, Patrice."
  2. Thanks a lot Pete, it works ! Best regards, Patrice
  3. Hi Pete, It if for an lua/FSUIPC software I am writing, as an add on for P3D. Best regards, Patrice
  4. Hi Pete! I would like to know how, in the two lines of code I wrote, I can specify the path where I want to put the .txt file Here is my code: fileName = "Flight_report_" .. os.date('%d_%m_%y, %H_%M.txt') file = io.open(fileName, "w") Thanks in advance. Regards, Patrice
  5. Thanks a lot Pete. This is going to help me a lot. Best regards, Patrice
  6. Hello Pete, Is there an offset to know the wind speed in flight? Thanks in advance. Regards, Patrice
  7. Hello Pete, Is there an offset that allows to know the distance (from the beginning of the runway) of the touchdown? Thanks in advance. Regards, Patrice
  8. Hi Thomas, Thanks a lot for your answer. It is a great help for me. Best regards, Patrice
  9. Thanks for your answer. I'd like to compare the QNH in the aircraft to the QNH of ActiveSky or any other real QNH. Thanks in advance Patrice
  10. Hello Pete, I have a question concerning the QNH, can we read the value of the QNH entered in the PMDG 747 plane and compare it with the real QNH? Thanks in advance. Regards, Patrice AMANIERA
  11. Thanks a lor spokes. I'll try this. Best regards, Patrice
  12. Thanks a lot Pete. I study Log LVars.lua It will be a great help for me. Best regards. Patrice
  13. Hello Pete, I would like to knwow if is it possible to create a menu like GSX with lua script using FSUIPC ? Thank you in advance.
  14. Hello Pete, I'm trying to read variables of GSX but the values return always 0 (sometimes it's work). This is my code : GSXNumPassengers = ipc.readLvar("L:FSDT_GSX_NUMPASSENGERS_BOARDING") ipc.display(GSXNumPassengers) I also test : GSXNumPassengers = ipc.readLvar("FSDT_GSX_NUMPASSENGERS_BOARDING") but have the same result. ipc.display(GSXNumPassengers) How can I read GSX variables correctely and that the values are updated ? Thank you in advance.
  15. Hi, I am programming an lua program for P3D v4 using FSUIPC and I'd like to know how to change the color of the text I write in the upper green bar. I'd like to write in white. This is my actual code : ipc.writeSTR(0x3380, "/DEPARTURE INFORMATIONS\ " .. "Cruise altitude: " .. cruiseAltInt .. " fts | " .. "Flaps: " .. flapsInt .. " | " .. "Transition altitude: " .. transitionAltInt .. " fts | " .. "V1: " .. v1 .. " kts - " .. "VR: " .. vr .. " kts - " .. "V2: " .. v2 .. " kts") ipc.writeSW(0x32FA, 0) Thanks a lot, P. A.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.