4,501 GorillaGuerrilla Comments

  • Funky Trees! 1.3 years ago

    @LoneSpaceGaming heres the code for the hinge on my ailerons.
    RollInput/1.25 * sign(90 - abs(AngleOfSlip)) - smooth(clamp(clamp01(AltitudeAgl > 2.85)*
    (RYawOut*AngleOfSlip*2.2), -0.23,0.23),0.11)

    note i actually made the roll reversal when the plane is flying backwards at angleofslip > 90. so lets say if u want the roll to behave the opposite when aoa is above 45 u might want to change that part right after rollinput to * sign(45 - abs(AngleOfAttack)

    it doesnt matter how u messed up ur design, this will eventually help u one day if u are making psm planes

  • PAN SPATIAL KILL SWITCH 1.3 years ago

    @F8boa definitely

  • First aircraft 1.3 years ago

    the force is strong within this one

  • american alligator 1.3 years ago

    set wind to 200 mph for max fun

  • Aurora Spy Plane 1.3 years ago

    @Mastereldo the excessive wiggling at high speed can be easily removed by connecting the 4 vertical tails to the exhaust hub

    +2
  • WARTHUNDER CHALLENGE (CLOSED) 1.3 years ago

    any extra points for having a hole on the right wing?

    +2
  • MiG-35D Fulcrum F (fixed) 1.3 years ago

    beautiful

    +1
  • H JJ 30-8-300 1.4 years ago

    coolest rocket pod ever

  • Mirage F-1CT 1.4 years ago

    interesting i used similar decals for this plane on warthunder

  • Escape busy city with this personal sea plane 1.4 years ago

    when i see a biplane i click upvote

    +1
  • YF-23 'Black Widow II' 1.4 years ago

    SMOOOOOOOOOOOOOOth

    +1
  • 2021 Chevy Suburban z71 1.4 years ago

    me after seeing number of parts:

    go to the nearest computer shop and says take my money

  • ZooxTark's Desk - Desk Challenge 1.4 years ago

    @FarrowTECH well, just try to say that your desk is untidy at this moment, so i think everything should be fine lol

  • DARZ F30X 1.4 years ago

    open canopy for psm lol

  • DARZ F30X 1.4 years ago

    this is some beautiful stuff
    i wish i could make curves like this.

  • The Cockroach Car 1.4 years ago

    @KudaOni i am extremely tempted to do it

  • Electronic Scale 1.4 years ago

    next:

    SP critical mass incident.

  • Mini Map 1.4 years ago

    long awaited. this is one of the perfect map hope to see a simplified version soon to integrate it into my navigation :P

  • Peek @ my next project ! 1.4 years ago

    t

  • Chengdu High Alpha Mastery Project (CHAMP) 1.4 years ago

    @Micmekox do u think i can put your laptop in here and make the keyboard change color like the real ones. lol

  • F-100 Super Sabre 1.4 years ago

    gotta love the name of the pilot.

  • VOLVO EC 950 1.4 years ago

    pretty cool stuff but a remaster is probably required.
    love those tracks but u better make them unbreakable

  • Maxwell with F-14A Tomcat 1.4 years ago

    PURRRRRRRRRRRRRRRRRRRRRRRTT

    +1
  • Maxwell 1.4 years ago

    can we add minigun for that

    PURRRRRRRRRRRRRRRRRRR

    +5
  • Maxwell 1.4 years ago

    @PyrrhaNikos
    here

  • Maxwell 1.4 years ago

    @Auroren13
    not anymore

  • well, Max with his trophy 1.4 years ago

    @ZeroHours

    `bigger the prize, bigger the pridez`
    Max
    

    +2
  • 10k special f1 trophy 1.4 years ago

    congrats

  • ZooxTark's Desk - Desk Challenge 1.4 years ago

    tidiness is inversely proportional to the desk owner's intelligence

    +5
  • AI bomber - work in progress 1.4 years ago

    t

    +1
  • BS-1011 Corrupted Funker 1.4 years ago

    @IAlsoBuildPlane ahhh! i see

    +1
  • Ben Ben 1.4 years ago

    @IAlsoBuildPlane replies*

  • BS-1011 Corrupted Funker 1.4 years ago

    @IAlsoBuildPlane like making a video and tell people to type t?
    sounds like a good idea i shouldve done that

    +1
  • Funky Trees! 1.4 years ago

    @Havonec i actually stumbled upon this to learn how to do it.
    u can change the code so that its time sensitive to blink.
    my rate of climb reading is rate based. just change it to sin(Time * Anynumber) > 0

  • Funky Trees! 1.4 years ago

    @Havonec i am pretty sure u have seen the hud on my plane to say it didnt u? to make things simpler heres the code involved in the presentation

    <color=#ff0808>
    <size=1.5><voffset=2.1px>{(AltitudeAgl > 10) & (rate(Altitude) < 100) & (0-(PitchAngle+5)/(2abs(PitchAngle+5))+1/2)(0-(AltitudeAgl-300)/(2abs(AltitudeAgl-300))+1/2) ? "Δ":""}</size>
    <size=0.5><voffset=2.35px>{(AltitudeAgl > 10) & (rate(Altitude) < 100) & (0-(PitchAngle+5)/(2
    abs(PitchAngle+5))+1/2)(0-(AltitudeAgl-300)/(2abs(AltitudeAgl-300))+1/2) ? "!":""}</size>
    <size=0.4><voffset=1.73px>{(AltitudeAgl > 10) & (rate(Altitude) < 100) & (0-(PitchAngle+5)/(2abs(PitchAngle+5))+1/2)(0-(AltitudeAgl-300)/(2abs(AltitudeAgl-300))+1/2) ? "TERRAIN":""}</size>
    <size=0.4><voffset=1.3px>{(AltitudeAgl > 10) & (rate(Altitude) < 100) & (0-(PitchAngle+5)/(2
    abs(PitchAngle+5))+1/2)(0-(AltitudeAgl-300)/(2abs(AltitudeAgl-300))+1/2) ? "WARNING":""}</size>
    </color>

    <size=0.35>
    <color=#22221111>{rate(Altitude) > 0 ? "<color=#08ff08>" : ""}<pos=4.45px><voffset=0.82px><mspace=0.15>{rate(Altitude)60;[00,000.]}
    </size></color>
    <color={rate(Altitude) > 0 ? "#08ff08" : "#ff0808"}><size=0.8px><pos=4px><voffset=0.48px><alpha=#FF>─
    </color>
    <size=0.35>
    <color=#22221111>{rate(Altitude) > 0 ? "" : "<color=#ff0808>"}<pos=4.45px><voffset=0.42px><mspace=0.15>{rate(Altitude)
    60;[00,000.]}
    </size></color>
    </mspace>

    </color></color>

  • FS-1013 Phantasmal Wing 1.4 years ago

    i really like this build.
    i wished my paneling can be this direct and simple, yet good looking

    +1
  • Fx-FOX3 .type D.(incomplete) 1.4 years ago

    the fox adaptation of the gp-02

    +2
  • Ohka Model 43 K-1 Kai Wakazakura 1.4 years ago

    kawaii

    +1
  • Shopping trolley 1.4 years ago

    these things cost a lot more in real life than u can imagine

    +1
  • Chengdu High Alpha Mastery Project (CHAMP) 1.4 years ago

    @ivansheppard853gmail i guess i will also have to finish that landing assist thing first

  • Funky Trees! 1.4 years ago

    @MasterPlanes101 i just had this thought/design over my head that it may work haven't tried it yet but pls remind me later

  • Funky Trees! 1.4 years ago

    @CatMasterLuke multirole

  • Funky Trees! 1.4 years ago

    @Havonec do u mean quickly or slowly
    Sounds like u want it to blink

  • PAN SPATIAL KILL SWITCH 1.4 years ago

    actually nice

  • Boeing 747-400 wing 1.4 years ago

    smooooooth

  • McDonnell Douglas JSF 1.4 years ago

    DO NOT TOUCH WATER

    u have been warned

  • German Pigpen "Gripen" [An ace pilot from the Southeast Snowstone] 1.4 years ago

    looks more like denmark than german to me. heh

    +1
  • Soviet Jet (First Airplane) 1.4 years ago

    @jamesPLANESii same here. i took the jundroo buggy and literally does the same thing everyone did put like 8 jets and 8 wings on that thing lol