59.1k PlaneFlightX Comments

  • YAMATO 1945 3.6 years ago

    @jamesPLANESii lol I came here for the same reason

    +5
  • Better game logic 3.7 years ago

    U got a nasa pc to run this?

    +5
  • Readable book with 3 pages 3.7 years ago

    I had a similar idea! I'm planning on making a working checklist for my new planes, so people can learn how to fly it in-game. It would have variables which control how many pages are flipped.

    +5
  • the old landing gear 6.2 years ago

    It is

    not

    the old landing gear
    you took the real gear and made it look like other landing gear with extra parts.

    +5
  • Let's Discuss Part Mirroring 2 months ago

    @Graingy I agree with that actually (WASD rotating). Several times I press Ctrl + S, forget the Ctrl part, and have to reload my last save because I rotated the entire wing into the fuselage and created 5 hours of work (if I were to reconnect everything).

    +4
  • Funny Bomb 3 months ago

    One way to improve the code in the label is to use a stacked tertiary selector. For example:
    Time < 2 "Funny text" : (Time < 3 ? "..." : (Time < 4 ? "Punchline" : ("...")))

    This improves the performance, as the code only runs the required sections. I also use Time instead of sum(1) to further reduce calculations.

    +4
  • Graingy Survey: Build Techniques You're Particularly Fond of? 4 months ago

    set massScale to 0, calculateDrag to false, and disableAircraftCollisions to true on every part I drag out of the menu. It's a habit now. I only turn mass on for parts which need it for physics reasons or one main part for most mass, and drag on just one or two parts, usually an inlet.

    +4
  • Let's rename SimplePlanes 2 5 months ago

    SimplePlanes 2

    +4
  • How to make VR compatible cars? one year ago

    It's not a car, but I've made a pushback tug (same controls I guess). What I did is had two grips hidden inside the steering wheel. On the right one, I made pressing the trigger on your controller control pitch (gas). The left grip has brake when the trigger is pressed. As you can only go forward, I made a gearstick to go backwards or forwards.

    Alternatively, players can plug in a set of USB pedals and have that (PCVR only).

    +4
  • Windmill From Windmill park. one year ago

    @TheMouse That actually means the Maywar windmills are insanely performance efficient, rather than running 56*1000 = 56,000 parts all the time

    +4
  • New website for simple planes2? 1.1 years ago

    The answer to this question is in the FAQ.

    +4
  • How do i put a delay in variables? 1.6 years ago

    Hello! You will want to make a variable called anything, eg FuelRamp (idk what to call it). In that variable, put Time / 300 (Edit: don't do that, see below. Now, make a button, set its interactionType to Once (or Continuous, your choice), the outputValue to 0, and the input to be your variable name.

    Edit: Don't use time. Make it a self referencing variable, where the variable is called FuelRamp, and the code in it is FuelRamp + 0.01 or something. If you use Time, the value will revert back to normal as soon as you release the button.

    +4
  • does anyone have a link of this map, I need this map 1.6 years ago

    @longanbieu I do in fact have this mod in my archive. You can download it here.

    +4
  • I may not be able to post tommorow 1.7 years ago

    @SILVERPANZER @HuskyDynamics01 I've been working on one plane for 2 years. I post teasers about every month or so.

    +4
  • Terroristis Accident 1.8 years ago

    @ToeTips Honestly the moment I saw the words "accident" and "SWL-120" on the same post.

    +4
  • [KMS] Bismarck 1.9 years ago

    @MrShenanigansSP I wish I could run it

    +4
  • What's Next? 2.0 years ago

    FT inputs for brakes is the feature I'd like the most. Anything else is just "nice to have" or can be done with mods.

    +4
  • Question about air brakes 2.0 years ago

    Try smooth(clamp01(Activate1), 1)

    +4
  • We do NOT need a SimplePlanes 2 2.4 years ago

    SimplePlanes 1 + ((7C7 * 7C7) + (1!)P(1!) - 1) when

    +4
  • Simpleplanes airplane post limit needs to be decreased 2.4 years ago

    No offense, but this post is the reason for the upload limit's entire existence.

    +4
  • I'm going to take a break I don't know for how long but it's not going to be that long 2.6 years ago

    Please note I am in no way a moderator, and cannot give any 100% accurate statements, but I can make fairly accurate assumptions
    The two reasons your posts get removed are you bypass the autocredit system, and the liveries are also not enough modifications. Additionally, FoxtrotCharlieCharlieX has a policy against using his aircraft for any reason other than to download and fly.

    About the moderators removing your crafts, there is a function of the website called "automod". It is not a moderator, but can remove crafts, when, for example, there are a number of reports created. The moderators always (or mostly always, again I am not a moderator) write a comment to briefly explain why they remove a craft. If there is no such comment on the removed craft in question, then it is safe to assume automod removed it due to a large number of reports.

    +4
  • Most realistic cockpit VR 2.7 years ago

    I think my SWL-10 is one of the best, and my upcoming SWL-120 will be the best.

    +4
  • "SpLiT tHe ThRoTtLeS" 2.7 years ago

    @MrShenanigansSP Yes there is. The SWL-120 uses it. It's complicated. But it works.

    +4
  • Do you know who the first player in the game was? 2.8 years ago

    And finally, he has returned!

    +4
  • Supersonic Aircraft 2.9 years ago

    This is a perfect example of what a successor of an upload should be. You took the original nose, and then instead of adding a fuselage and saying it's done, you built a reasonably detailed plane around it. Good job!

    +4
  • I have learned how to make custom wings. 3.0 years ago

    This looks pretty good, but it can be even better. The five part airfoil technique allows for more advanced and smooth airfoils with more details. Here's part 1 of a tutorial on making it. (Sorry if I sound like a salesperson lol)

    +4
  • You know those Dall e AI images? 3.0 years ago

    it sorta looks like sp...

    +4
  • I think I ended up remaking the twin prop… 3.1 years ago

    Will every single switch work?

    +4
  • DO N O T MAKE ROUND/CIRCULAR WINGS!!! 3.2 years ago

    It takes like a single extra part per segment. I personally use a five part airfoil, but sheesh, a basic airfoil is 2 parts. IT'S SO EASY!

    +4
  • Color tags support Selection Operators! 3.2 years ago

    Please tag me on anything you post. If you ever need help, also tag me.

    +4
  • Description of Reshade 3.2 years ago

    I used to have a PC. Now I have a small star.

    Jokes aside, this is now giving my RTX 3060 something to do.

    +4
  • PETITION: One Part Assemblies (OPAs) 3.2 years ago

    @IceCraftGaming In fact, I have ideas for making a plane where I 3D model lots of parts of it in an external application (fuselage base and wing root, then wing segments, then doors and large moving things), then make a mod which adds all those parts, and assemble it in SP for a part count of around 100 ish parts. Good for potato PC users.

    +4
  • Hunda RA621H 3.2 years ago

    @BaconAircraft @OrderlyHippo And on top of that, they should be happy about the free advertising!

    +4
  • A question about curation 3.3 years ago

    No, we don't.

    +4
  • I am no longer a dev 3.3 years ago

    In other news, April Fools Day is not the right time to post actual good content. Not only will it be buried by the jokes, people might think it's a joke. Here is an example of a great build which suffered this fate.

    +4
  • I FOUND IT! [Where the bots come from] 3.3 years ago

    @JustWingIt Well I guess it's maybe advertising? Around page 5000 or so they all have some random link in the bio. There was also the funny one about a law firm advertising here.
    Ah yes a bunch of 14 year old aviation enthusiasts will need a lawyer.

    +4
  • I found the last page! 3.3 years ago

    It's amazing how many bots sign up per day. I swear this has increased by like 200 pages since a week ago.

    +4
  • Thanks for dev rank! 3.3 years ago

    @Korzalerke Yes, I think he coded another bot to automatically upvote every single forum post the second they are created.

    +4
  • Bug thread for v1.12.128 (current version) 3.3 years ago

    Massive Issue With Gauges

    Bug: RPM gauges automatically change to RotorRPM/600. I keep putting Engine1RPM/600 in (defined by the output of an engine), and I save and reload, and it changes.

    To replicate, grab a dial, change it to RPM, and then put any input in. It will change upon reload.

    Upon further testing, this affects ALL gauges with custom inputs. They will revert back to their default values.

    Upon yet more testing, this is because the gauge doesn't change to "custom", and custom gauges work fine. The bug occurs when just the FT input to a gauge is changed. The gauge doesn't automatically change to custom.

    +4
  • A simple suggestion for a simple game. 3.5 years ago

    @jamesPLANESii @BeastHunter Then there's like all the advanced builders who just have a single part with calculateDrag true, the rest are false. To improve performance.

    +4
  • Gear door open and close animation 3.5 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
  • YAMATO 1945 3.6 years ago

    @jamesPLANESii All right i9 11900k vs this thing let's go

    Wow it only took 2 minutes

    +4
  • Am i the only one that noticed this? 3.7 years ago

    @Stickman The 1.12 beta, which is currently available with the lack of a blog post.

    +4
  • Better game logic 3.7 years ago

    @Leepicthebaconeepic Ai eats processing power like it's unlimited.

    +4
  • New Beta - Version 1.11.104 3.7 years ago

    Can we please have engine fuel flow variables?

    +4
  • Up Front Controls. 3.8 years ago

    HOLY SH--

    +4
  • Fire Extinguisher 17 days ago

    @Solent Fire Unextinguisher

    +3
  • CarParts mod teaser N2 27 days ago

    @DISHWASHER2005 ComplexEverything moment

    +3
  • Is that a new button? one month ago

    @SaulGoodman2 ohhh I'm sorry, I misread my source of information. The RTX 6090ti comes with a full computer with an i9-999999k (64 cores @ 10GHz), 512GB RAM and a liquid nitrogen closed-loop cooler.

    +3
  • What is the most criminally underrated simpleplanes creator or creation? one month ago

    @dbqp @LM0418 the account "nmsl13213231" doesn't even have a craft named "f-16n"

    +3