DebugExpression and the new Calculus functions are a godsend for those of us who likes to see more data. I'm sharing some of the expression I'm using just to see how realistically my builds are flying.
Horizontal Rate of Turn (degree/s):
abs(rate(Heading))
Seconds to make a full 360 degree turn (seconds):
360/max(abs(rate(Heading)),1)
Rate of Roll (degree/s)
abs(rate(RollAngle))
Rate of Climb (ft/min):
rate(Altitude)*60
Vertical G:
VerticalG
@Warbirdnation It actually works on mobile version
@Warbirdnation It's a prompt for you to enter all sorts of commands. press the ~ key if you're on PC. Don't know how to do it on mobile. Perhaps someone else can help you with that.
What’s console command?@xiaofootball
@Warbirdnation Technically, both, as long as you have access to 1.9.202 Beta and console command
Does this work for mobile? Or is it only for pc?
Oh ok that makes sense lol. @TheKraken3
@jamesPLANESii It turns all numbers into their distance from 0, in other words, it turns all numbers positive
What does that mean? @SnoWFLakE0s
@jamesPLANESii
.
The absolute value of
x
.What does abs(x) do?
Noice.
@Imashovel thank you for telling me
What is funky tree?