23.8k Axartar Comments

  • Mech-1-2 5.1 years ago

    @EliteArsenals24 Thanks!

  • Wright tech: flamer 5.1 years ago

    @Jim1the1Squid well i guess you lost a different war.

  • Mech-1-2 5.1 years ago

    @BuiltBionixInd10 yep lol

  • How do you put engines in a fuselage? 5.1 years ago

    @Brendorkus same, when i found out and that stuff didnt have to touch to be attached i thought it was a glitch. and thought i was the first to find it. i learnt quickly that i was stupid and didn't get it

  • hey look im alive 5.1 years ago

    welp hello or goodbye idk

  • Highest Jet Stream? 5.2 years ago

    Cant beat @jamesPLANESii But I’ve been at 2631 before.

  • Flight simulator 5.2 years ago

    Yeah it wasn’t a good build tbh and I could probably do better now @Shaini

  • some codes I made 5.2 years ago

    I hate to sound stupid but what is PID

  • MOD REQUEST. 5.2 years ago

    Yeah sorry I know the funky tree inputs but never use dev console. @SnoWFLakE0s

  • MOD REQUEST. 5.2 years ago

    @Flightsonic thank you just think that its easier to have it like minecraft co-ordinates cos idk anything about dev console

  • Sword as a Weapon? 5.2 years ago

    @Starlight i hate self promo but in my most recent build i made claws which are essentially small lightsabres and the work perfectly. For me at least. whatever works for you is fine love the builds

  • [TEASER] Stand with the Axis 5.2 years ago

    heli

  • Simpleplanes NEEDS custom sounds 5.2 years ago

    I guess or I would prefer an XML attribute to add to thinks like magnets, engines or guns. Idk something like Pitch and Volume. but that might break because pitch is an input. but this should allow for a fair few types of sounds like magnets sounding like a gong or pistons become strings. it'd be funny and add a lot of sound abilities, and some basic. I believe that your doing this wrong bc that would require making new sound blocks which just seem very, very out of place here.
    /
    And this would allow different sounds but altered. and maybe certain engines sound different.
    /
    one last addition, maybe give the velocity (sustain) of a sound file an attribute because especially if you make something like a railgun not have the generic bullet sound. Mostly because its annoying when one shots been fired for a bit and the sound is still going.
    /
    I propose 3 xml attributes instead. Pitch (or tone or something similar), Volume (loudness etc) and Sustain (velocity, attack, SLength)

  • Sword as a Weapon? 5.2 years ago

    or you can make it all out of guns and have a lightsabre

  • How do you make a forever spinning rotator 5.2 years ago

    @Hellosss38 ah ok

  • How do you make a forever spinning rotator 5.2 years ago

    just add some zeros to max input. it just increases spin amount

  • US Government Officially declares UFO’s as “Real” 5.2 years ago

    @scratch yeah so what if a few windows shatter its fun

  • [Teaser] WHY DID I DO THIS TO MYSELF 5.2 years ago

    @Bob9998 fair enough

  • [Teaser] WHY DID I DO THIS TO MYSELF 5.2 years ago

    @Bob9998 idk tbh just noooope

  • War machine - mk5 5.2 years ago

    @c144538707 oh your right lol

  • I was making a destroyer, but I came across this weird thing. Please help! 5.2 years ago

    @JustDatGuy dw if stuff starts flipping around its probably collision contrast, turn it off on every piece and it should be perfect. OR it could be a gyro issue try turning off AG8 if you have a gyro

  • I was making a destroyer, but I came across this weird thing. Please help! 5.2 years ago

    @JustDatGuy Worst case scenario move the turrets off the boat, one at a time, between each removal try and move them. if it starts working then you'll learn which turret causes issues, re-assemble it on the boat part by part and rotate if it stops working then you know which part breaks it

  • [Teaser] WHY DID I DO THIS TO MYSELF 5.2 years ago

    @Bob9998 sugar in tea what a sin (except iced tea)

  • [Teaser] WHY DID I DO THIS TO MYSELF 5.2 years ago

    @TrislandianAlliance fair enough i live in britain, im an opposite

  • War machine - mk5 5.2 years ago

    @ArcturusAerospace huh ill check that out
    after a google: I see what you mean they do!

  • War machine - mk5 5.2 years ago

    @FatEgg @MemeLord21 here it is

  • War machine - mk5 5.2 years ago

    Thanks @PointlessWhyshouldi @Sadboye12

  • War machine - mk5 5.2 years ago

    @ArcturusAerospace "This mech is a mix of the world protection system (stark), war machine, throw in some gundam, and add a sprinkle of transformers"
    just added the desc

  • Can anyone get me some mech legs that actually work? I’ll pay upvotes. 5.2 years ago

    @ArcturusAerospace lol whatever works works

  • Can anyone get me some mech legs that actually work? I’ll pay upvotes. 5.2 years ago

    @JustDatGuy hey @ArcturusAerospace is right
    this is courtesy of AstleyIndustries
    Mech basics
    Basics:
    - use sine or cosine functions of time, multiply time by a number to change the period (example: sin(Time180), period = 2 sec)
    - if the rotator starts in the middle of the range, use sine (example: hip joint)
    - if the rotator starts at an end, use cosine (example: knee joint and ankle joint)
    - you can offset the range of a function by adding or subtracting a number
    - use functions of your input like Pitch, Throttle etc as a switch
    - check one leg first and make sure it moves correctly, then mirror and replace the Time function so one leg moves after the other (Time
    n -> Timen+n), check for movement in the correct direction
    If you don't want smooth movement, you can experiment with pingpong()
    if you do it right it works really well
    for hip joints use sin(Time
    180) whilst knee and ankle joints use cos(Time*180)
    make sure if you use hinge rotators that you set input min to -1 then double check things are not inverted or inverted.
    REMEMBER USE A POWERFUL GYRO personally i recommend 500% but i see a lot of 1000% stability

  • US Government Officially declares UFO’s as “Real” 5.2 years ago

    hypersonic frisbees.
    change my mind

  • I was making a destroyer, but I came across this weird thing. Please help! 5.2 years ago

    first, check connections on moving parts, if a moving part connects with a non moving part (e.g. turret to hull) then it wont work and cause rotators to break (or flip around).
    secondly if its flipping its more likely that its counterintuitive collision, if a rotator turns a turret cannon and it collides and gets stuck on something the rotator will cause violent flipping. to fix this, open the overload mod and go on parts likely to collide and turn disableAircraftCollisions = true. this means parts go through each other without collision and should stop flippings.
    thirdly if its unrelated to the turrets (check those first) then if its a rotator based propellor engine make sure to have 2 which rotate in opposite directions (e.g. one rotates violently left and the other right) and check collisions.

  • Hey mech legs help 5.2 years ago

    @ArcturusAerospace well it kinda works. it has been moonwalking for 5 mins. that may be published seperately

  • Hey mech legs help 5.2 years ago

    @ArcturusAerospace probably ill try again in a sec

  • Helpful pro tip 5.2 years ago

    @Bob9998 well that idea occured simultaneously

  • Helpful pro tip 5.2 years ago

    @goboygo1 same i think its find and replace in the actual aircraft file, (open in notepad ctrl F i think)

  • ONE THOUSAND FOLLOWERS! 5.2 years ago

    Well done!

  • Hey mech legs help 5.2 years ago

    I saw, I tried turns out either idk, or it straight doesn’t work for me.@ArcturusAerospace

  • [)RoboDog(] (jet) 5.2 years ago

    Thanks @ACEPILOT109

  • [)RoboDog(] (jet) 5.2 years ago

    @ArcturusAerospace thank you. I really gotta figure it out

  • [)RoboDog(] (jet) 5.2 years ago

    Thanks @EternalDarkness

  • [)RoboDog(] (jet) 5.2 years ago

    Thanks for the spotlights!

  • [)RoboDog(] (jet) 5.2 years ago

    @MAHADI Cool tag me if you do

  • [)RoboDog(] (jet) 5.2 years ago

    @MAHADI lol its weird I cant make stuff walk. it is beyond me. Thanks!

  • [)RoboDog(] (jet) 5.2 years ago

    Thanks! @Strikefighter04

  • ZGMF-X13A Providence 5.2 years ago

    jesus, I love these builds.

  • How do you XML mod a bomb to make a bigger Explosion 5.2 years ago

    to my knowledge bomb explosions only scale with bomb size

  • Bend the Curve - Pandemic Response Simulator 5.2 years ago

    2.1 mil deaths. oops. WHY WONT THEY LISTEN