28.0k TheFlightGuySP Comments

  • I'M IN AGAIN! 2.0 years ago

    Welcome back.

    +1
  • Advanced 3D Thrust Vectoring Nozzle 2.0 years ago

    @FujiwaraAutoShop True. I made this mainly because it's not something I've seen on the website, and also as a proof-of-concept to test thrust vector nozzles that use the nozzle flaps for vectoring instead of just moving the whole nozzle.

    +1
  • Advanced 3D Thrust Vectoring Nozzle 2.0 years ago

    @FujiwaraAutoShop @IDNSatyaSlebew
    Well, it does have 108 rotators...

    +1
  • SKBJ-11 SARACONIK AVIATION INDUSTRY 2.0 years ago

    @MobileBuilder21 Yes. Walvis met the qualifications for his own YouTube tag.

    +1
  • How do I make a repeating piston reset after activating it? 2.0 years ago

    Or this:

    Activate#=1 ? *YourInputHere* : 0
    

    +1
  • How do I make a repeating piston reset after activating it? 2.0 years ago

    Activate#=-1 ? 0 : *YourInputHere*
    

    +1
  • Engines activasion 2.0 years ago

    Throttle*(TAS>#) should work.

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

    @griges I personally don't have much experience with interior parts. I've tried custom button inputs before but ran into problems. I'd post a forum about it and wait for someone with more experience to answer.

    +1
  • Venture Aeronautics Project E510 "Arbitrator" 2.1 years ago

    @STENDEC The name "Arbitrator" is a sort of call-back to the B-36.
    The B-36's nickname was the Peacemaker, so I decided to name this the Arbitrator since it's a synonym of Peacemaker.

    +1
  • Venture Aeronautics Project E510 "Arbitrator" 2.1 years ago

    @STENDEC It's essentially a mix between an XB-35 and a B-36.

    I was considering a full-jet version, but I chose not to do that. I figured a mixed-propulsion flying-wing would be more interesting than a full-jet.

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

    @griges
    The Target is the value you want the controller to achieve.


    The Current is the variable that you want to be controlled (it can be Altitude, AngleOfAttack, or pretty much any data value). The controller will attempt to change whatever the Current is so that it's equal to the Target value.


    The p value (proportional) is how much output the controller should give.
    The i value (integral) is how quickly the controller should try to meet the Target value.
    The d value (derivative) is how careful the controller should be. This is to prevent overcorrecting/overshooting the target value. It's essentially an input dampener for the controller.


    The Target, p, i, and d values are supposed to be numbers (though I'm pretty sure the Target value can be a different data value as well).


    The format should look like this: PID(Target, Current, p, i, d).
    An example of what this could look like: PID(0, AngleOfAttack, 0.005, 0.001, 0.0025).

    +1
  • Is SimplePlanes- dead? 2.1 years ago

    @MLGHerobrine Haha, I understand, no problem!

    +1
  • SimplePlanes Multiplayer 2.1 years ago

    @Maosulli Yes.

    +1
  • [Teaser]: City of Edinburgh 2.1 years ago

    +1
  • What Better Day To Upload A Teaser Than Today? 2.1 years ago

    @ReinMcDeer It works quite well actually. It takes a bit of getting used to flying the thing because the elevons tend to induce asymmetric drag while using Pitch and Roll at the same time. It'll sideslip a bit while turning unless you give some yaw input.

    +1
  • What Better Day To Upload A Teaser Than Today? 2.1 years ago

    @ReinMcDeer This is a true flying wing.
    It uses YawRate and AngleOfSlip programmed into hidden airbrakes.

    I also gave it some slack on the stability to have a little more drift (like a pre-fly-by-wire flying wing).

    +1
  • SimplePlanes Multiplayer 2.1 years ago

    @Maosulli Type this command into the command console:

    say "your message with quotes"

    +1
  • It was fun while it lasted 2.1 years ago

    @32 A soldier saluting. It's a bit chopped on mobile devices.

    +1
  • What is 2.1 years ago

    Depends on the plane and propeller specifications (not the engine, just the prop on its own).

    I'm also by no means an expert on props. These are just basic things to consider.
    I'd recommend trying different pitches to see what works best.

    +1
  • Help with custom engine 2.1 years ago

    Set preventBreaking on the pistons to true.

    +1
  • Venture Aeronautics Project D110 "Delta Rapier" 2.1 years ago

    @BeeEngineer While the M50 was unable to pass Mach 1, the wing design was not the only factor.
    There have also been several examples of aircraft that had/have delta wings with straight/mostly straight trailing edges, and I can't find sufficient data suggesting that they had significant issues with it.
    So while it may present such challenges realistically, it really shouldn't present a large issue if the aircraft is aerodynamically and structurally sound.

    If you have an article regarding trailing edge flow in this manner, could you provide a link? I've been unable to find one that addressed this specifically.

    +1
  • 20.0K AYEEEEEEEEEEEEEEE [Plus a teaser :D] 2.1 years ago

    Congrats!

    +1
  • Piaggio P.180 Avanti 2.1 years ago

    Este é de longe um dos projetos de aeronaves particulares mais interessantes.
    Muito bom, gosto muito!

    Nota: peço desculpas se estiver usando a tradução errada. Corrija-me se eu estiver.

    +1
  • [Solved, im literally stupid] Hey Mods, do you guys want us to tag you when we find a new ad bot? 2.1 years ago

    @JustWingIt See that drop-down button on the top-right corner of a comment/post? Click that, and it gives you options, one of which is the Report option.

    +1
  • SimplePlanes Multiplayer 2.1 years ago

    @caelanthekow As long as it's not a server full of other somewhat high part aircraft, it should be fine.
    800 parts is the generally accepted limit.

    +1
  • First Glider That has no name 2.1 years ago

    Two things that could be fixed would be the weight and drag. For a glider of this size it's pretty heavy. The drag points are a bit high as well. Low weight and low drag are key factors for making an efficient glider.

    +1
  • How to do PSM 2.1 years ago

    If you want post-stall capability without solely relying on TVC, then the best way would probably be to make the aircraft unstable and add fly-by-wire stability.

    +1
  • SimplePlanes Multiplayer 2.1 years ago

    @ehtishamcoop Check the console. If it just says "failed to connect" without further context, then the server is likely full or down. If so, then either wait and try again or connect to the secondary server.

    +1
  • (TEASER) Delta Rapier: 2.1 years ago

    @Phox It is... acceptable.

    +1
  • [TEASER] CC-9 WASP 2.1 years ago

    T

    +1
  • Custom rotor blade wing physics problem. Need help. 2.1 years ago

    @Airheaddivision Oh. No problem.

    +1
  • Kfir C.2 1.0 2.2 years ago

    Aside from that, this is a pretty good build. Looks similar to a Mirage in my opinion.

    +1
  • Kfir C.2 1.0 2.2 years ago

    "Take off requires over 370 knots for some reason"

    Your landing gear is way too far back. It should be positioned as close to the center of mass as possible without causing the aircraft to tip backwards on the ground.

    +1
  • Teaser | MiG-29 "Fulcrum" 2.2 years ago

    T

    +1
  • How the fuc.....25k 2.2 years ago

    Congratulations!

    +1
  • So 2.2 years ago

    Well for starters, since geometry is such a fundamental part of aerospace, you could have some geometry related name (for example: Convex Aerospace).

    +1
  • Picture in Forums Help 2.2 years ago

    ![](image link)
    I recommend using either Discord or postimages.org for uploading images (if you use postimages.org, be sure to use the "Direct Link" and not the normal "Link", otherwise the image will not appear).

    +1
  • Build question 2.2 years ago

    @Mrgoofy Sorry, but I'm currently occupied with my own build at the moment.

    +1
  • Venture Aeronautics Project F410 "Condor" 2.2 years ago

    @CL125 It doesn't update the time until the aircraft finishes publishing.
    I've spent the past hour working on the description.

    +1
  • I'm feeling a bit outdated 2.2 years ago

    Do whatever your passion drives you to do.
    The community is attracted to whatever they see as being a good build (or, a funny meme).

    +1
  • Can you see this image? Testing something. 2.2 years ago

    It works.

    Very intimidating.

    +1
  • Should Multiplayer be part of SP? 2.2 years ago

    @jamesPLANESii Assuming MP was readjusted to work on mobile devices, the mod itself might work.
    But that won't solve the issue of limited server capacity. It'd be hard to enjoy MP when the one server that we have (publicly, and functional) is constantly overflowing with so many users.
    Now, if mobile users could set up their own servers so that overloading becomes less of an issue, but I'm not sure if mobile devices can act as a server (some might).
    This would be easier to solve if we had a wide variety of servers to choose from, but we don't have that luxury at the moment.

    +1
  • Boeing 737-7H4(WL) Southwest (N471WN) 2.2 years ago

    Still publishing...

    I am [the rate at which someone or something is able to move or operate].

    +1
  • Reinstalled Minecraft 2.2 years ago

    Oh my... what have I done this time?

    +1
  • Reinstalled Minecraft 2.2 years ago

    +1
  • A300 (Abandoned) 2.2 years ago

    @Robomo00119 It can't. As I said in the description it's an unfinished project and it can't perform vertical landings.

    +1
  • About floppy rotators and is there a way I can use funky trees to lock them in place. 2.2 years ago

    @Airheaddivision Sure! I can't guarantee that I'll be able to help with every problem, but I'll do what I can.
    I won't be active for several hours though, so if you tag me during that time I likely won't respond for a little while.

    +1
  • F-104C Starfighter 2.2 years ago

    Beautiful.

    I've always liked the F-104. Not for any particular reason other than its proportions and power. It's just an amazing aircraft in its own way.

    +1