61.7k PlaneFlightX Comments

  • Bad News (RESOLVED) 3.4 years ago

    @waffles101 Okay good to hear.

  • H e l p , I h a v e p r o b l e m w i t h t e x t 3.4 years ago

    @FeatherWing I was talking about the radar c-scope thing I do not know about lol.

  • H e l p , I h a v e p r o b l e m w i t h t e x t 3.4 years ago

    @FeatherWing The first time I was called over here a month ago, I understood the problem. Now you spoke Japanese and I do not know what you are talking about.

  • Low part count Alphabet decal 3.4 years ago

    I'm serious this is a joke.

    hmmmmm

  • How To Make A Basic Plane - Fuselage & Nose 3.4 years ago

    @ComradeKaiser7 It's just about changing the values until they look right. I forgot to add the link to this plane, I'll do that now.

  • Flying Fortress (late cinematic teaser ) 3.5 years ago

    @Krmo RTX 3060 moment. (Plus i9-11900k)

  • Flying Fortress (late cinematic teaser ) 3.5 years ago

    I see I'm not the only one who stole a Nasa PC.

  • Best time to upload 3.5 years ago

    Friday afternoon in America.

  • When should I post? 3.5 years ago

    Friday afternoon in America

  • Platinum 3.5 years ago

    @xNotDumb hmmmm... I have only memorized one link... you got me

  • F-91 'CrappyPhantom' 3.5 years ago

    @Korzalerke Really don't know now...

  • F-91 'CrappyPhantom' 3.5 years ago

    @Korzalerke Yeah I regret that. My alt was banned forever (30 years), so I have to wait 30 years to unfollow it.

  • F-91 'CrappyPhantom' 3.5 years ago

    @Korzalerke hmmm I have two deleted users, some random alt account, and my own alt which I used to boost myself to silver.

  • F-91 'CrappyPhantom' 3.5 years ago

    @Korzalerke Do this: open command prompt, and type curl https://www.simpleplanes.com/u/PlaneFlightX/Following. This command allows you to see the source code of a website without getting redirected.

  • F-91 'CrappyPhantom' 3.5 years ago

    @Korzalerke I can't figure out a way...

  • F-91 'CrappyPhantom' 3.5 years ago

    @Korzalerke Can't find something like that in the source code, where did you get that?

  • F-91 'CrappyPhantom' 3.5 years ago

    @Korzalerke Right, so it looks like the user id is part of the button's code, still need to do some experimenting.

  • F-91 'CrappyPhantom' 3.5 years ago

    @Korzalerke I've found the button itself is not a link, instead it activates some hidden code which makes the following work.

  • F-91 'CrappyPhantom' 3.5 years ago

    @Korzalerke Wait the account was deleted yet the following page works...

    Using your sorcery, can you figure out how to unfollow banned/deleted accounts?

  • F-91 'CrappyPhantom' 3.5 years ago

    @Korzalerke On one of the account's posts was a comment tagging Andrew Garrison. I deleted it. And then I (as the account) got into a war with you (also as the account). It was quite funny.

  • F-91 'CrappyPhantom' 3.5 years ago

    @Korzalerke The war about who removed the andrew comment.

  • F-91 'CrappyPhantom' 3.5 years ago

    @Korzalerke I don't remember... I edited the bio to something, upvoted some of my posts (just a few), and literally tagged myself on the password post. Then my actual account showed up, warned about the possibility of deleting the account, and then I may have deleted it (the account) soon after. I also removed the tag for andrew garrison on one of the posts, and got into a war with you on the same post.

  • F-91 'CrappyPhantom' 3.5 years ago

    @Korzalerke I did have some fun (maniacal laughter) with the account first...

  • F-91 'CrappyPhantom' 3.5 years ago

    @Korzalerke I'm not saying I did, but I might have deleted the account to teach people a lesson about security.

  • Graphing Device 3.5 years ago

    @SnoWFLakE0s Cool, thanks. Yeah this could do with some improvements. I just made this in 10 minutes to graph something for school but saw the potential.

  • How do I do this in funky trees 3.5 years ago

    @SteamPunkPilot I live in [classified]. UTC + 10

  • How do I do this in funky trees 3.5 years ago

    @SteamPunkPilot Timezones... good morning. My videos premier at 8:00 AM AEST.

  • How do I do this in funky trees 3.5 years ago

    This video should help with what you want. Skip to about 5:15 to get to the startup sequence.

  • SWL-10 3.5 years ago

    @ZharkovAndrey Issue has been fixed. You will need to update your copies.

  • SWL-10 3.5 years ago

    @ZharkovAndrey I wasn't aware of this issue. I will have a look now. Thank you for the feedback, and for letting me know.

    Edit: The update appears to have broken ALL of the gauges. This means my other planes are affected as well.

    Edit 2: I had a unaffected archival copy and used the codes off that. There are many codes which were affected, I am making an XML update soon. About your copies, there is no other option but to use the new version once that is out.

  • SWL X-Series Turbofan Engine 3.5 years ago

    @FRIGGLES Not sure what you mean, the latest teaser is here.

  • How to change username color in MP 3.5 years ago

    @Almost It shouldn't break them. Send me a link to the problem post and I'll have a look.

  • How to change username color in MP 3.5 years ago

    @Almost Variable setters button. It's not overload. It's the new (X) button next to it.

  • Navigation system 3.5 years ago

    There was never a navigation system.

  • How to change username color in MP 3.5 years ago

    @Almost Right, I'll try to explain this in a comment.

    Assuming you mean the engine goes to "idle" and then the player can throttle up, this is relatively easy, using variables.
    Create three variables, called "Engine1On", "Engine1Throttle", and "Engine1Input".

    In Engine1On, put the following code:
    clamp01(Activate1)

    In Engine1Throttle, put the following code:
    clamp01(smooth(Engine1On, 0.5) > 0.9) * Throttle
    In Engine1Input, put the following code:
    0.25 * smooth(Engine1On, 0.5) + smooth(Throttle, 1)

    This is a little different to my engine, which has a custom fan blade and more inputs, however this should work for your purposes. The key bit you wanted to know is how to get the throttle to "wait" for the engine to spool up. This is done using the comparison in Engine1Throttle. Note I recommend setting the attribute "throttleResponse" to something like 3. This attribute goes in the Engine category in OverLoad.

    For the second engine, create the same variables, but replace Engine1 with Engine2. Also change Activate1 to Activate2.

    If you have any questions let me know.

  • How to change username color in MP 3.5 years ago

    In response to your comment about the engine video being hard to understand, I would say I agree. A lot of my videos about code turn into 30 minute lectures on functions and code. What part is hard to understand? My voice, or the content?

  • Lots of Coding - SWL-120 Progress 3.5 years ago

    @MTindustries 4000, but several versions with different levels of detail will be made.

  • WarThunder Crash cam 3.5 years ago

    If the B17 crashes, (which has happened a few times), my computer genuinely explodes. And it has one of the most powerful CPUs in the world.

  • HOW????? 3.5 years ago

    @Korzalerke I forget the post, but they said it was extended.

  • DCom-1 Computer 3.5 years ago

    Ah crap I decided to open the settings of the label.

    This is actually insane dude.

  • Air France B767-300ER 3.5 years ago

    @JA8119 Yes, you can't change it. Maybe for your next plane you could do it.

  • How to mobile multiplayer 3.5 years ago

    69 Upvotes

  • The SimplePlanes community has just changed…. 3.5 years ago

    Please be an early April fools joke.

  • Website idea: auto link user tags 3.5 years ago

    Wait this is a thing now.