5,575 Korzalerke2147483647 Comments

  • How do you put photos in description, forums, and bio? 1.9 years ago

    @FirstFish83828 Oh right, forgot that link depends on who accesses it.

    Here's the right one

  • How do you put photos in description, forums, and bio? 1.9 years ago

    @IAlsoBuildPlane no it was something different, that's just a regular image link with a link as the fallback text.

  • ... 1.9 years ago

    SXQgaXMgYSBuZXcgc2VyaWVzIG9mIHVuaXF1ZSAuLi4sIG1hZGUgb2YgZW5lcm
    d5LWFjdGl2ZSBtYXRlcmlhbCwgYSBuZXcgIkNvcmUiIGlzIGluc3RhbGxlZCwgd2hp
    Y2ggZ2l2ZXMgdGhlbSBhIGh1Z2UgYWR2YW50YWdlIGluIGJhdHRsZS4KMyBzZXJ
    pZXMgd2VyZSBjcmVhdGVkOiBBbHBoYSwgQmV0YSAmIE9tZWdhLg==

    This is what I got by converting the numbers from decimal into text. Looks like a link but not sure to what site, tried youtube but it didn't work.

    Googling gzmph only got me a link to download a font called "Real Enemy".

    The last image on your bio (the same as your pfp but uncropped) seems to be a scrambled version of something, but I don't know how to unscramble it.

    That is all I could make from the nonsense you typed.

    +2
  • [Suggestion] - New features for the site. Tagging. 1.9 years ago

    That is, upvotes are counted on the build, (but not on the account), you can distinguish the users who voted and those who did not by color.

    Users must confirm their vote by going to the compilation post, otherwise the user vote will disappear within 12/24 hours.

    But why? The players will already get notified anyways, they can just upvote the build if they want, all this would do is make it harder to implement the idea.

    Other than that, it's a fantastic idea, it would get rid of both the T spamming and the jetstream spotlights problems.

    Probably not too hard to implement either, the devs just have to copypaste some code from upvotes (excluding point addition), add a few new lines of text and buttons and it's done.

    +5
  • How do you put photos in description, forums, and bio? 1.9 years ago

    @FirstFish83828 That's how I did it, here's my bio from behind the scenes

    If you're wondering where to upload it, I'd recommend imgbb, since images from postimages.org (which most people use) don't appear for some people for some reason.

  • How do you put photos in description, forums, and bio? 1.9 years ago

    ![write whatever you want here](imagelinkgoeshere)

    Without text so it's easier to see:

    ![]()

    You can also make clickable images, but it's a bit complicated and I forgot exactly how.

    +1
  • Update Suggestion 1.9 years ago

    @XAircraftManufacturer A part that played aircraft warnings would be cool, especially if it was a highly customizable one like the control base, letting you play different sounds, use different inputs etc.

    Not sure if playing music with a part would work out though, maybe a way to replace vanilla music would be good enough.

    Regardless, your idea would be a cool thing to have.

    +2
  • Update Suggestion 1.9 years ago

    @XAircraftManufacturer I very much would like to listen to a muffled-cockpit-audio version of Danger Zone while flying one of my jets, would add to the immersion not having to tab out to youtube to play the song.

    Not entirely sure what you mean by alarm sounds, is it like the "whoop whoop, pull up" stuff? If so that'd also be cool to have as a part that could play a bunch of these and accepted FT inputs.

    +2
  • Update Suggestion 1.9 years ago

    Would be cool to be able to play a song of your choice from within the cockpit, though I'm not sure how that could be implemented since the devs can't include an audio file from the player in a plane (could lead to copyright issues).

    If it's just for playing in-game sounds like the rotator noise or landing gear that wouldn't be very useful.

    +3
  • GAMF-02R Camille Pro [FT Remastered] 1.9 years ago

    Walkers are cool, I should try making one.

    Well, one that walks at more than one knot that is, making something walk like a human in a game where you're supposed to build planes ain't easy at all.

    +2
  • Intercontinental kind-of-but-not-really-Ballistic Missile 1.9 years ago

    @IMFLYINHERE my guy I'm not dead

    And, sorry to say, but it was me who blocked you. I don't take insults very well, so at one point I started blocking everyone I didn't like much or had an argument with. Was it a bit overkill? Probably, but that's what happened.

    Before I locked myself out of that account, I unblocked everyone that I at one point blocked—including you—except for one user who I had recently blocked and had to wait 2 days if I wanted to unblock him as well.

    So don't feel bad about it, this was in no way your fault.

    +1
  • IMPORTANT!!! 1.9 years ago

    @Gro Brave adds a dark mode here? How?

  • F-16C Viper 1.9 years ago

    @ReinMcDeer Thanks, had no clue what that meant since the tag never changed for so long.

  • 2023 What’s planned for Simple Planes for the next year 1.9 years ago

    There have been many of these posts but updates are less and less frequent now.

    Either the devs will have to spend a lot of days thinking about which of the requested things are the most wanted and worthwhile to add, or they'll spend those days thinking about how to phrase the "A sad announcement" post talking about how SP is done and you should move to SR2.

    +2
  • IMPORTANT!!! 1.9 years ago

    @jamesPLANESii This one has an annoying delay to kick in while the page loads, so it's like getting flashbanged every time you change the page on the website.

    DarkReader also doesn't seem to properly work here, since the page borders are still white.

    +1
  • Some more cool dev console codes 1.9 years ago

    @XAircraftManufacturer /Water>Transform.Translate 0,10,0 World

    This would raise (aka. move along the Y axis) the water level by 10 meters. To move it down, use a negative number like -10. Feel free to also use different numbers, 10 is just an example.

    You can also copy-paste this code, since it uses the code options the game assumes if you don't specify any.

  • IMPORTANT!!! 1.9 years ago

    If only I knew how to make an extension...

  • lol nvm solved 1.9 years ago

    wheelinputhere * clamp(inverselerp(25, 0, GS), 0.2, 1)

    The wheels will move slower and slower the closer you get to 25 meters per second, if that's too low or high, just adjust the number to something else until it works the way you want.

  • Some more cool dev console codes 1.9 years ago

    @ColonelCanada Negative values make you move in the opposite direction, so this would send the helicopter crashing down at over 1000 knots.

    +1
  • Some more cool dev console codes 1.9 years ago

    @ColonelCanada >>HelicopteraChaseScript.SetVelocity 0,-999,0 true
    That will show 'em.

    +1
  • Some more cool dev console codes 1.9 years ago

    @ColonelCanada No cops would be brave enough to chase a man who desintegrated a wall then teleported 100 meters away.

    +1
  • Some more cool dev console codes 1.9 years ago

    @ColonelCanada Wasn't me I think, this account didn't follow you.

    +1
  • Some more cool dev console codes 1.9 years ago

    @ColonelCanada lol

    say "see ya suckers!"
    //PrisonCell.SetActive false
    //Human>Transform.Translate 0,0,100

    +1
  • Some more cool dev console codes 1.9 years ago

    @ColonelCanada Nope, if I was I would be in my old account, or editing that comment you made as a joke.

    I would also probably be in jail.

    +1
  • Some more cool dev console codes 1.9 years ago

    @ColonelCanada Messing with the dev console, trying out words and all that. It's easier once you understand how it's organized, but I'm not sure how to explain it.

    For the website I randomly ran into things sometimes, I saw the unlisted upvote thing when Phoebe did that to a plane of mine, and the others were the result of testing certain things to see if they worked.

    +1
  • Some more cool dev console codes 1.9 years ago

    @ColonelCanada yes you can

    Oddly enough it doesn't crash the game, just makes your plane vanish and you cant move the camera anymore.

    +1
  • MQ-20 1.9 years ago

    blocc

  • Multiplayer Servers 1.9 years ago

    @TheGuy1440 neither work, imma try seeing if i can get a test server up
    Edit: Weird how complicated this is, apparently I need to install some other software and create an account, a bit much for a test so I'll pass.

  • 2022 Points!!! 1.9 years ago

    You are now 13 years ahead of us.

    What is it like being in the future?

  • Multiplayer Servers 1.9 years ago

    @TheGuy1440 it fails to connect

    how does one even host a server? is it an app or something?

  • Multiplayer Servers 1.9 years ago

    @TheGuy1440 Yeah it breaks sometimes, probably will fix itself in a few minutes.

    You could also check if you typed the IP right if you didn't copy-paste it.

  • Multiplayer Servers 1.9 years ago

    @TheGuy1440 not sure, maybe they got abandoned.

  • Multiplayer Servers 1.9 years ago

    this one is the only active server as of now ==> 160.251.58.131

  • 120GB 1.9 years ago

    Storage doesn't affect how many parts you can run, at least as far as I know.

  • Interesting Statistic about the SimplePlanes community 1.9 years ago

    @JeskoGoesVROOM I recall seeing the game advertised as a "Flight Simulator" and not a random-stuff-building-and-sharing game.

    Could be those people don't know about it because they think the game is a conventional flight sim or they can't figure out how to make stuff and so just play with the default or downloaded planes.

    +2
  • I need an opinion 1.9 years ago

    photoshop? hehe

  • Merry 2023! 1.9 years ago

    6 HOURS REMAIN

  • Interesting Statistic about the SimplePlanes community 1.9 years ago

    Would explain why so many people adquire millenia of experience in plane building before making an account.

    I wonder why they do that though, do they just never realize you can upload stuff?

    +1
  • Forum Post 1.9 years ago

    @ColonelCanada Should you?

    +1
  • Cool screenshot from multiplayer 1.9 years ago

    @ColonelCanada

    grabs phone again Hey RCAF, are you in need of any spies?... No? Maybe a pilot?... What?... I can't fly without a license? throws phone away

    Dang... I'll see you in court.

  • Cool screenshot from multiplayer 1.9 years ago

    @32 It's a location I saved very close to crashing into a mountain at over 6000 knots.

    Funny enough everything seems to just phase through it at that speed, so nothing really dies at "DEATH".

  • Forum Post 1.9 years ago

    @32 aight

  • Cool screenshot from multiplayer 1.9 years ago

    @ColonelCanada No sir you must be thinking of someone else, I am but a humble man from Brazil.

    grabs phone КОД КРАСНЫЙ, КОД КРАСНЫЙ, ОБЛОЖКА БЫЛА ВЗОРВАНА! ПОВТОРЯЮ, ОНИ ЗНАЮТ СЕКРЕТ! puts phone back in pocket

    Anyways I should go now, since uh... I have... uh... a important meeting... here in Brazil, yes. Uh... later!

    +1
  • Forum Post 1.9 years ago

    @ColonelCanada yeah

  • Cool screenshot from multiplayer 1.9 years ago

    @ColonelCanada Look at the second image on my bio.

    I might have to write another party tricks list.

    +1
  • Forum Post 1.9 years ago

    @ColonelCanada

    link

    Too bad the script broke, maybe because I'm not silver yet.

    +2
  • Meteor 76 1.9 years ago

    Oh hey I'm bronze now!

    For the second time lol

  • How- 1.9 years ago

    @FirstFish83828 Interesting.

  • How- 1.9 years ago

    What is that hit counter thing?

    Everyone seems to be using it now for some reason and idk what it is.