Jump to content
The simFlight Network Forums

kaha

Members
  • Posts

    216
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by kaha

  1. Ok. It was 1.433.177 I made an update and it's now 1.433.195 and the file is ok now. Karl
  2. John, the new .exe file worked until this morning when Defender deleted it.
  3. I'm not the thread opener. I just came across this.
  4. This would be a very nice feature to have. Karl
  5. Perfect, that fixed it! Thanks, Karl
  6. Thank you, I'll give it a try. Karl
  7. THat's fine, just wanted to be sure. Karl
  8. I use one window each in 2 different lua scripts. I see content from one window appear in the other and vice versa. Is there something I'm doing wrong? The window handle surely cannot be the same, can it? Karl
  9. Do these offsets hold the same value? Karl
  10. I see. I was too fast saving the .ini file after ending FSUIPC. Thank you, Karl
  11. John, this is a lot of work, so I thought I could do this: In section [LuaFiles] There are some scripts listed I don't use anymore, as an example: 5=kaha_msfs_lua is not needed anymore, the file doesn't exist. Also there's no CL5 entry in the .ini file. I replaced the line with 5=someluascript but at the next start of FSUIPC the line again reads 5=kaha_msfs_lua. Where does FSUIPC store this information? Karl
  12. I don't get it on Windows 10 for the 7.5.4 release.
  13. John, this now works in 7.5.4, thank you. Karl
  14. Ahhh, I understand. Thank you, I will do this. Karl
  15. John, how can I consolidate my Lua files. I already have 127 Lua files in the .ini file but many are not needed anymore and I need new ones. So I deleted the section [LuaFiles], deleted all .lua files I don't need anymore and started FSUIPC. It seems the connection between buttons and lua files is based on the original number of that lua file because now the assignments are all wrong and I had to restore the backup I made before I made the changes. How can I do this? Karl FSUIPC7_ini.zip
  16. Thank you John! Karl
  17. It would be nice to be able to bind an axis to an Input Event and being able to specify to convert to what lower and upper limit 0.0 to 1.0 0 to 100 -16384 to 16383 As an example, the Carenado uses an Input Event for it's mixture axis. Only using the Input Event the engine can be started from external hardware. Using the normal mixture axis one needs to touch the mixture control with the mouse. There are also Input Events used for lights and for cold/hot air intake levers. Any chance to get this in a future version? For now I'm using Lua scripts. Karl
  18. I made a backup, so no problem here.
  19. Same. It also gets deleted.
  20. I did that John, but to no avail. Defender still deletes the .exe.
  21. MS Defender deletes this .exe file. I think I wait for the release.
  22. Thank you John! Karl
  23. John, no worries, I can work around the input event issue. Take your time to find the CTD. Karl
  24. Please take your time, John.
  25. If I trigger an input event like in the screenshot, assigned to a button it's ok and the mixture lever of the Carenado Dakota moves to mid position (every position from 0.0 to 1.0 works) and the linput event log shows: 253672 InputEvent received: ENGINE_MIXTURE_LEFT=8192.000000 (param=';FLOAT64') If I do it from a Lua script, nothing happens. ipc.execInputEvent("ENGINE_MIXTURE_LEFT", 0.5) The log shows: 257828 InputEvent received: ENGINE_MIXTURE_LEFT=0.000000 (param=';FLOAT64') There's probably something I do not understand. Karl
×
×
  • 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.