-
Posts
255 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Events
Gallery
Downloads
Everything posted by kaha
-
Somehow I run into problems when setting up the tiller. I'm using the DHC-4 Caribou for my tests. All button and axis assignments in my setup are done with FSUIPC, I have none in MSFS. As soon as I assign the tiller axis the rudder stops moving. What am I missing here? For now I don't want any blending between front wheel and rudder (will set this up later per aircraft). Karl FSUIPC7 ini.zip
-
How can I decide if the aircraft loaded is a helicopter?
kaha replied to kaha's topic in FSUIPC7 MSFS
Perfect! Thank you John. Karl -
How can I decide if the aircraft loaded is a helicopter?
kaha replied to kaha's topic in FSUIPC7 MSFS
John, I'm not familiar with simvars, so I probably need your help here. From the FSUIPC manual I learned that I need to have a file named myOffsets.txt. This is my try: // offset, size, simvar, type, units [, w] 0x66C0, 4, object_class, S16, Number I don't know the max length of the simvar. Anyway, I get error messages in the console. I found a simvar CATEGORY https://docs.flightsimulator.com/html/Programming_Tools/SimVars/Miscellaneous_Variables.htm If I use that one there are no errors in the console but the string is empty. Could you please guide me how to use that? Thanks, Karl -
I think this is now something that together with a certain trim speed setting in the tablet works quite nicely. Thank you for your help! Karl T6A_Elev_Trim.lua
-
So the button release: release to 'LuaClear <luaScriptName>' with parameter 0 doesn't immediately quit the script?
-
Yes. I'm not jumping back and forth between aircraft in one session. I always restart the sim when I change aircraft. Thank you, I see. I will use it. The only thing I'm thinking about is the following: If I press the trim button momentarily the script maybe sends the control just once. Not much will happen to the trim then. In fact the trim change will not be noticeable. I want to implement that the script sends the control continuously for at least 100 milliseconds (or some adjustable value), even if I let go of the button. With your example the script will end as soon as I release the button, though. Karl
-
Thank you John. I have two versions of a Lua script now, the 2nd one is much smoother (obviously) and with it I can control the trim pretty nicely. I will also take a look at yours. Karl Elevator_Trim.zip
-
Reading back the offset I see what I wrote to it. Changing the trim using "Elev Trim Up/Down" does not change the content of 0BC0. I'll let you know about the Lua script.
-
Unfortunately writing to 0BC0 does not work for the T-6A (as it doesn't for their new "Dirty Thirty" in MSFS2024). And reading from 0BC0 will not read the real trim but just what I wrote to it. I will look into using a Lua script. Thank you John!
-
Yes, that's what I do. Changing ButtonRepeat=20,10 to ButtonRepeat=0,0 does the job, trim speed then is as fast as if I bind a button to the same control (Elev Trim Up) in the sim., But this applies to all buttons. I would need this for the trim buttons and for the T-6A only. Karl
-
How can I achieve that a button, if I hold it down,, is immediately and continuously visible as pressed in the sim? The BlackBird T-6A has a trim system that needs a button to be pressedcontinuously and in the tablet it can be adjusted how fast the trim will develop. I want this only for the buttons that are bound to the trims, so using "ButtonRepeat" probably is not appropriate. Karl
-
How can I decide if the aircraft loaded is a helicopter?
kaha replied to kaha's topic in FSUIPC7 MSFS
Thank you, I'll take a look! Karl -
I put my 46 addons back into the Community folder and enabled them all. It now works. Sorry, I just didn't realize that everything got disabled. I certainly didn't do it bacause you have to click each single addon. Anyway, happy it works again.
-
I didn't realize it because I was using an aircraft from the store.
-
-
I don't know how to check that. I rebooted and emptied the Community folder (except the fsuipc module). To no avail. I don't know a way to verify files for the store version.
-
I un- and then reinstalled FSUIPC but it's still not working in MSFS2024. What can I do? All my axis concerning throttle, prop, mixture, spoilers, etc. rely on auto scripts, also all my Arduinos. The problem started yesterday afternoon, shortly before the SU2 update was live. I probably used MSFS2024 while the SU2 update went live. Only on the next start of 2024 I got the update. Here's the screenshot of my SU2 update, timestamp 17:03. Now please check the timestamp of the 2024 log file in my screenshot 2077, that was the last log with timestamp 15:42 SU2 Update.zip
-
That wasn't me.
-
-
-
Hmm.. strange... "List Lvars" does nothing. And "Reload and List Lvars" also does nothing.
-
-
How can I check that?
-