Jump to content
The simFlight Network Forums

kaha

Members
  • Posts

    207
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by kaha

  1. I see. I was too fast saving the .ini file after ending FSUIPC. Thank you, Karl
  2. 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
  3. I don't get it on Windows 10 for the 7.5.4 release.
  4. John, this now works in 7.5.4, thank you. Karl
  5. Ahhh, I understand. Thank you, I will do this. Karl
  6. 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
  7. Thank you John! Karl
  8. 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
  9. I made a backup, so no problem here.
  10. Same. It also gets deleted.
  11. I did that John, but to no avail. Defender still deletes the .exe.
  12. MS Defender deletes this .exe file. I think I wait for the release.
  13. Thank you John! Karl
  14. John, no worries, I can work around the input event issue. Take your time to find the CTD. Karl
  15. Please take your time, John.
  16. 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
  17. That's fine, John. I will parse the log file in the meantime. Karl
  18. Such a function would be very nice to have. It's easy.
  19. Hmmm... I could read the .log file and parse the input events FSUIPC found.
  20. Ok. The script does not end, so that's fine. Maybe there's a way to check if a specific input event is valid for the aircraft loaded? Good luck with your PC! Karl
  21. I get errors logged if I send input events that are not subscribed. Here's an example: 646938 *** LUA Error: C:\FSUIPC7\l_kaha_lua.lua:706: Error sending Input Event 'AS530_COM_VLOC_Khz' Can I switch error logging off for this? Sometimes I send multipüle input events so it works for different aircraft. Else I would need to have an if else construct which means I have to touch the Lua file for each new aircraft.
  22. Ok, Axis Steering Set is fine. Thank you, Karl
  23. Thank you, I will try that.
  24. I see. So what would I have to do to get the following: - nose wheel steers with tiller but not with rudder - rudder deflects with pedals but not with tiller This works if I bind the tiller to the in sim "Nose Wheel Steering Axis" control. I also tested with the standard Cessna Citation Longitude.
  25. Here we go. FSUIPC7 log.zip
×
×
  • 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.