to activate gauge at 91%throttle just put this in activation Throttle>90 so it is on at 91%
for the needle, just inverselerp (0.90,1,Throttle)*100 so the gauge will count 90% as 0, and 100% as 100
or delete *100 if you want the result 0-1
@ThomasRoderick
nice explanation 👍👌 thank you very much
so in rotator, i need one rotator per custom variable? it'll be many rotator 😂 but its interesting,i wanna try to make my button autopilot work that way, so its possible to put in Sub-assembly
thank you! @ThomasRoderick @Seeras
i think it wasn't a bug,
because i didnt modify from his plane, i use his plane as Sub-assembly,and put it to the buttons (because i dont wanna move the custom variables one by one)
are there a way to copy custom variables?
how many G you plane goes? im not expert, but
try (yourvariable)*(1-(VerticalG/x)
cange x to any G start from your max G, change accordingly, lower to lower max G, vice versa
Nevermind! i misunderstood
i thought wobble "after" pitching
if wobble during pitch just decrease the angle from rotator/control surface you use
if still persist,
just change input
from Pitch to smooth(Pitch,x)
again, change x
start from 0.1,0.2, and higher if the pitch too slow
a couple years ago, i downloaded swl before this and my phone freeze after reading checklist and try turning on engine
i got new, but not much better phone, i think this wont capable either
yes plssss
i was watched you yt when i first played
i like funky trees because of you
but im still not good at it
pls keep making tutorial, and pls also teach me how u make mfd 😂
i think i can do the text part a little, but idk the calculation
@Conjure76
if the cone start at 400kn(example) and fully extends at mach 2 heres FT to put in the piston
.
inverselerp(1333.48,400,IAS*1.9438)
.
as 1333.48 is mach 2 & 400 is 400 knots, you can change number accordingly
lmk if it works
thanks, yeah i wasnt knew 😅@Monarchii
@Conjure76 i may can help
at what speed the cone fully retract and what speed it fully extended? also specify in m/s or knots
I know to do it,, but i dont know yet to prevent it to return back to original position hahahaha
(FireWeapons>0)?sum(FireWeapons):0
It will always spin indefinitely if u press shoot(cannon not gun,and actually any missile too if u have it,u gonna need another ternary if u have more weapon other than cannon)
But, it will turn back to original position with the same rotation it was rotating
@XEPOH piston and brake can become somewhat propeller?
also i wasn't intended to remove the propeller,
i want to use one, but one generates torque,to negate the torque i used second one...
“This increases the damper. This is very useful for rotators that wobble when you move them. To remove wobble, increase this in powers of 10 (10,100,1000) until it stops wobbling. Too much damper will cause it to rotate too slowly.”
@FlyOnTheWall 😁 thanks
+1to activate gauge at 91%throttle just put this in activation
+1Throttle>90
so it is on at 91%for the needle, just
inverselerp (0.90,1,Throttle)*100
so the gauge will count 90% as 0, and 100% as 100or delete *100 if you want the result 0-1
@ThomasRoderick
+1nice explanation 👍👌 thank you very much
so in rotator, i need one rotator per custom variable? it'll be many rotator 😂 but its interesting,i wanna try to make my button autopilot work that way, so its possible to put in Sub-assembly
@ThomasRoderick wow thats brilliant! i want to do that, but man, a lot of rotator to do 😂
+1thanks for the info!
thank you! @ThomasRoderick @Seeras
+1i think it wasn't a bug,
because i didnt modify from his plane, i use his plane as Sub-assembly,and put it to the buttons (because i dont wanna move the custom variables one by one)
are there a way to copy custom variables?
thats for pitching up if both up and down
+1PitchRate<0? ( Pitch - PitchRate * 0.005 ) * ( inverselerp(9,0,VerticalG) ) : ( Pitch - PitchRate * 0.005 ) * ( inverselerp(-4,0,VerticalG) )
its easy to do add that from your variable
(Pitch - (PitchRate* 0.005) * (1-(VerticalG/13.5)
but if you want accuracy
whats the aircraft pitch rate, in the real sample, (degree/s)
or try
+1(Pitch-PitchRate*0.005)*(inverselerp(9,0,VerticalG))
can i use and modify
+1@Zerkk tysm!
+1@IFVuser thank you 😁
+1how many G you plane goes? im not expert, but
+1try
(yourvariable)*(1-(VerticalG/x)
cange x to any G start from your max G, change accordingly, lower to lower max G, vice versa
goodluck ln your highschool!
+1so, i think i need to learn coding first then
thank you very much! @PlaneFlightX
@MSLITecnik methamphetamine?
+1jk yeah i also kinda understand a little about theFT but the math, i need to learn more
you guys use blueprints?
+1Nevermind! i misunderstood
+1i thought wobble "after" pitching
if wobble during pitch just decrease the angle from rotator/control surface you use
if still persist,
just change input
from
Pitch
tosmooth(Pitch,x)
again, change x
start from 0.1,0.2, and higher if the pitch too slow
i need this
+1btw, you can just make game on your own 😂
+1a couple years ago, i downloaded swl before this and my phone freeze after reading checklist and try turning on engine
+1i got new, but not much better phone, i think this wont capable either
yes plssss
+1i was watched you yt when i first played
i like funky trees because of you
but im still not good at it
pls keep making tutorial, and pls also teach me how u make mfd 😂
i think i can do the text part a little, but idk the calculation
T
+1np! glad i could help :D
+1no need credit, i didnt do much
@Conjure76
+1if the cone start at 400kn(example) and fully extends at mach 2 heres FT to put in the piston
.
inverselerp(1333.48,400,IAS*1.9438)
.
as 1333.48 is mach 2 & 400 is 400 knots, you can change number accordingly
lmk if it works
thanks, yeah i wasnt knew 😅@Monarchii
+1@Conjure76 i may can help
at what speed the cone fully retract and what speed it fully extended? also specify in m/s or knots
@OverlordPrime thank you
+1@Maverick09 your welcome 😁
+1@Maverick09 you can upload to discord (i havent tried that
Or i usually use this
+1And click share or copy, "direct link"
@TheFlightGuySP thank you 😁
+1@TheFlightGuySP ill see tomorrow,if it showing up or not
+1Thanks again!😁👍
I know to do it,, but i dont know yet to prevent it to return back to original position hahahaha
(FireWeapons>0)?sum(FireWeapons):0
It will always spin indefinitely if u press shoot(cannon not gun,and actually any missile too if u have it,u gonna need another ternary if u have more weapon other than cannon)
+1But, it will turn back to original position with the same rotation it was rotating
oooo awesome! thanks!
one wing????
how does it split?
@WzNick yes!!
hahahaha the car maybe good,gas still better
but still just like plastic, gas is also have ups and downs
@XEPOH piston and brake can become somewhat propeller?
also i wasn't intended to remove the propeller,
i want to use one, but one generates torque,to negate the torque i used second one...
@XEPOH i cant see the method you are talking about, and i dont understand how to fly it
hehehe i was just kidding 🤣
this is just advertisement @Graingy @YarisHatchback
nice one!
@JBPAviation wait... i can lower maxrpm? so blades spin slower?????
all this time i thought it was the max rpm of the blade before it breaks
i think its easier if the rotator only start from 0 to 1, rather -1 to 1, so it cant go down..
but if you want to use pitchAngle just add
with x is rotator angle range
Quoted from WNP78:
“This increases the damper. This is very useful for rotators that wobble when you move them. To remove wobble, increase this in powers of 10 (10,100,1000) until it stops wobbling. Too much damper will cause it to rotate too slowly.”
sorry late reply
@HungrySu34
https://docs.google.com/document/u/0/d/e/2PACX-1vRaoCHndg9exQh4sw5Re88dR2TmR3YeLQdLbNL8sg-W-CuK7lL65iMlqpoNUjVLXbPxk5TdAdlmWRyV/pub?pli=1
i found that, the joint rotator does wobble
but adding
damperMultiplier
by 10000 kinda make it better, but make the nozzle slow.
so, either adding damper multiplier, and increase speed a little.
or, i think its better to change to rotator thats safer
is there a video? or can i see
@HungrySu34 then try give the rotator mass back?
i thought it was clickable,
@HungrySu34 wobble from the hinge?
did you re-scale mass ? or set 0 mass?
@Subsere i was want to help but i wasnt understand the question .
also when i see, you was already solved it
hehe
noone helped lol
good one tho
@Dracul0Anderson awesome!!
or button clicker? add and subtract,
or a switch output the max Vs ?
btw have you tried it? i think theres some error idk where tho
@Dracul0Anderson i edited
-1000*Pitch
its already adjusted? for 1000ft/min
if you want 3000ft/min just
-3000*Pitch
so half pitch is 1500ft/min