How do I make it so that the engine stays at a idle throttle when not used? (also, the engine needs to be at idle throttle after the startup sequence is done)
Can someone help me
695 FarhatGroup
one month ago
How do I make it so that the engine stays at a idle throttle when not used? (also, the engine needs to be at idle throttle after the startup sequence is done)
By the way, his code clamps the output between 10% and 100%. Mine gave output depending on throttle condition. And the idle throttle was 1%, which, now that i think about it, was way too low.
@FarhatGroup ohh. Good job.
@XEPOH omg thank you so much for helping, your code even gives the engine a realistic sound now! I will include you in the credit list for my next plane
Never mind, I have done it
@overlord5453 ok, thxs
@FarhatGroup I just up with that code on the go😂. I will also give it a test once I get back.
@FarhatGroup currently I am in the middle of something. It will take atleast 4-5 hours till I am free. I will get back as soon as I can. And yes, I do have discord.
Also if you have discord, let's talk about it there
@overlord5453 I modified your code but it still don't work
smooth(Eng1>0 ? Throttle : 0.01)*Throttle
Throttle > 0.01 ? Throttle : 0.01
I don't know, give it a try.