59.2k PlaneFlightX Comments

  • F/A-18C Hornet 3.5 years ago

    Question - would you be able to provide that waypoint system by itself? I would like it for the SWL-120. Credit will be given, of course.

    +1
  • F/A-18C Hornet 3.5 years ago

    Good god this is insane, SimplePlanes needs more detailed cockpits.

    +1
  • Engine Start model 3.5 years ago

    I have created a slight modification which adds a switch to power a "starter motor".
    You can get it here

    +2
  • Engine Start model 3.5 years ago

    I knew people needed this tutorial.

  • KH-200-N2 3.5 years ago

    Got it flying. It is a very nice plane. The finished product would be insane, just like my SWL-10.

  • KH-200-N2 3.5 years ago

    So how do I start the engines? I got the apu running, but when I press any one of the starters, the engines do start rotating fast, but they stop after a while.

  • KH-200-N2 3.5 years ago

    Now this is a cockpit.

    +1
  • SWL X-Series Turbofan Engine 3.5 years ago

    @BarrowAircraft Thanks!

  • Jet Engine 3.5 years ago

    @Wellidowner There isn't unfortunately. If the thrust scale slider supported funky trees, then a code based on altitude would work, but since that slider doesn't support it, there is no way.

  • Jet Engine 3.5 years ago

    @MOPCKOEDNISHE Question - I'm making a jet engine using this mod. Is there any way to change the color of the exhaust?

  • Jet Engine 3.5 years ago

    @Wellidowner There is a way. Go into Overload, and go to the input controller for Throttle. Set the max input to 0.75. Afterburner disabled. I also recommend using the code of 0.03 + Throttle in the input, and have the engine input have an activation group or variable.

  • I need help testing my aircraft in VR. 3.5 years ago

    That is an AMAZING cockpit!

  • Crj 700 3.5 years ago

    This is exactly what the new fuselage slicing was intended for! Good job.

  • Reverse Thrust Mechanics 3.5 years ago

    @Tetrodotoxin I got the sound and smoke from a jet engine mod, and a few other stock engines with FT.

  • Reverse Thrust Mechanics 3.5 years ago

    @Omgairplane Yes, the SWL-120. This engine will have a few more details added.

  • "You have disconnected" 3.5 years ago

    Same problem, no solution I can find.

  • Autoflight Demo 3.5 years ago

    @klm747klm747 you should look at this

  • Fully functional ILS (Proof-of-concept) 3.5 years ago

    Hi! I cam back to SP (and the long days of staring at code) after a while, and I have a few things to share!

    First of all, I have released my SWL-10. This aircraft, among other things, features a fully functional autopilot, and a working ILS (Version 1). A link is included above.

    Second of all, I am working on a new plane, the SWL-120. The SWL-120 is a 787-767 hybrid, and will have a redesigned autopilot, and the ILS will be based off yours! I am planning to incorporate your ILS codes (and HUD) into the flight systems.

  • 6 Things I ( And Hopefully Most of The Car People ) Want 3.5 years ago

    Reusable parachutes... just like SimpleRockets2

    +1
  • Droplet 3.5 years ago

    Just amazing

    +1
  • Winterland Trailer | Christmas special 3.5 years ago

    Now this will truly test my RTX 3060's capabilities.

    +3
  • SWL-10 3.6 years ago

    @ShinyGemsBro Yeah.
    .
    Between you and me, this wasn't made in SimplePlanes. It was made in AdvancedWithWayTooMuchCodePlanes

    +5
  • SWL-10 3.6 years ago

    @AGenericPlaneCreater It took me about two months of development. I started work as soon as the 1.11 update came out.

  • Washington and B.C 3.6 years ago

    Oh my god this is huge...

    +1
  • Douglas C-47 3.6 years ago

    S M O O T H

    +1
  • SWL-10 3.6 years ago

    @Boelin That was the general idea, to create a plane with all the realistic complicated systems, and a realistic startup sequence.

    +2
  • SWL-10 3.6 years ago

    @iamTexas Yeah, that is a problem. There is a fix, just click on the parking brake, which is labelled in the diagrams, and is just to the left or right of the throttles. It's a red handle.

    +3
  • SWL-10 3.6 years ago

    @T8flightcrafts Thanks!

    +1
  • SWL-10 3.6 years ago

    @T8flightcrafts You don't need VR to fly this. I don't either. It is just compatible with VR.

  • I made my first aircraft I hope you like it guys :D 3.6 years ago

    Very nice for a first build!

    +2
  • There is always that one person that doesn't read the description 3.6 years ago

    Me: Creates a complex plane, and explains it in depth in the description
    Some random person: hOW dO I flY THiS PLanE

    +3
  • SWL-10 Flight 3.6 years ago

    @Omgairplane Well, the plane will probably start. Or if you switch on the Ram Air Turbine on the ground, that will come out of the fuselage and strike the ground.

  • SWL-10 Flight 3.6 years ago

    @catzilla It's coming out on Christmas, 10:00 AM AEST. Check my recent posts for more info.

  • According to Jundroo, "Attachment Editor" means "Selective parts Editor". 3.6 years ago

    @AWESOMENESS360 Then again, I am a PC user.

  • According to Jundroo, "Attachment Editor" means "Selective parts Editor". 3.6 years ago

    @AndrewGarrison I understand what this is. I can even see a use for it, like finding all those tiny flap mechanism rotators hidden in my wing.

  • Hull of Destroyer 3.6 years ago

    Very nice!

    +1
  • Hachidori SBR 22AT 3.6 years ago

    Nice car, however controls need to be given in the description.

    +1
  • SWL-10 Flight 3.6 years ago

    @Omgairplane Just over 1000 parts with a performance cost of just under 5000.

  • Gen 1 A 3.6 years ago

    This is similar to mine
    The specs of course, I haven't built a pc in SimplePlanes.

    +1
  • Gear door open and close animation 3.6 years ago

    Video here
    The gear codes you are describing are this:
    Gear Doors (Ones which stay open if the gear is down): (ceil(smooth(clamp01(GearDown), GearDown ? pow(10, 10) : 1 / 10.75 ))
    Gear Doors (Open when gear is being retracted or extended): clamp01(abs((40 * abs(smooth((LandingGear - 0.5), 0.09))) - 20))
    Gear (The landing gear): clamp01(smooth((GearDown * -2) , 1.1))

    +4
  • LiftMaster Model-9000-100 3.6 years ago

    Okay, this needs a spotlight, here you go.

  • Gear door open and close animation 3.6 years ago

    Ah, easy.
    Build the gear system you described.
    Ensure the speed of the door rotators is 50%.
    I have the codes somewhere, I'll get them in a bit.

    +2
  • LiftMaster Model-9000-100 3.6 years ago

    This is a really detailed plane, especially for someone of your points. I haven't had the chance to test it, but otherwise this deserves a spotlight. When I get a chance to test it I'll decide if it deserves a spotlight.

  • SWL-10 Flight 3.6 years ago

    @BeastHunter Yeah I myself sometimes want a big 'turn it all on' switch for when I want to test something. It's a little annoying sometimes to go through a 20 minute startup sequence just to notice you need to make a small edit to the autopilot code.
    .
    So yes, I will make a version with a big fat switch to turn it all on.

    +2
  • Stupidity Challenge [CLOSED] 3.6 years ago

    @SupremeDorian Ermm... the rules link is broken. It should be https://simpleplanes.com/About/Rules, not https://simpleplanes.com/rules. Just wanted to let you know!

    +2
  • Lego 346 Jumbo Jet (Modified) 3.6 years ago

    add the studs, with the lego text.
    It helps to work at nasa.

  • Thanks for 10K! 3.6 years ago

    You are at some point going to surpass me. I officially declare war to get to platinum.

    +3