63.1k ZeroWithSlashedO Comments

  • so uh... Tomcat? 2.2 years ago

    @OwO
    mayhaps you got the wrong person?

  • MAPA Challenge [CLOSED] 2.2 years ago

    aeugh
    nobody told me there was such challenge
    count me the fucking in

    +1
  • Reinstalled Minecraft 2.2 years ago

    oh shit
    look guys it's the ace combat f15

    +1
  • so uh... Tomcat? 2.2 years ago

    @OwO
    I don't though

  • so uh... Tomcat? 2.2 years ago

    @OwO
    wtf do you mean

  • so uh... Tomcat? 2.2 years ago

    @OwO
    what

  • Sad announcement from DJAerospace 2.2 years ago

    I can't tell if this is a genuine copyright issue or if it's a lore thing

    +1
  • remove feelings forum topic 2.2 years ago

    this is more of a Feeling type of forum tbh

  • Does anyone know this F15 type? 2.2 years ago

    hard to tell with such little detail

  • FubuMio :D 2.2 years ago

    @ColonelCanada
    no
    I don't want to bother
    but who knows I might change my mind

    +1
  • Problem in the nozzles 2.2 years ago

    @Mrgoofy
    you're supposed to be putting that code only on the blasto vtol though

  • Convair F-106 Delta Dart 2.2 years ago

    very cool plane

    +1
  • Problem in the nozzles 2.2 years ago

    @Mrgoofy
    I'm not really sure how I could simplify it more but here we go
    basically the engine is only able to be operated in one way, not two ways
    and since it's only be able to be operated in one way, only pitch down activates the engine, and not pitch up
    to counteract this, put abs(Pitch) on the input so the engine turns on regardless of whether you pitch up or down

  • Problem in the nozzles 2.2 years ago

    one reason is because the engines only support one sided input, which means it'll only pick up the positive value of the input, and not the negative
    and since pitch down is positive pitch input, it only picks up the input from the pitch down

    one way to fix this issue is using abs(Pitch) as the engine input
    what abs(x) does is it turns every value except neutral or 0 of what x is to a positive value
    so for example, if you pitch up 0.1 times the max value, it doesn't output the value as -0.1 (which is what it does without abs(x)) but rather as 0.1

  • I'm out and gone 2.2 years ago

    I feel like I'm going to go down the same path, but I'm not sure
    we'll see

    Though I'm not even sure what's wrong about making Genshin liveries, people are just being themselves, expressing their creativity.
    Sure, you might dislike the livery solely because of... stereotypical stuff, but you can't disagree that they have the creativity and passion to make something most people don't wanna bother about. This is happening to me with Hololive themed liveries.

    Either way, fly safe out there bud. I'm sure some people will miss ya. If you need any help, don't hesitate to contact someone you're comfortable with.

    +1
  • How many parts can be considered mobile friendly? 2.2 years ago

    it depends on the creator I guess
    if for example they feel most mobile devices could handle their builds, they'll mark it as a mobile friendly device
    I myself consider a build to be mobile friendly to be around <300 parts, but even a 300 part creation would sometimes be unfriendly, so the barrier is really vague tbh

  • 10 HOURS OF WORK RUNINED BY A BUTTON 2.2 years ago

    am I the only person who uses the mirror button frequently
    ok but fr, yeah the mirror button is a bit weird
    it shouldn't just mirror a part's properties and positions, it should also match the part's connection instead of auto reconnecting it after it gets mirrored
    and that goddamn, fucking part obstruction on mirrorings... they really should remove that

    +1
  • The logic behind upvotes on the site 2.2 years ago

    if you're aiming for that upvote points, just don't

    you're essentially going to be losing what potential you have in you, by limiting the fact that you just want upvotes

    people with an aim of getting upvotes usually when they don't get enough upvotes, they'll try to cope and seethe by complaining about why does this other dude seem to do better when he has practically the same quality build as you do
    and soon enough, they'll lose motivation and interest in building because they won't get enough stupid internet points, and essentially be depressed

    so my advice, just don't
    as Korzalerke said, you'll enjoy the game more because you enjoy building, pushing yourself to the limit instead of... whatever you're trying to do with those stupid and useless internet points

    +4
  • Code that displays time since certain condition has been met? 2.2 years ago

    so... How are you trying to achieve this "warning"?
    Through texts, mayhaps? or lights?

    nvm, I understand now, kinda

    lemme get this straight
    you want to make a warning about the rpm overspeed by stating how much time it has spent in it's overspeeding state, and you want it to count from 0 again when it reaches safe rpm before it spent 11 seconds in it's overspeed state?
    in that case

    smooth(RPM1>maxRPM, (RPM1>maxRPM ? 1/11 : 1)) should work

    need explanation?
    so, RPM1>maxRPM should've been a boolean, right? But a boolean is also a value. True is essentially just 1, and False is 0.
    smooth(x, l) is essentially forcing the value to go through a rate, instead of instantaneously turning into the value it's supposed to be, whether it activates or deactivates.
    to combat this, use the "if" format on the l part of smooth(x, l). If it reaches the maxRPM, it'll smoothen out the code. If it returns to a safe RPM after it oversped, it'll instantly return to 0 because you're not limiting it's rate of change, aka matching the same max rate as it's max value.
    if you don't want the final value to show up as 1, then add *11 at the end of the code.

  • [Tutorial] How to Make Realistic, Smooth and (mostly) Mobile-Friendly Liveries Easily 2.2 years ago

    can confirm, this is how I did le gura plane
    however, image from texts I don't recommend because it will significantly take up your performance
    and you don't want to fly your own creation with 2fps after all

  • Stepping down 2.2 years ago

    understandable
    those moments exist
    I too would probably step down from my position in the [REDACTED] if I was ever given one

    +1
  • This rabbit hole is a powerful one. 2.2 years ago

    @Gryphus322
    even better:
    tomocat because she will casually friendzone you.

    +1
  • -AAAAAAAACTIVE 2.2 years ago

    pink.

  • Type 3 Corvette (Tanager Class) 2.2 years ago

    very pog :D

  • Suggestions are not going the right way (opinion) 2.2 years ago

    all I want honestly is a rework of the weapons (including but not limited to the combat that is AI and the countermeasures) and some measures of part reduction
    as long as those things can be achieved, I'm happy

    yeah sure, part reduction has been able to be achieved with the addition of fuselage cutting but imho, there's alot more things that can still be done

  • Grouped parts 2.2 years ago

    very cool suggestion, apdut

    +1
  • This rabbit hole is a powerful one. 2.2 years ago

    @ReinMcDeer
    thanks

  • [FIXED] Someone copied my aircraft 2.3 years ago

    @NotRandomBuilder8732
    lah kan bilang sendiri

  • This rabbit hole is a powerful one. 2.3 years ago

    @Farewellntchii
    thanks
    there's still alot of room to improve though

  • This rabbit hole is a powerful one. 2.3 years ago

    @Farewellntchii
    I don't think I'll put foob on the plane
    whether as a pilot model or a 2d fuselage art

  • [FIXED] Someone copied my aircraft 2.3 years ago

    it's not even surprising at this point
    udah sering mah sekarang, dari dulu malah

  • Missile and Bombs need to be remodeled and given new look! 2.3 years ago

    yeah
    may I also remind you that the fins on the base missiles are angled 50° instead of 45°

    +2
  • 19 48 749 Nordschleife Best Time WR !!!!!! 2.3 years ago

    my man speedsled every corner, holy shit
    best player ever

  • what the hell 2.3 years ago

    @Bellcat
    true lmfao

  • what the hell 2.3 years ago

    warning:
    very off topic

  • Wakey Wakey.... 2.3 years ago

    @mahardika
    alhamdulillah

    +1
  • Wakey Wakey.... 2.3 years ago

    hadir mas, hari ini berjalan dengan baik kah?

    +1
  • I’m back at it again. 2.3 years ago

    nice.

    +1
  • War Challenge: The return of the evil (CLOSED) 2.3 years ago

    has anybody even done a recon mission
    ffs our lives will be much easier when we had done one

  • Projects Sitrep 02/08/2023 2.3 years ago

    :o

    +2
  • War Challenge: The return of the evil (CLOSED) 2.3 years ago

    I should get started on a landing ship
    perfect opportunity to possibly make a new vehicle I've never made

  • The logic behind the undo button 2.3 years ago

    @jamesPLANESii
    editing labels yah

  • Um… 2.3 years ago

    I'm getting quite tired of seeing it tbh but basically it's something to do with the USAF with it's "deadliest fighter" and china
    I'm not describing it in detail, it's getting old by now

  • Problems loading a video ? 2.3 years ago

    probably because the limit is caused by the "upload" button itself, instead of the video being physically there
    Idk how it works tbh, just a speculation

  • The logic behind the undo button 2.3 years ago

    exactly why I have been using undo buttons everytime I make a mistake
    never once I complained about undo buttons
    "it's not broken, just outdated" is the best way of describing what the undo button is

    by the way if I remember correctly, editing texts don't count as a step

    +5
  • F-35B WIP showcase 2.3 years ago

    @GuyFolk
    lol

  • Let me do it for you~ 2.3 years ago

    din a du id fo yu

  • Harmless Weather Balloon 2.3 years ago

    yes, lmao