23.8k Axartar Comments

  • Code for a hover engine? 8 months ago

    or you could sorta do a worse version of a PID where the for a downwards facing engine input = Amplitude*rate(altitude) where you could always using a logarithmic or diminishing aspect to stop it going haywire like atan or log

    +1
  • Code for a hover engine? 8 months ago

    idk too well, but in theory with a PID(a,b,c,d,e) and some clever picking you could sorta have it hover wherever or an adjustable height using something like PID((clamp01(VTOL)*altitude,altitude,c,d,e)

    +1
  • A basic low part submarine 8 months ago

    @IMCI its like 5 or 6 years old total lol, I only uploaded it when someone posted a gallery of cool simpleplanes pics like 2 years ago and I saw my sub in a pic so I uploaded it

    +1
  • teach me stuff about electric(a.k.a rotator) propellers, please. 8 months ago

    @Monarchii in all honesty, what I did to boost speed was just to increase rotator speed, add more propellors, or it might be worth having a look into what affects the lift generated by wings, if dragScale does, then increase that

    +1
  • Graingy Survey: What's Your Favourite Vegetable? 8 months ago

    Onion. cook, stew, fry, them, they work in literally every dish, and are the foundation of literally every dish, on top of that they're cheap as all hell, even cheaper than potatoes for me right now like 65p for 1kg.

    carrot is second place for being a bulking agent

    +1
  • How much people are on this site? 8 months ago

    @YarisSedan god yeah, i think i saw Jelly of all people playing it and ended up getting it even then years after he played it

    +1
  • New Map? 9 months ago

    look cool asl

    +1
  • Mech dog... 9 months ago

    thank you @LunarEclipseSP

    +1
  • The Zenith Paladin 9 months ago

    @Hiiamhere hey man thanks for all the attention, greatly appreciated

    +1
  • I hate hands so much 9 months ago

    @overlord5453 I found that out, it kept just reconnecting to random parts, disconnecting from random parts, aggravating. and ah. manually. right. not ideal, but doable

    +1
  • With this treasure. 9 months ago

    @IceCraftGaming any tips? i mean, they will smooth a bit if I fix their connections, but only so much yk

    +1
  • With this treasure. 9 months ago

    @IceCraftGaming yeahhh, they didnt smooth very well, I will redo them for certain, for some reason I just cant get them right lol

    +1
  • What is the best time (literally time) to publish a craft? 9 months ago

    It really depends, but pick a weekend or a friday, and go for like idk 5-7pm so after work/school/clubs for american time, but then this is kinda late for the rest of the world, so, its always a gamble

    +1
  • Malevolent Shrine 10 months ago

    This is amazing, and a quick aside, theres a chance im making something related to this, if I could show it off in a video, credit will be given of course. This still all hinges on me actually making it, brilliant build

    +1
  • Say "Airport" in your language! 1.8 years ago

    Airport lol

    +1
  • The Zenith Paladin 1.8 years ago

    @KSB24 fingers crossed, and tysm dude the support is great

    +1
  • In my very early 20s 1.8 years ago

    happy bday

    +1
  • Why I Think the Next Jundroo Game WON'T Be SimplePlanes 2 | An Opinion Piece 1.8 years ago

    cant wait for the new ComplicatedPlanes

    +1
  • A-10 Phantasm 1.8 years ago

    @ToeTips I'm afraid I honestly have no idea, I didnt speak much or maybe at all to the builder, and it was years ago, but theres defo a few in the same boat, like every build being like insanely upvoted and they get gold in less than a month

    +1
  • Wright Island Weekly #4 1.8 years ago

    @TinyMaus thats honestly great to hear, awsomur and his newspaper shoutouts helped build me up and get me to where I am, good luck with all of this

    +1
  • Wright Island Weekly #4 1.8 years ago

    @TinyMaus Also, just wanna say seeing this is cool, like its the next generations of simple planes news reporting which is cool to see @Awsomur

    +1
  • A-10 Phantasm 1.8 years ago

    @ToeTips Yeah, in all honesty the people in my golden age of simple planes are mostly all gone at this point, so I feel like its just the life cycle of the site

    +1
  • A-10 Phantasm 1.8 years ago

    @ToeTips yeah thanks dude, I'm starting a my uni so I'm busy, I'll still probably check by the website but nothing crazy

    +1
  • Wright Island Weekly #4 1.9 years ago

    gotta agree with the flyout slander, simple planes is a better game, beautiful in its simplicity, I love the building tools more than any other game I've played to date due to relative ease of use xml tolerance and inclusion and honestly some of the jankiness in the physics makes it more fun, like ive had way more fun building a harness for the USS tiny to make it go at mach 2, than building or flying any detailed craft. this game is a hub of creativity, and I love that its not even all about planes anymore, cars, helis, mechs, subs, boats, etc etc. I've stuck around for going on 6 years odd for a reason

    +1
  • How to make a mech walk. 1.9 years ago

    @Nitrogeneating1160 oh I think I get what you mean, and thanks for the advice, bc I defo don’t have all the answers lol

    +1
  • How to make a mech walk. 2.4 years ago

    @RodimusRhoamMaximus https://www.simpleplanes.com/a/90TqwQ/Transformers-scorponok
    ———————————
    This is my favourite example I think, what I’d recommend you to do is find a reference of a six legged creature or mech walking, and choosing a selection of keyframes over a single cycle of walking. With these you can find out how far each joint is extended and try to make sure the value is between -1 and 1 but if you want a more uncanny look you can exceed those boundaries.
    ———————————
    From there I like to put it into desmos the online graphing calculator, and I try and find a Sinusoidal graph that repeats every 2pi or 360 degrees. I choose the repetition over this duration because otherwise half of the walk is fine but after a cycle it won’t repeat. This graph is usually a massive amalgamation of lots of sines cosines etc in different amounts e.g. (sin2x+3cos4x)sinx.
    ———————————
    Now the last real thing I can say is to choose a simple multiple of 90 or 180 to multiply by time. The smaller the value the slower it walks, the larger the value the faster it walks.
    ———————————
    I hope this is helpful.

    +1
  • How to make a mech walk. 2.4 years ago

    @RodimusRhoamMaximus should do, if you want it to transform with the same joints you might need to add some extra snippets of stuff.
    E.g. let’s say it’s legs are tucked away until group six is activated you could use,
    (walkingcode)*(Activate6)+(-1)(!Activate6)
    This assumes that -1 is a position where legs is tucked, and I could be wrong but I think in funky trees ! Means “not”. I hope this helps and I could explain more if needed

    +1
  • Imagine that you have the source code of SP 2.5 years ago

    Underwater camera and engines, we’ve got helicopters, cars, planes, rockets(sorta), etc etc. the only real thing we’re missing is submarines and underwater.

    +1
  • {Automatic-camouflage}. [TEASER] 2.8 years ago

    @GorillaGuerrilla oooh very nice I’d be interested to see it, I’ve had this concept for like 3 years so I’m curious.

    +1
  • Can we? 2.8 years ago

    How. But also cool.

    +1
  • My Honest Opinion of Cuttable Fuselages in SP... (Plus news for Jundroo) 2.8 years ago

    I think cutting is great. Few drawbacks. It allows players with less skill or time to create masterpieces parallel to people with point scores magnitudes higher. the shapes it makes are cleaner and far more interesting. Idk. I don’t build a lot of things that require finely measured pieces, because I like to build freehand but I do wish there was a way to input a number for the cutting percent. I plan on sticking around because I don’t really care about planes, I just like the building aspects. Besides I’m having a phase of building walkers.

    +1
  • SP had two types of AA Tanks (at least) 2.8 years ago

    @Kendog84 yeah I never really looked into the AI vehicles, so it’s kinda cool someone is

    +1
  • Had my First day of college today 2.8 years ago

    Good luck lol

    +1
  • SP had two types of AA Tanks (at least) 2.8 years ago

    if you go into aircraft designs it shows you a handful of ai designs as well as your other designs, copy and paste an AI design and rename it. Go into the game and you can play with it. It doesn’t have the tanks tho, just bombers and race opponents mostly, so my bad there.

    +1
  • SP had two types of AA Tanks (at least) 2.8 years ago

    @Kendog84 I can’t remember exactly but if you fish through the ai vehicle designs in the game folders you can find some of the vehicles.

    +1
  • Speed-triggered Gyroscope 2.8 years ago

    Not really sure if there is an input function for gyroscopes. But in theory I think it’s: (v<600)&(v>200)

    +1
  • Fighter Jet Build Requests? 2.8 years ago

    Horton ho 229. Or freehand smth

    +1
  • KPW-2 "Skif" AA 2.8 years ago

    @EasyEight I feel that lol, even the stuff I make to be realistic is freehand

    +1
  • I have no idea anymore 2.8 years ago

    @iic011 thanks lol, I ended up using a simpler solution which is part of the series to make a sawtooth wave and messing with it

    +1
  • Funky trees question.[][ 2.8 years ago

    @Grob0s0VBRa I couldn’t splice it using abs or max because of that fact that they were both sinusoids, but the less than is a good idea thanks!!

    +1
  • Funky trees question.[][ 2.8 years ago

    @Grob0s0VBRa oh that’s clever, I wish I’d thought of that

    +1
  • New XML properties 2.9 years ago

    @sidewinder21 as in like how bombs and missiles are selectable? If so, I don’t think so, however u can use them normally, they have the input FireGuns I believe if that helps

    +1
  • A basic low part submarine 3.2 years ago

    @Alucardox hmm, yes kinda, i made an aircraft carrier called the USS hydra which has a sub if that's better for you, as for torpedoes; weapons disappear under a certain depth so i find them redundant on subs unfortunately

    +1
  • The alt question 3.2 years ago

    Idk I assume there’s some testing based reason, maybe ppl upload more than the plane limit

    +1
  • A portrait of Rick Astley 3.3 years ago

    Beauty

    +1
  • What is today's date? 3.3 years ago

    That sucks, good luck dude

    +1
  • {Automatic-camouflage}. [TEASER] 3.3 years ago

    I’d recommend finding it out by either making your own announcement or going on a discord or searching on the simple planes website, when you boot up the game, click on mods, you should see two. Click on overload. Activate it. Then go into build and fly. From there select the rocket and press the button on the bottom of the screen that has “</>”, or something similar, then you should be looking at the objects attributes. These attributes can be changed, the one you are looking for is scale. It should look like this, Scale. 1,1,1. Or something similar. This means scale x,y,z. Changing one of those numbers alters the scale of the item in that given axis for the item.@Maxikgrad

    +1
  • Is there a locked input? 3.3 years ago

    Unfortunately no, automatic countermeasures would be great tho

    +1
  • What plane should i build? 3.3 years ago

    Freehand an attack plane, or idk a steampunk style aircraft

    +1
  • Can anyone help me to find a certain non-aircraft build by description? 3.3 years ago

    I’ll have a looksies@Rakoval500k

    +1