67.4k SnoWFLakE0s Comments

  • jCalc FT 2.7 years ago

    @MobileGamer21
    .
    To be fair, I am fairly certain I spent more time editing that video than I did building this.

  • Wind Powered Mechanical Walker 2.7 years ago

    Excellent. Made a terrible attempt of this long ago with much less sophistication. Quite polished
    I imagine you made use of the better collision hitboxes added since then?

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

    @WinsWings
    .
    Outdated. See the FT documentation for a up to date, more detailed document.

  • F-22 'Raptor' update 1.11 2.8 years ago

    Nice Integral.

  • Auto aim is way less accurate than I thought it would be, is there a way to fix this? 2.8 years ago

    Did you set up all the parameters properly? You can't just paste code and expect it to work.

  • ParallelLinkTest 2.9 years ago

    Sheesh, this is some kinematic DOF mastery

  • Some suggestions for the site and game 2.9 years ago

    @Deandash
    .
    Not really. Either you upgrade your processor to something with better single-core performance, or somehow the world of computing figures out how to parallelize things previously considered serial operations.

  • Some suggestions for the site and game 2.9 years ago

    @Deandash
    .
    You probably have a multicore processor. There is a limit to what operations can be parallelized simply due to how math works.

  • [v. 1.9.202] - Funky Trees Explanation Addendum 3.0 years ago

    @AlexyxD
    .
    abs() will make any value positive. Try it without the absolute value function

  • 1050 hp & 1336 hp aircraft engine 3.1 years ago

    @Johnnyynf
    .
    I'm pretty sure the basic components have a mass as shown in the info panels.

  • 1050 hp & 1336 hp aircraft engine 3.1 years ago

    You can actually get the thrust output of the engine with a Hooke's law setup, or perhaps derive a torque calculation

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

    @airhermann
    .
    That is an archaic input type and not recommended for use.

  • Shonbori Rudolf 3.1 years ago

    うまぴょい

  • I need a way to make an AI track and fire at me with a cannon. 3.1 years ago

    @BLU3SCLU3S
    .
    Always late then never. It's also useful for really anything, a great tool to have under your belt.

  • I need a way to make an AI track and fire at me with a cannon. 3.2 years ago

    General firing solutions can be computed and used for a turret system using Funky Trees. AI occasionally fires its cannons should it simultaneously fire missiles.

  • Basic Numeric Integration and Derivation using Variables 3.2 years ago

    @GuyFolk
    .
    In case you would like to read this article.

  • AIDC F-CK-1 V 3.2 years ago

    @GuyFolk
    .
    For all intents and purposes, programming if and while loops are very much possible with variables. You can just run a trapezoidal method on a data stream value and use that to do your integral, with a low pass filter on the integral output and a conditional integral reset. Although coming from controller design experience I would not recommend using integral clearing excessively.

  • AIDC F-CK-1 V 3.2 years ago

    @GuyFolk
    .
    I don't know if you've ever looked at the code for my snake game, but everything in there is based on recursion and carefully controlled resets. I suggest you take a careful look at it to how to set up programming logic with variables (the magic happens in the variable activators).

  • AIDC F-CK-1 V 3.2 years ago

    @GuyFolk
    .
    Since it's not difficult to write a PID function, I would definitely suggest writing your own with a built in low-pass filter for the integral. Integral dumping/clearing might be an useful feature as well, although that might not necessarily be useful in all cases and could cause issues if improperly used.

  • AIDC F-CK-1 V 3.2 years ago

    any label or button or switch with this type of code will make them cost 27.1~28.1

    I've had a developer comment on this before, but there is no reasonable way in the current implementation to accurately estimate performance impact of dynamic input. Those values I believe are just a ballpark estimate.

  • 24 hours worth of points... 3.2 years ago

    @MrGreen
    .
    Using Chrome would be worse, and while I personally love Opera, Edge is still built on Chromium and is fine.

  • Bug thread for v1.12.128 (current version) 3.2 years ago

    @PhilipTarpley
    .
    This is the Steam version, latest public.

  • Bug thread for v1.12.128 (current version) 3.2 years ago

    There is a constant recurring issue with the use of arrow keys on macOS Catalina, v.10.15.7. When arrow keys are used to navigate the cursor within a text entry field, arrow keys do not move the cursor, instead adds a ghost character. This has been recurring across all SimplePlanes UIs (not on Unity-based UIs like Overload), and is a fairly large inconvinience.

  • Any way to have more than 8 buttons? 3.3 years ago

    @MLGHerobrine
    .
    Oh ok lol. But all switches and buttons should have a inputId XML attribute it can write to.

  • Any way to have more than 8 buttons? 3.3 years ago

    isPressed

    If you're using this as your primary press detection mechanism you are doing it wrong! You're supposed to use inputId as your output variable. This should be present on any switch or button.

  • Funky Trees Guide Update - Updated for 1.12: Variables 3.3 years ago

    Hopefully I can find some time in-between my assignments to actually get the ball rolling on all these updates. If you're willing to contribute to authoring this guide, I'm always looking for an extra brain to help me out--please shoot me a message!

  • Graphing Device 3.3 years ago

    Was boutta make... Smh
    That being said this could use the features I planned, i.e. dynamic window resizing, bound setting, refresh rate settings etc for a cool data collection device.

  • IA Image Importer Demo 3.4 years ago

    @PyrrhaNikos
    .
    This runs on python. A web based service would need something like PHP or JS... Which is a lot harder to do, and file management is a little trickier online.

  • Cardboard Tomcat (Unfinished) 3.4 years ago

    While variables are nice, I would recommend keep them reasonable in order to keep code more portable.
    Personally I would only recommend it for logic processing uses which default FT cannot handle, or when you have long repeated segments.

  • Functional Bombsight - All-Altitude, All-Weather 3.4 years ago

    @Rakoval500k
    .
    You would have to recalculate the motion equations for the appropriate drag constant, which is quite difficult to do... But if you are able to find an approximate model that works, that could be sufficient.

  • Krakabloa Racer 3.4 years ago

    Congratulations on making me irrelevant. Why!!!

  • Medium Bomber Challenge 3.4 years ago

    Mhm.

  • New Moderator 3.4 years ago

    从现在开始用汉语说亵渎是不可能。我们知道你说什么!

  • Blackout Redout Effect 3.4 years ago

    Ooh! Cool way about storing more than one piece of info in a single variable. Was thinking about using this for string parsers.

  • SimpleDrone MK3 3.5 years ago

    I'm not a moderator, lol.
    I am close to one and will summon him here.
    @Vincent

  • In Game PID Tuner 3.5 years ago

    Excellent! Was planning to make one of these. If I were to add, a graph visualizer can also help a lot with identifying response patterns.

  • The Ultimate Feature Suggestion Post For Stuff That Will Probably Never Be Added 3.5 years ago

    Cycle setting for rotators.

    sum(Input)
    With all due respect, some of you need to realize any reasonable part behavior is within reach with FT. Just ask around to players that know (hint hint) or do a little experimenting yourself... Default cycling options, especially for pistons, don't function in a manner that is ideal anyway.

  • Snek Game 3.5 years ago

    @MrShenanigans
    .
    I own that server..? Just leave me a message.

  • Snek Game 3.5 years ago

    @Charris969
    .
    Surprisingly, it is! New parts make for very efficient builds.

  • Snek Game 3.5 years ago

    @realSavageMan
    .
    There is a popular variation in which you can phase through the border and out the other end! I opted for it to make it a little more novel

  • Snek Game 3.5 years ago

    @AndrewGarrison
    .
    Can I steal Nicky's profile pic now?

  • Snek Game 3.5 years ago

    @klm747klm747
    .
    Yes. See gameplay #5. This is a common spin on snake.

  • Snek Game 3.5 years ago

    @Chaka
    .
    I aggregate information from official posts and dev comments. Everything else after that comes from personal experimentation and logic.

  • Challenge: 1,000 points to the first three to complete this…in VR! 3.5 years ago

    @JoshuaW
    .
    Beat me to it lol.

  • Challenge: 1,000 points to the first three to complete this…in VR! 3.5 years ago

    What's more, upon receiving critical damage the ships stop moving. You could probably save helipad coordinates and just write a controller to do the job, which would make this 900% easier as piloting in VR is actually somewhat challenging.

    I don't have a headset though... I'll see what I can do.

  • Challenge: 1,000 points to the first three to complete this…in VR! 3.5 years ago

    This seems trivial if you just code the sequence such that it will fire mega-bombs on each of the targets as you land and then land on the destroyer pad right after...

  • Basic Numeric Integration and Derivation using Variables 3.6 years ago

    @spefyjerbf
    .
    Yeah. The recursion ability is incredibly powerful. I just got out of first semester and in winter break lol.

  • Basic Numeric Integration and Derivation using Variables 3.6 years ago

    Ok. So I had the time to actually do the testing, and it appears that clock cycles run at 100Hz for normal speed, 800Hz for slow-mo and 100Hz for fast-forward. However, the timescales of each of these are different, so keep that in mind... slow-mo is the only setting that gets you more clock cycles per game "Time", 8 x the resolution to be exact.

  • SimplePlanes VR is now available on Steam and Oculus Quest 3.6 years ago

    The Jundroo black box. Love it.
    Anyhow thanks for the excellent ride I'm having so far, I've extracted so much value out of your sandwich priced games.