698 griges Comments

  • How......... 1.9 years ago

    ![](image link here)

    +3
  • Coding for a Two-Stage afterburner? 12 hours ago

    awesome 😁 i dont mind credit or not
    i just like learning FT.
    i wanna see what you make, whaTever it is 😂

    +2
  • Coding for a Two-Stage afterburner? 12 hours ago

    ah i see, first afterburner is from 0.5 to 0.89 , and second afterburner is 0.9 to 1?
    i prefer the one with inverselerp so the engine didnt start from high power suddenly but the second afterburner will be quite high power since it work only with the 10% of the throttle
    but try it
    and lmk if it work or not

    +2
  • The Missile with a Punch! 7 days ago

    @CheeseTruffles ooohhh i thought using different types ...
    tutorial??? hehe

    +2
  • ZA-237 "Brosk" 16 days ago

    i borrow your plane, i hope you dont mind..
    if you mind ill delete it 🙏

    +2
  • Coding for a Two-Stage afterburner? 13 hours ago

    try
    if 50% : 50%
    in the 1st engine input

    Throttle<0.5? clamp(Throttle,0,0.5) : 0

    2nd engine

    Throttle>0.5? clamp(Throttle,0.5,1) : 0

    thats if each input from 50%, 1st engine will start at 0% power to 50% and 2nd engine will start at 50%power to 50%

    if you want both engine to start at 0% power and ends in 100% power but still 50:50 Throttle input, change the clamp(Throttle) to
    1st engine invereselerp(0,0.5,Throttle)
    2nd engine inverselerp(0.5,1,Throttle)
    with the rest of the FT same

    +1
  • PEA? who and when 4 days ago

    @Monarchii thank you!
    if i make one, can i tag it as PEA 😂

    +1
  • HT-2320-ATLAS AEREO 5 days ago

    this deserve more upvote

    +1
  • why does the propeller wiggling how to fix it 7 days ago

    @MonsNotTheMonster mine is 0.2 something 😅

    +1
  • Stealthy Heli 2 7 days ago

    T

    +1
  • why does the propeller wiggling how to fix it 7 days ago

    @MonsNotTheMonster oooooo so i can make the power smaller by making the aircraft lighter???
    thank you so much!!!!

    +1
  • Solent S-19X Andromeda 7 days ago

    @Solent oh dang it works awesome 😂
    does the mfd free to use? it looks sweet
    btw, everything looks sweet!!

    +1
  • Solent S-19X Andromeda 8 days ago

    idk where did i do wrong, when i tried Altitude 2000, it keeps climbing

    +1
  • Solent S-19X Andromeda 8 days ago

    awesome one!
    trying it on

    +1
  • help why the propeller jiggling 8 days ago

    @TheMouse the wing has joint rotator on it if i connect to main body
    i tried connecting it to everything elses on the wing section, it's still like that

    monsnotamonster said its because the engine power, but i needed more than current 😂

    +1
  • Working AUTOPILOT!, EASY TO APPLY 10 days ago

    @SSTOJointAccount not locked out tho,right?
    and thank you again 😁

    +1
  • Working AUTOPILOT!, EASY TO APPLY 10 days ago

    @SSTOJointAccount thanks for upvote and spotlight! i appreciate it
    and you are mosquitoWithaMachinegun??

    +1
  • Working AUTOPILOT!, EASY TO APPLY 14 days ago

    @FlyOnTheWall 😁 thanks

    +1
  • How to make gauge active above certain throttle value? 15 days ago

    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

    +1
  • [Autopilot_1.9.1] "Zerkk's" ZA 237 'BROSK' 15 days ago

    @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

    +1
  • [Autopilot_1.9.1] "Zerkk's" ZA 237 'BROSK' 15 days ago

    @ThomasRoderick wow thats brilliant! i want to do that, but man, a lot of rotator to do 😂
    thanks for the info!

    +1
  • [Autopilot_1.9.1] "Zerkk's" ZA 237 'BROSK' 15 days ago

    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?

    +1
  • I need a G-Force Limiter again. 15 days ago

    thats for pitching up if both up and down

    PitchRate&lt;0? ( Pitch - PitchRate * 0.005 ) * ( inverselerp(9,0,VerticalG) ) : ( Pitch - PitchRate * 0.005 ) * ( inverselerp(-4,0,VerticalG) )

    +1
  • I need a G-Force Limiter again. 15 days ago

    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
    (Pitch-PitchRate*0.005)*(inverselerp(9,0,VerticalG))

    +1
  • Xeno Darcia 300R 16 days ago

    can i use and modify

    +1
  • ZA-237 "Brosk" 16 days ago

    @Zerkk tysm!

    +1
  • WORKING SIMPLE AUTOPILOT 16 days ago

    @IFVuser thank you 😁

    +1
  • I need a G-Force Limiter again. 16 days ago

    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

    +1
  • how to make heading, 360° than -180~180 18 days ago

    goodluck ln your highschool!
    so, i think i need to learn coding first then
    thank you very much! @PlaneFlightX

    +1
  • Funky Trees! 18 days ago

    @MSLITecnik methamphetamine?
    jk yeah i also kinda understand a little about theFT but the math, i need to learn more

    +1
  • Is this just me 19 days ago

    you guys use blueprints?

    +1
  • How to do screenshots 20 days ago

    i need this

    +1
  • Quick Interior Teaser 21 days ago

    btw, you can just make game on your own 😂

    +1
  • Quick Interior Teaser 21 days ago

    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

    +1
  • [solved] WHERE TO GET THE VS VARIABLES 21 days ago

    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

    +1
  • Intake shock cone movement. 21 days ago

    T

    +1
  • Intake shock cone movement. 21 days ago

    np! glad i could help :D
    no need credit, i didnt do much

    +1
  • Intake shock cone movement. 21 days ago

    @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

    +1
  • Intake shock cone movement. 21 days ago

    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

    +1
  • [HELP] i need help to fix `AltitudeAgl` problem as activator 21 days ago

    @OverlordPrime thank you

    +1
  • How......... 1.9 years ago

    @Maverick09 your welcome 😁

    +1
  • How......... 1.9 years ago

    @Maverick09 you can upload to discord (i havent tried that

    Or i usually use this
    And click share or copy, "direct link"

    +1
  • (Tutorial) How To Change Fuel Consumption And Noise For Jet Engines: 1.9 years ago

    @TheFlightGuySP thank you 😁

    +1
  • (SOLVED) i cant upload images? 1.9 years ago

    @TheFlightGuySP ill see tomorrow,if it showing up or not
    Thanks again!😁👍

    +1
  • how can i make a custom rotary cannon 1.9 years ago

    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

    +1
  • AT-99 SCORPION "Avatar" 25 minutes ago

    tag list, sorry if you forgot asking this,
    @SuperSuperTheSylph
    @Dracul0Anderson

  • Fainted from anger due to the parachute 3 hours ago

    no update?
    i think that's the problem
    also i think you can make better FT than me 😅

  • Fainted from anger due to the parachute 3 hours ago

    @JSTQ im on mobile
    1.12.205