Jump to content
The simFlight Network Forums

papanebo

Members
  • Posts

    16
  • Joined

  • Last visited

Everything posted by papanebo

  1. ReadLVar() method works with latest fsuipc version (7.2), as long as wasm is installed and activated. No wasm, no ReadLVar() and that creates a paradox since there are no such restrictions in fsuipc 5/6. I'm wondering if there's a way to seperare offset 0x0D70 from wasm in fsuipc7.
  2. A question: Is the WASM module a requirement in order to read Lvars (using the FSUIPC7.ini method)?
  3. Hello Pete. Yes it is reporting correctly for those aircraft.
  4. If you could report it, it would be great! It helps if the behavior is on par with the previous versions. Nick
  5. Thank you John. So is this the correct behavior and won't change? If that's the case i will have to adjust our ACARS code for MSFS only 🙂 I'm asking cause in previous simulators offset 0BE8 was always 16383 in aircraft with no retractable gear.
  6. Good day to all. In MSFS the gear handle position offset (0x0BE8) when using C172 (and i suspect in all aircraft with non retractable gear), is 0 on ground instead of 16383. Only if you take off and press the toggle gear button it changes to 16383 and stays that way. Thanks. Nick
  7. That was fast! Thank you Paul!
  8. Hello Paul. I don't know if i should post it here or in the main fsuipc forum. FSUIPCConnection.FlightSimVersionConnected.ToString() returns 13 instead of a string in MSFS2020. I'm aware that fsuipc7 is still in beta, just wanted to report it.
  9. Not instead, an addition. I'm sure it would be very useful for acars software used by virtual airlines and various other programs, in order to record the exact number of passengers and cargo loaded by pilots.
  10. Any idea if this will be the first sim at last to provide the number of passengers and cargo loaded or is still too early for that kind of questions?
  11. Same error with 4.90. MakeRwys.exe and LorbySceneryExport.exe in main P3D v4.5 folder and marked to run as admin. Win10 Generated MakeRwys_Scenery.cfg: [General] Title=Prepar3D Scenery Description=Prepar3D Scenery Areas Data Clean_on_Exit=TRUE [Area.001] Title= Runways.txt file: Make Runways File: Version 4.90 by Pete Dowson Using "LorbySceneryExport.exe MakeRwys_Scenery.cfg" LorbySceneryExport executed: Checking for "MakeRwys_Scenery.cfg" Reading Prepar3D v4 scenery: The CFG file being used is: "E:\Prepar3D v4\MakeRwys_Scenery.cfg" =============================================================================
  12. Oh crap! I forgot to mention that for some stupid reason they have more than 61 stations, so the returning value using offset 1400 is not accurate.
  13. Hello, I want to calculate the payload of an aircraft both in fsx and fs9 for a program i've been working on. I don't want to use the 1400 offset since it's not working with some aircraft like Flight's ATR and captain sim 707. So what i do is read the ZFW and subtract the empty weight. So far so good, but although in FSX using FSUIPC4 it's possible to calculate an aircraft's empty weight using offset 1330, you can't do that in FS9 since offset 1330 is not supported in FSUIPC3 (tested it just for fun and it kept returning the same crazy value regardless the type of the aircraft). So i was wondering if there's another way to read the Empty Weight using FSUIPC3.
×
×
  • 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.