64.4k ZeroWithSlashedO Comments

  • SM-5 ARM 2.4 years ago

    images aren't loading

  • Original Fantasy WWI Build Coming Soon 2.4 years ago

    @MitchellAviation
    I'm sorry
    it's just, I say what I say

    yaknow dudes who will blatantly say whatever the fuck is in their minds, not thinking about whether if they're being rude or not?
    yeah I'm that type of guy
    sorry.

    regardless, if you're making a teaser at least put an image or smth to make it appeal to the wider audience and not some guy who requests T on all of the teaser posts

  • FA-4 Thunderbird 2.4 years ago

    nice.
    PAT saikou

  • It was a great time here 2.4 years ago

    shame I'm not into mcdonalds
    street foods are somehow always better

  • Original Fantasy WWI Build Coming Soon 2.4 years ago

    stop making teasers like these I swear
    it's not going to appeal to the larger audience if it's plain like this

  • Build question 2.4 years ago

    projectiles which lands at a steep angle does that though...

  • War Challenge: The return of the evil (CLOSED) 2.4 years ago

    @Yourlocalhuman
    read the comment again, I edited it kek

  • War Challenge: The return of the evil (CLOSED) 2.4 years ago

    btw about that MBT
    it's still under development by Solm Defense Vehicle Manufacturer, might take a bit more time to be ready
    once it's on full scale production, several units will be sent to the Krakabloan Army, prices can be considered later

    in the meantime, if you want, we can send some upgraded KM2As, one unit will cost W$ 449.000 if all is taken into consideration
    Tank: W$ 260.000
    Logistics: W$ 20.000
    Maintenance: W$ 24.000
    Proper training: W$ 145.000

  • so uh... Tomcat? 2.4 years ago

    @Inuyasha8215
    that's the part where I don't understand
    it's not funny

  • Rotator Control Trouble 2.4 years ago

    @JustWingIt
    oh ok
    then yeah, change the Pitch to Roll or Yaw

  • War Challenge: The return of the evil (CLOSED) 2.4 years ago

    @Yourlocalhuman
    it could also end up being more than 50 tons :v

  • War Challenge: The return of the evil (CLOSED) 2.4 years ago

    @Yourlocalhuman
    it'll be in 30-40t is that good?

  • War Challenge: The return of the evil (CLOSED) 2.4 years ago

    ya'll need an MBT? I'm tryna make one rn

  • RAH-66A COMANCHE 2.4 years ago

    le comanche

  • Okay, hear me out. 2.4 years ago

    amazing.

  • This is just too soon.. 2.4 years ago

    grief
    but that's how life goes, they take everything away from you, it's just a matter of time
    sorry.

  • One thing 2.4 years ago

    I don't know why, it doesn't even matter how hard I try
    jokes aside, I can't think of anything else so I'll just updoot this post

  • FubuMio :D 2.4 years ago

    @HoshimachiSuiseiMyBeloved
    elo

  • Lockheed NF-104A 2.4 years ago

    oops, didn't realize the part count exceeded the limitation.

  • Engines 2.4 years ago

    @jamesPLANESii
    yeah, I'm aware
    but tbf Idk what he's trying to do either so technically
    zero wa warukunai yo ne?

  • Help 2.4 years ago

    @Mrgoofy
    Idk, figure it out yourself

  • Vtol engine question. 2.4 years ago

    no.

  • Help 2.4 years ago

    part of code is wrong
    aeh

  • so uh... Tomcat? 2.4 years ago

    @OwO
    what the hell are you talking about

  • Need help with some hover FT 2.4 years ago

    @32
    not sure
    but the most important part is what throttle percentage is it at for the aircraft to be level

  • so uh... Tomcat? 2.4 years ago

    @OwO
    what the fuck do you mean a pudding

  • Need help with some hover FT 2.4 years ago

    depends on how strong the thrust of your aircraft is compared to the weight of your aircraft
    get those datas first then we can talk about business

  • Bruh 2.4 years ago

    just try not to care then
    also this was a fucking month ago it's not even worth bringing up anymore

  • so uh... Tomcat? 2.4 years ago

    @OwO
    never once I remembered talking about a pudding

  • so uh... Tomcat? 2.4 years ago

    @OwO
    mayhaps you got the wrong person?

  • so uh... Tomcat? 2.4 years ago

    @OwO
    I don't though

  • so uh... Tomcat? 2.4 years ago

    @OwO
    wtf do you mean

  • so uh... Tomcat? 2.4 years ago

    @OwO
    what

  • remove feelings forum topic 2.4 years ago

    this is more of a Feeling type of forum tbh

  • Does anyone know this F15 type? 2.4 years ago

    hard to tell with such little detail

  • Problem in the nozzles 2.4 years ago

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

  • Problem in the nozzles 2.4 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.4 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

  • How many parts can be considered mobile friendly? 2.4 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

  • Code that displays time since certain condition has been met? 2.4 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.4 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

  • -AAAAAAAACTIVE 2.4 years ago

    pink.

  • Type 3 Corvette (Tanager Class) 2.4 years ago

    very pog :D

  • Suggestions are not going the right way (opinion) 2.4 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

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

    @ReinMcDeer
    thanks

  • [FIXED] Someone copied my aircraft 2.4 years ago

    @NotRandomBuilder8732
    lah kan bilang sendiri