misha.physics
Well-known member
- Joined
- Dec 22, 2021
- Messages
- 1,480
- Reaction score
- 2,211
- Points
- 128
- Location
- Lviv
- Preferred Pronouns
- he/him
Is there a way to disable (ignore) throttle level control of main engines on Lua? Is it possible to do on C++?
I have an airplane Lua script and I assigned a key for toggling propeller animation (together with custom engine sound), namely I am using a variable with true/false value. I would like the default keys for main engines (+/-,Ctrl +/Ctrl -) to be ignored when the propeller status is false.
For now, I have a script that reset main engine throttle to zero when I turn the propeller animation off, but I still can control throttle when the propeller animation is disabled.
I have an airplane Lua script and I assigned a key for toggling propeller animation (together with custom engine sound), namely I am using a variable with true/false value. I would like the default keys for main engines (+/-,Ctrl +/Ctrl -) to be ignored when the propeller status is false.
For now, I have a script that reset main engine throttle to zero when I turn the propeller animation off, but I still can control throttle when the propeller animation is disabled.