it would be a lot of ft
you need for every control surfaces,and how much the desired output and the limit.
if you are not really into FT alot
my basic is just if something value exceeded? (value i want) : (do normal value)
to get the value i want i mostly just use PID, using only proportional of it and change smoothing use inverselerp. i have knowledge limit of that, but it can be work
or if you play with ft alot, i made a little autopilot, just change it to always on, and the target value changing realtime as input
Guyfolk has a good tutorial here
it would be a lot of ft
you need for every control surfaces,and how much the desired output and the limit.
if you are not really into FT alot
my basic is just
if something value exceeded? (value i want) : (do normal value)
to get the value i want i mostly just use PID, using only proportional of it and change smoothing use inverselerp. i have knowledge limit of that, but it can be work
or if you play with ft alot, i made a little autopilot, just change it to always on, and the target value changing realtime as input