67.1k SnoWFLakE0s Comments

  • Some help appreciated... 4.2 years ago

    Literally just Activate7

    +1
  • New Beta - v1.10.103 4.2 years ago

    @Vladimir1944
    .
    You can already do 99% of those things you requested with some creativity and math.

    +1
  • New Beta - v1.10.103 4.2 years ago

    @Chancey21
    .
    Heh... I reported that one. I noticed it just after 1.9... Got a chance to report it so I did, lol.

    +1
  • Funky Trees Guide - Updated for 1.10 4.2 years ago

    @RandomDisplay
    .
    Probably an issue of your syntax itself. Looking at it, your first statement isn't a boolean, probably why.

    +1
  • Funky Trees Guide - Updated for 1.10 4.2 years ago

    @PlaneFlightX
    .
    Hey, go try making a forum post about it. I'm not the only resource.

    +1
  • OUTDATED: Input System Explanation & Tutorial ("Funky Trees") [SP 1.9] 4.2 years ago

    @Bombsmithfurry67
    .
    1. I replied on your post
    2. Planaria's second suggestion should work fine.

    +1
  • How does zeroOnDeactivate command work? 4.2 years ago

    @PlanariaLab
    .
    多分このポストの作者さんは二番目の事を望んでいたんでしょ
    一番目はactivationGroup, zeroOnDeactivateにinputにもFireWeaponsが書いていなければ作者さんののぞみ通りうごきません

    +1
  • OUTDATED: Input System Explanation & Tutorial ("Funky Trees") [SP 1.9] 4.3 years ago

    @Kureshik
    .
    (x=100) ? 1 : 0

    +1
  • Dank Meme #4 (Funky Trees) 4.3 years ago

    Haha. It definitely can be confusing!

    +1
  • Gyroless Realistic Stabilizer (2-plane) - Challenger 2 4.3 years ago

    @BoganBoganTheMan
    .
    Angry French noises intensify

    +1
  • How to delay a hinge rotator? 4.3 years ago

    That's fairly nonspecific, but to answer that request something like smooth(GearDown, 1) > 0 should give you 1 second delayed movement.

    +1
  • Stopwatch - Fully Functional 4.3 years ago

    @Shootingstar07
    .
    Please feel free to take the code!

    +1
  • (Official) tank tracks in SP 4.3 years ago

    To be fair, it makes no sense for the mobile versions to have the same capabilities as the PC version, which costs more than the mobile edition. Do as you will with that idea.

    +1
  • Idea To Improve Weapon Customization 4.3 years ago

    @F104Deathtrap
    .
    Fair point. I'm just saying that it's not immediately necessary, as it is fairly easy to do these when you get used to them.

    +1
  • Idea To Improve Weapon Customization 4.3 years ago

    @F104Deathtrap
    .
    Detacher method has always been without AGs. That's the point.

    +1
  • Man that pretty neato (100k time) 4.3 years ago

    Why not a fully functional beluga whale? Congrats!

    +1
  • Active Defence (Mod WIP) 4.3 years ago

    I suppose this is done by treating projectiles as an "aircraft"?

    +1
  • Mountain Scenery Pack 4.3 years ago

    No reshade on lè Màc :P

    +1
  • [1.9.202 Beta] New Features Explained + Impressions 4.3 years ago

    @ThomasRoderick
    .
    Ah, none currently are available. You can simulate it using smooth however.

    +1
  • You're welcome Andrew. 4.3 years ago

    Oh god

    +1
  • Funky Trees! Q&A 4.4 years ago

    @SajabAerospace
    .
    You'll have to use a PID controller, which takes a lot of manual tuning... You'll have to try and deal with that on your own.

    +1
  • Russian Bias 4.4 years ago

    Imagine not knowing how aircraft links and downloading works

    +1
  • The Unfortunate Truth 4.4 years ago

    @Adityo0502
    .
    The follower system is near useless. Barely anyone looks at the jet stream. I can agree with the latter portion (in regards to people with clout just getting upvotes easily) but the first simply isn't true, although it's clearly a hyperbole used for rhetorical purposes. I've seen more than enough 0 point uploaders strike 100 upvotes on their first build.
    So was I- it wasn't I made a build that was novel, inventive, and genuinely interesting to play with that was garner a notable sum of upvotes.

    +1
  • Graphing in SP 4.4 years ago

    Dammit! I was gonna make one of these, but I couldn't find the time for it...

    +1
  • We need the devs back 4.5 years ago

    This post is wrong in every way possible. You clearly haven't spent enough time here.

    +1
  • Funky-tree request 4.5 years ago

    @Pophead
    .
    I suppose you can do with activationGroup gimmicks, but probably it will be incredibly buggy.

    +1
  • Earth, made out of guns V2 4.5 years ago

    Wack.

    +1
  • suzu 4.5 years ago

    スポットーライトしました!今度もいい作品ですね

    +1
  • Solved: Realistic turn rate 4.5 years ago

    Hey, the physics in SP are actually pretty good when you use them correctly.
    Funky trees really expands the options here for doing a lot of things, but generally it's best if you have data from flight manuals that tell you control surface effectiveness relative to IAS. Usually it turns out something like logarithm, so as long as you have the data you can make it incredibly realistic.

    +1
  • For Queen and Country! 4.5 years ago

    @Blyatsickle
    .
    Discord has been having seizures for the last few months. Keep trying. It's happening for everyone.

    +1
  • bad apple 4.5 years ago

    @Urya
    .
    ランプをつかって作ることはなんでもきれいで機能性もありますが、やはり画質上げるとパーツの数が多すぎくなりますよね。。。

    +1
  • The fastest tank build in the west. 4.5 years ago

    @Dllama4
    .
    Hack Bacon's account and obtain the unlisted builds

    +1
  • I need help with making a custom rotary cannon 4.6 years ago

    @FeistyPapa
    .
    It is specifically designed not to do that. Have you set the speed high enough? Also, upon further consideration the following code is simpler and should work (works on my end).

    smooth(pow(10,10), clamp01(FireWeapons))

    Regarding your concern, it is only an relevant application of preexisting concepts. In this case the irreversible boolean activation concept is used without the concept of "activation", merely using the irreversible boolean section of the code.

    +1
  • I need help with making a custom rotary cannon 4.6 years ago

    For your reference...
    The below is an application of this concept
    For more information please visit snowflake0s.github.io

    +1
  • T-34-85 Medium Tank[Victory Day special] 4.6 years ago

    Stronk tonk

    +1
  • Rotator Input Based on Altitude 4.6 years ago

    @Ja380
    .
    Think a bit carefully... if those values were not standardized, one player would have a drastically different experience when using certain aircraft from another person with different unit settings.

    +1
  • Ford Bronco ‘69 4.6 years ago

    @Brields95
    .
    Regarding your statement about wheels... Apparently you're wrong: according to a dev, an engine in SP does divide the HP between the assigned wheels. Also, the actual HP vs. spec HP is different; if you so wish, you can use the ingame debugger to run tests for the amount of work performed by the driveshaft.


    Since work = Fd, this can be further broken down into m*a*d, thus a derivative of the velocity (or double derivative of position) multiplied by the mass of the vehicle and also multiplied by the change in position should grant you the work value of this car at any time interval. Next, divide your work value by the time taken; you then obtain the average power, in Watts, for the vehicle. Of course, this is subject to frictional forces and whatnot, so you most definitely should get a lower value than engine HP values. If this vehicle actually was overpowered (engine), then this calculated measurement will be higher than the spec-wise engine HP.

    +1
  • Update 1.9.205 - Extra Changelog 4.6 years ago

    @BeryllCorp
    .
    No, you could control the AG for the cannon... but not the firing.

    +1
  • Perhaps I need to make a more popular plane... (rant warning) 4.6 years ago

    Make like the thousandth Mustang out here? the hundredth Zero?

    Do it justice, and you will be rewarded. While upvotes really aren't a good metric of a build's quality (especially recently- it's a better indicator of popularity), I do think your building can use improvement. The FT inputs certainly are impressive. I can't praise you enough for that. That being said, I think the following is some valid advice.


    First of all, the plane feels.... far too "chunky". Your gauges can be far better than that. The main fuselage definitely needs work. You could add an additional 10 parts to help out a bit with that. You're on PC, it's not difficult.


    Two. Attention to detail. Despite the fact that your recent build doesn't have much blueprint to go off of, I highly doubt the LG would've looked like that. Often a strong distinguishing factor is the LG. It's a good idea to sink a good amount of effort into it. Also, why is your plane lacking any sort of trim?


    I was going to put something for three, but I think the above does it good enough, at least for a start. Your plane's acceleration is also a bit too fast, but in flight performance seems plausible enough. Again, upvotes are inherently a metric of popularity. If you wanted to know about the quality of a build, SP would have a 5-star rating system or something. That's all I have for you right now, keep trying till you find what works.

    +1
  • Activation Groups 4.6 years ago

    @F104Deathtrap
    .
    As AG... Or you could do it the input way, but that's another story. As for the other question... It's a longer explanation. Read here.

    +1
  • Overload help 4.6 years ago

    @edensk @Pophead
    .
    Major mistake here! SelectedWeapon is a variable, not a function! SelectedWeapon cannot be modified.

    +1
  • Hover AutoPilot 4.6 years ago

    @spefyjerbf
    .
    Due to some issues, rate(anyspeedvar) is kind of broken right now. Regardless, thinking in terms of predefined X-Y-Z components makes things a lot easier, because now you don't have to consider frames of reference.

    +1
  • Uh how do I post a plane 4.6 years ago

    In-game: Press the menu button and click "publish".

    +1
  • Cleaver Missile 4.6 years ago

    I like this.

    +1
  • Add Tracks 2 to the game as mod 4.6 years ago

    Again, there are numerous problems with trying to implement mods into the game. The only reason why some where is because the creators of those specific mods were Jundroo developers.

    +1
  • MINI KV-2 4.6 years ago

    "Mobile friendly"
    Laughs

    +1
  • Another suggestion for 1.10 or 2.0 (there’s probably a lot of these) 4.6 years ago

    @Sm10684
    .
    PC builds by nature are more beefy and detailed. Mobile builds are generally far, far less detailed than are PC builds. My older builds did plenty well w/o ingame screenshots...

    +1
  • Funky Trees Challenge - Full Engine Cycle 4.7 years ago

    @nadvgia
    .
    Good work! Counted into list of entries.

    +1
  • Cannon Casing Generator Script v. 1.0 4.7 years ago

    @DarDragon
    .
    Executable code. Who knows, I could've put in a virus in there if I had malicious intent.

    +1