62.2k PlaneFlightX Comments

  • The Overhead Panel - SWL-120 Progress Update 7 2.2 years ago

    @DatRoadTrainGuy19 Depends. I'd say a year so far for the entire cockpit.

    +1
  • Racing Island Airport 2.2 years ago

    Great mod, but there is this weird issue in VR where only the left eye can see the airport. All your other mods have this weird issue.

    +1
  • Custom Throttle 2.2 years ago

    Use a control base instead of a piston.

    +1
  • [Solved] how to implement a "rotary switch" - cockpit-instrumentation 2.2 years ago

    My SWL-120 has some of these, and I've separated them for your inspection. Note the variable setters and buttons used to control them (APU E-Stop is irrelevant to the dials).

    +1
  • Sarajevo Airport 2.2 years ago

    Google drive link is unaccessable. I'd recommend checking the file permissions are set to "anyone with the link can view".

    +1
  • how to add mods to pc 2.2 years ago

    Wrong SP folder.
    Correct folder path is C:\Users\yourname\AppData\LocalLow\SimplePlanes\Mods

    +1
  • SWL-10 2.2 years ago

    @MrCOPTY This is an older plane, I have better methods now.

    +1
  • Screenshot pls 2.2 years ago

    Sure, I'll do it

    +1
  • This game is now pretty boring, 2.3 years ago

    The SimplePlanes map is perfectly fine. If it were any more complex I wouldn't be able to run my planes. SimplePlanes is about building planes, not so much exploring.

    +1
  • Steam Screenshots 2.3 years ago

    ! [] (imagelink)
    Remove the spaces between the !, [], and () above.
    Right click on the image and click on copy image link.

    +1
  • Navigation; multiple conditional statements 2.3 years ago

    @Korzalerke2147483647 I'm hoping for the end of this year, I've been working on school stuff but I have a 2 week break coming up soon, I should get a lot done then

    +1
  • Navigation; multiple conditional statements 2.3 years ago

    @Korzalerke2147483647 I haven't done much work on the plane, but it's getting there. It's missing the autopilot, ILS, autoland, backend FMC stuff, and a bunch of random cockpit switches.
    Before I publish the plane I also need to make a tutorial video, pdf manual, pdf checklist, charts, and airport vehicles (player controlled AI, it's going to be epic)

    +1
  • Navigation; multiple conditional statements 2.3 years ago

    @Korzalerke2147483647 I have over 50 of these stacked statements in a lot of my variables. I use a text editor and a lot of notes to make sense of them

    +1
  • Anyone here just tired or burn out of building things? 2.3 years ago

    I've been working on the same build for the past two years, and am not bored at all.

    +1
  • Can someone take screenshots for my next post? 2.3 years ago

    Sure, I'll do it.

    +1
  • I need FT input for windshield wipers 2.3 years ago

    Do you want speed settings or just one speed?

    +1
  • Coding for a rotator 2.3 years ago

    @Skykid028 That's alright. To simplify that code, you could do clamp(Pitch + Roll, -1, 1) * clamp(1 - (IAS / 500), 0.1, 1).

    +1
  • SOLVED : How to: move an indicator arrow like a clock "arrow" ? 2.4 years ago

    There are two ways to do this.
    1. Use the voffset and pos tags to move the arrow around the label as you rotate it
    2. Use a control base (or rotator), and a fuselage or two
    I'd recommend option 2, sometimes mechanical displays are better than 2 pages of text code for a single arrow.

    +1
  • The Flight Management Computer - SWL-120 Progress Update 6 2.4 years ago

    @TinyMaus
    [copied from SWL-10, better suited here]

    Thanks! My goal for the SWL-120 is to make it like a real flight sim - separate throttle control, pushback tug, refueling tanker (you can spawn and control these yourself), full interior, everything.

    I have an overclocked 11900K and barely get 60fps with the full assembly right now. The plane is fairly GPU heavy due to a modding trick I'm using, I have a 3060 but plan to upgrade eventually. I do have a no mods version which should be less of an impact than the full version. It's going to be cargo, that way I can have a "full interior" which is just empty. I'm also going to try and make a cockpit only version, for VR.

    +1
  • Pampangga 2.4 years ago

    @SlowSeline82 because there has been no android mod support for several years.

    +1
  • PILATUS PC-12 2.4 years ago

    @windshifter1 I installed the minimap and other screens

    +1
  • Tuturial Simple Planes #1: Some principles of flight in Portuguese Part 1 2.4 years ago

    Interesting, it's nice to see tutorials in other languages.

    +1
  • How do I make vr compatible turn knobs? 2.5 years ago

    I use a rotator, a magnet, and two buttons. The magnet just serves as a detailed knob (not a magnet). The rotator and magnet are just for show. The two buttons increase and decrease the value of the "knob".

    +1
  • XML modding 2.5 years ago

    clamp01(Activate1 & Activate2)

    +1
  • Something important I want to telling y’all about 2.5 years ago

    You know you can just change your bio

    +1
  • To give users a head start... 2.5 years ago

    I don't think those users even remember this game.

    +1
  • Help with Blueprints 2.5 years ago

    Are the fuselages connected correctly? Smoothing relies on connections and tries to match the textures.

    +1
  • How to play sp better 2.5 years ago

    Or just own a computer

    +1
  • Is it allowed to upload more than 3 things a day? 2.5 years ago

    @IMFLYINHERE 3 public, 10 unlisted, and unlimited forums.
    You can technically make unlisteds public for 13 public posts a day... but please don't.

    +1
  • Suggestion, Screen Recording 2.5 years ago

    Press F9 to hide GUI

    +1
  • [PINNED] Markdown Formatting 2.5 years ago

    @U2 @WisconsinStatePolice You need to press reply (tagging the user) otherwise they won't see your comment unless they are specifically looking at the comments section of this forum.

    +1
  • Custom lights need help 2.5 years ago

    @Tingly06822 Ah, I see. I would recommend using a piston with a very high speed or a control base with V's modification with that code then.

    +1
  • Quizz 2.5 years ago

    @HuskyDynamics01 Actually the biggest plane Boeing ever made is the Boeing Dreamlifter

    +1
  • Only Guyfolk can comment on this post 2.5 years ago

    Everyone can comment on this post.

    +1
  • How do I disable a small rotator by pressing gear up? 2.5 years ago

    @Hiimakeplanes Oh, that's the clamp01. This code doesn't actually need it at all, so remove the clamp01 from the expression and make it (GearDown ? Yaw : 0).

    +1
  • How do I disable a small rotator by pressing gear up? 2.5 years ago

    clamp01(GearDown ? otherCode : 0)
    That's one way to do it. otherCode is whatever code you want to put in it.

    +1
  • Asking few questions regarding Moderators 2.5 years ago

    Moderators

    +1
  • F40 2.6 years ago

    The detail on that engine is insane.

    +1
  • How do I do windows? 2.6 years ago

    You can refer to this, however there is a better method which follows a similar style.

    +1
  • Spoilers Funky Tree Logic? 2.6 years ago

    I saw this earlier and sent it to a friend (I can explain it too but don't feel like it)

    +1
  • how to remove weight without tedious step 2.6 years ago

    send it to someone not on android.
    Like me

    +1
  • Is it possible to use a downloaded plane in the dogfight mode? 2.6 years ago

    You need to save the plane first.

    +1
  • Is 12GB Of RAM Good? 2.6 years ago

    @Farewellntchii Physics are the same on mobile and computer.

    +1
  • Importing? 2.6 years ago

    @SONYPVM9041QM I already saw this, it's insanely simple.
    You download them from the quest 2.
    There's an airplane browser in SPVR

    +1
  • Housefly 2.6 years ago

    @Korzalerkle @SheriffHackdogMCPE rating old been has the comment this grandfathered from in system

    +1
  • Question for VR players 2.6 years ago

    @OPaiTaOn It should work, if you'd like, tag me on an unlisted version and I'll test it in VR when I have a chance.

    +1
  • Convair CV-990 (for Simple Wings!) 2.6 years ago

    Got it working, just flying around now. I have no idea what changed to let me download it.

    This plane is incredible, great work!

    +1
  • Convair CV-990 (for Simple Wings!) 2.6 years ago

    Well I just tried downloading this and it worked fine!
    Now to fly it

    +1
  • Grouped parts 2.6 years ago

    @jamesPLANESii Well if you separate every single part in my mod parts (let's remove the custom 3D modelled parts entirely for now), you have over 24000 normal fuselages and other parts. I can comfortably drag out about 20 of the seat parts, (1 part for all seats in the plane), so I have 16000 * 20 = 320000 parts at 30 fps on a 3060.
    That's 16 yamatos.
    Also my 3060 is maxed out, usually it's idling and my i9 is doing all the work.

    +1
  • Grouped parts 2.6 years ago

    @jamesPLANESii True, but then I get massive improvements after I convert 5000 parts to 1 part (and it uses my GPU a lot more)

    +1