Jump to content
The simFlight Network Forums

r22s7

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by r22s7

  1. Hi there, I am having a very strange problem with FSUIPC3 in FS2004. A few weeks ago, it suddenly decided to no longer load any of my LUA files. This problem came seemingly out of nowhere. It is not any one specific LUA file, but any LUA file at all. I have tried: Reinstalling FSUIPC Reinstalling FS2004 The specific LUA file I want to use is called FreezeAlt.lua and it looks like this: althi = ipc.readSD(0x574) altlo = ipc.readUD(0x570) while 1 do ipc.sleep(10) -- 10 mSecs = 100 times per sec ipc.writeUD(0x570,altlo) ipc.writeSD(0x574,althi) end I have also noticed after reinstalling FSUIPC, it has not generated an FSUIPC.ini file. Below is a screenshot from FS2004. The LUA module would normally show up above LuaKillAll. Any help is greatly appreciated. 🙂
  2. Success! I now have a registered version of FSUIPC3, and this works without a problem. Thanks for your help. :)
  3. Thanks. I don't yet have a registered version of FSUIPC for FS9, but I have tested this in FSX and it works well. :)
  4. It wouldn't bother me too much if it jittered occasionally. Would you be able to walk me through how to do this?
  5. Hi there, Is the "Freeze Altitude Set" included in FSUIPC3 for FS2004? If not, how would I go about coding this for FSUIPC? Keep in mind, I have no coding experience, so can someone explain, as simple as possible, how I would go about this? Thanks in advance.
×
×
  • 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.