21.5k OverlordPrime Comments

  • [FUNKY TREES QUESTION] G LIMITER 11 months ago

    @Grob0s0VBRa just when I needed one. You are a life saver.

    +2
  • Hey look at this cool drawing 11 months ago

    Very cool indeed.

    +2
  • How Do You Change The Speed Of Unguided Rockets? 11 months ago

    However, you can grab a missile, any missile, and set it's maxTargetingAngle to zero and set it's maxSpeed to very high (1400 should be good. That's the speed of rockets in m/s). That will basically turn it into a unguided rocket. The downside is that you will need detachers to fire them. On the bright side, they are highly customizable and the smoke looks really good compared to the rocket.

    +2
  • Capture The Point!! 11 months ago

    NEVER

    +2
  • Found Footage 4/5 - RWVW_SP 11 months ago

    "What the pilot encountered was nothing more than a balloon that went lose from a nearby carnival."
    .
    .
    .
    .
    .
    later that day
    "I thought I said the video is NOT for public viewing. Which one of you chucklenutts leaked this?"

    +2
  • Aperiostra (FICTIONAL NATION) 11 months ago

    A name that translates to "infinite stars" and a flag with a star system in it. Pretty cool.

    +2
  • Which tank creators on the site are considered your favourite? 11 months ago

    Where's SILVERPANZER? he is usually the first to show up every time "tank" is mentioned.

    +2
  • R E L E A S E T H E E A G L E (On SP) 11 months ago

    I personally think it's overrated. But that's just me.

    +2
  • Types of SimplePlanes users 11 months ago

    @Boeing727200F i think I will fit right in the Mentally unstable category.

    +2
  • Found Footage 2/5 - RWVW_SP 11 months ago

    nothing to see here. It's just a weather balloon. Please disperse

    +2
  • IA SPowder Toy 20x20 11 months ago

    I am trying to figure out how to make canards work properly. And this guy is over here making a game inside another game.

    +2
  • Simpleplanes 2 11 months ago

    Unfortunately, us Android peasants gotta wait longer. But i will be here to celebrate the pc release.

    +2
  • Ugh guys, I may have found one of these business bots again. one year ago

    To add a point, these bot accounts are fresh. Created within a few hours of the forum post.

    +2
  • Was I hallucinating or what??? one year ago

    It's the Brown pearl. yee indeed made a grave mistake.

    +2
  • VFA Steals a Stealth Jet!? one year ago

    Stealing others build is not cool. It's against the site rules and there will be consequences.

    +2
  • so hows yalls day pt 3 one year ago

    Stop inhaling unwanted things.

    +2
  • Simple Trainer: Funky Trees ILS Test 1 one year ago

    Nice. I have a question, how do you guys use text labels so efficiently? Every time i try to make a simple hud with it, it just won't work. The text messes with each other. And how do you make the whole text rotate? They always rotates individually for me. It just feels like black magic to me.

    +2
  • How does this game keep a consistent fan base after 9 years? one year ago

    @126 the fact that i have never uninstalled this game also proves it. Usually I install a game, play it for a while, get bored if it and uninstall it. This game is the only exception. Also, nobody plays this game for it'sspectacular in game missions. We play it because of the creative freedom we get. and most importantly the ability to share your builds with the community. Sort of like Minecraft minus the multiplayer part.

    +2
  • Estimated impact of missile one year ago

    {TargetDistance / (missiles speed)} gives time to target in seconds.
    {ammo("weapon name")} shows ammo count of the weapon.
    {(SelectedWeapon)} shows the selected weapon.

    +2
  • *Smack smack smack* one year ago

    Well, this is quite the information presented here. I need some time to process this.

    +2
  • Graingy Survey: Favourite Thanksgiving Foods? one year ago

    Uhhhhh.... I thought thanksgiving was an american holiday. Is it not?

    +2
  • 0.9 gallon Challenge? Nah, I’d win. one year ago

    @Graingy true, what about flapping wings? Though it's harder and more complex to pull off.

    +2
  • Cockpit Suggestions (For You Guys) one year ago

    @Rb2h whaaa...... I am not insane, I can definitely be trusted with weapons of mass destruction :3

    +2
  • We getting sleep deprivation with this one one year ago

    @GuardianAerospace i know. Like I said before, you will get through this.

    +2
  • We getting sleep deprivation with this one one year ago

    @GuardianAerospace education really needs a reform. And a clear line needs to be drawn between work and literal abuse.
    THERE IS A FUCKING FLIE IN MY ROOM AND IT'S REALLY GETTING ON MY NERVE. THAT LITTLE SHIT IS STILL FLYING EVEN AFTER I SLAPPED IT ACROSS THE ROOM.

    +2
  • Dear Floridians one year ago

    @126 hurricane.

    +2
  • [Meme] Personas one year ago

    @Boeing727200F honestly, a nuke can deal with an outbreak very effectively. You shouldn't be complaining.

    +2
  • [FT SAM] RIM-116 Rolling-Airframe Missile one year ago

    I can feel my brain collapsing on itself as I try to comprehend how this works.

    +2
  • 25% complete one year ago

    Tornado ?

    +2
  • GET OUT AND VOTE!!!! one year ago

    Democracie is an illusion of choice.

    +2
  • [Teaser] They see me rolling... one year ago

    It took a while to load the image, but the moment I saw the tip of it I knew what it was.

    T

    +2
  • Let's say, for the sake of argument, I went to Bandit for Shawarma... one year ago

    You are locked inside some sort of containment facility, aren't you? You desperately want someone to break you out of there.

    +2
  • What should I make? one year ago

    @Solent19 you beat me to it.

    +2
  • Cockpit windows one year ago

    There is no tutorial. You simply "f#uck around and find out".


    actually there are Tutorials on this but in my opinion, it's better to do it on your own. Mess around with it, try to understand how things work. It will be a humble start but will workout in long-term.

    +2
  • Graingy Survey: What parts do you never use? one year ago

    @IceCraftGaming the in game nose cone is just bad. It's not flexible (when it comes to shaping it) and always sticks out like a sore thumb. But although rare, it has its uses.
    That's where nose cone from juno stands out.
    (I fully understand that juno is a more advanced game compared to simpleplanes)

    +2
  • HOW TO LIMIT G-FORCE? one year ago

    Clamp01() limits the output between 0 and 1 and if I remember correctly, it only takes only one input. For example clamp01(VTOL). What you are supposed to use here is clamp(). An example would be clamp(VTOL,-0.5,0.8). Here the output is locked between -0. 5 and 0.8 (or -50% and +80% if you will).

    +2
  • How to modify health of parts in bulk and not per part? one year ago

    For fuselage pieces, you can Add section and the next pice will have the same xml properties as the original. For other parts, you can mirror a edited part or save them as sub assemblies. Currently there is no way to change health all at once.

    +2
  • I might take a break one year ago

    Relatable. too relatable

    +2
  • Arrested using grappler one year ago

    FLINT LOCKWOOD!!!!

    +2
  • Pros VS Cons: Mac one year ago

    @Randomplayer in that case, it's a good idea to find out the pros and cons of mac.
    Plenty of Mac users here. One should eventually pop up.

    +2
  • MiG-29SM one year ago

    It's unlisted. Not ready yet?

    +2
  • New logo, what do you guys think one year ago

    @Graingy yeah the lines need to be thicker. And yes, I made it myself.

    +2
  • 100 upvotes! one year ago

    You made it. Good job

    +2
  • Side-Climbing?! No way!! one year ago

    @TheUltimatePlaneLover probably

    +2
  • Side-Climbing?! No way!! one year ago

    He is a man on a mission. Nothing is gonna stop him

    +2
  • Why doesn’t Jundroo do player content of the month anymore? one year ago

    @TTL that's the neat part, they all ready did.
    Jokes aside, like orange said, they are probably preoccupied with SP2.

    +2
  • Special Military Cargo-130 SPEC OPS (lite) one year ago

    @Eagleman101SP thank you 😃

    +2
  • Hello there mine turtle! 1.1 years ago

    @TheMouse thanks

    +2
  • Help 1.1 years ago

    @GuardianAerospace @Christiant2 yup. There is no coming back for both of you.

    +2
  • One questiøn... 1.1 years ago

    @Apollo018362 honestly, what are they going to lose just because some guy mentioned it in a obscure game about making planes? If anything, it's more like doing a free advertisement.

    +2