67.4k SnoWFLakE0s Comments

  • Mad Math: Funky Road (Auto aim turret for planes!) 4.7 years ago

    I just saw your newer comment regarding Heading direction; I caught this a long time ago. Diagram from FT guide.

  • Mad Math: Funky Road (Auto aim turret for planes!) 4.7 years ago

    X and Y simply depend on the Cartesian system that you are using it's not really an issue. In my case I employ the right hand type Cartesian system, which is probably are more correct system (I believe at the time of writing the wiki I used the left-hand type, which I assume you are also be using).
    What I find odd though is what you eventually come up with as your final solution. It simply isn't necessary; I've experimentally verified that TargetHeading and TargetElevation are completely unaffected by cockpit orientation. I will provide video evidence of this later on. In the meantime, please check the FT guide for diagrams that explain these variables in a more visual manner. You must take the cockpit as a point in space; the orientation simply doesn't matter.

  • Mad Math: Funky Road (Auto aim turret for planes!) 4.7 years ago

    TargetHeading is a global measurement in the first place, so might as well utilize that instead. If you need a relative measurement, you can simply use deltaangle(Heading,TargetHeading).

  • Mad Math: Funky Road (Auto aim turret for planes!) 4.7 years ago

    Your math seems to overcomplicated. Dunno what's up with that, I'll send you something relevant that's easier to deal with: https://pastebin.pl/view/6b2a8c85

  • Mad Math: Funky Road (Auto aim turret for planes!) 4.7 years ago

    they are using global coordinates system

    Incorrect. All existing systems seem to use relative coordinates. If you're talking about turret-cockpit offset, that's can very easily be compensated for via trig/parallax.

  • SimplePlanes 2 Leaked Screenshots 4.7 years ago

    OMG!!!!!11!!! please gib

  • Loading Position Tech Demonstration 4.8 years ago

    @MiG21Pilot
    .
    I have no idea why people are so obsessed about "horizontal stabilizers" (frankly I very much dislike that terminology- it is very inaccurate) but this is a completely independent system unaffected by other systems.

  • Guess who is gonna work with Lockheed Martin! 4.8 years ago

    @Tabris
    .
    There are many bright engineers in the world. They make ideas every day. A non engineering person's ideas are either nonsense or have been tested 30 million times already if it isn't a product yet. If it's not out there, it isn't feasible or better than its competitors.

  • OTOMATIC SPAAG 4.8 years ago

    I assume the FT stab- PitchAngle/cos(RollAngle) style was used?

  • Type 92 Mod D/Kai 4.8 years ago

    noice

  • Mech Legs that actually work and don't look like moon waking 4.8 years ago

    @JDog3106
    .
    As long as you have the math it will work out.

  • Some suggestions for new fuselage-body parts 4.8 years ago

    I agree on most points, but instruments are incredibly easy to make now... and far more customizable than mod ones.

  • TEASER: Something New 4.8 years ago

    @officialryanyang
    .
    I'm currently working on the same thing and it's a more-than-complicated task. I'll get to you when I can finish work on it.

  • I need help in funky trees 4.8 years ago

    There's already lots of planes that do this, go look at them- but the general idea is that you find a linear regression which you already seem to have- and set variable x as IAS and you're set. Ideally you want some clamping to prevent excess.

  • TEASER: Something New 4.8 years ago

    @officialryanyang
    .
    I can help for sure! But either way I'm going to need a bit more context for exactly what help you need.

  • Chaser Lights with Funky Trees 4.8 years ago

    @Hedero
    .
    I probably need more context, but here goes nothing:

    clamp(VTOL,-1,0) + Roll

  • Realistic Christie Suspension (Proof-of-Concept) 4.8 years ago

    @Someterribleuser
    .
    Go ahead!

  • Some questions about the physical frame of this game. 4.8 years ago

    As in the physics context?

  • Irreversible Boolean Activation 4.8 years ago

    @marcox43
    .
    Yes.

  • A question about overflow in funky trees 4.8 years ago

    @vcharng
    .
    Odd. I regularly use numbers on the magnitude of 10^5 and above; I haven't had this issue.

  • A question about overflow in funky trees 4.8 years ago

    @vcharng
    .
    Beacons light up whenever input > 0. Is that what you want happening? Not some specific indication?

  • A question about overflow in funky trees 4.8 years ago

    @vcharng
    .
    Are you directly inserting this code into the input of beacon lights?

  • A question about overflow in funky trees 4.8 years ago

    @WereOutOfNamesArentWe
    .
    For some reason that didn't trigger a notification, but luckily I found the post regardless.
    .
    As for the question in the post, to my knowledge I don't think there is an issue with overflow, ever. SP is 32-bit, there's no way you're exceeding the 32bit cap. I don't know what's meant by using beacon lights without adequate context, but beacon lights function when the input > 0, as more clearly delineated in v1.10. Perhaps that's the issue? I've worked with large numbers before, it's never actually been an issue. Pasting source code can help me troubleshoot the exact source of the error.

  • [WIP]FT advanced combat systems 4.8 years ago

    @vcharng
    .
    High velocity, as in >1000m/s? Under that should have considerable effects beyond a kilometer or so.
    Ah, also modern VT systems can go down to around 30mm, so I was looking more in that sort of payload range. The rate methods also have the flaw of not considering target vector direction. Hopefully the system I'm developing, using target position interpolation, should resolve that issue. Also, apparently Hispanos did have HE rounds. Huh.

  • [WIP]FT advanced combat systems 4.8 years ago

    a SACLOS missile-without-using-missile-part weapon system

    It's definitely impossible without a missile part. SACLOS requires that the missile have a known flight speed, but any other part aside from missiles have very wacky motion.

    How effective are the current auto fuses without proper compensation? All existing system use linear rate leaders which aren't as effective, and the timing should be quite off unless the target is flying in a straight line from you. Does it work with realistic shell sizes? (i.e. <40mm)

  • [WIP]FT advanced combat systems 4.8 years ago

    @Notaleopard
    .
    All current existing cannon auto aim systems fail to adequately compensate for height differences and triangular distance offset. The one I'm developing should fix those issues; hang tight.

  • i came looking for copper and i found gold.txt (added pics) 4.8 years ago

    @WrongFlyer
    .
    Those are old names for some of the airports. Forgot which they correspond to, but early SP airports where named differently.

  • i came looking for copper and i found gold.txt (added pics) 4.8 years ago

    @Qwertyuiop88
    .
    Lot's of things go in and out in the development cycle. Originally actual scripting support was envisioned, but due to issues FT was implemented instead, for example.

  • New Beta - v1.10.103 4.8 years ago

    @Tlloyd
    .
    Mobile modding is unsupported.

  • Northrop F-20N Tigershark red means issue 4.8 years ago

    What is this lol

  • M4A1 VVSS 4.8 years ago

    ![](http://i.imgur.com/Itfzj5M.gif)

    You cannot embed videos.

  • curb your simpleplanes 4.8 years ago

    @47parzival41
    .
    It's gonna be difficult to explain how you should set up auto turrets then. Auto turrets primarily rely on advanced versions of kinematics with emphasis on calculus; if you don't quite understand it will be very difficult for you to set it up on your own.

  • curb your simpleplanes 4.8 years ago

    @47parzival41
    .
    I mean, the rate leading isn't perfect, but... Do you have some understanding of how derivatives and integrals work? It's best you have some idea of what those are to use it properly.

  • curb your simpleplanes 4.8 years ago

    @47parzival41
    .
    To point you in the right direction, the angle, in degrees, between your cockpit's location and the target's bearing can be found by deltaangle(TargetHeading, Heading).

  • Bug in beta version 4.9 years ago

    What is the bug?

  • Funky Trees Guide - Updated for 1.10 4.9 years ago

    @RandomDisplay
    .
    In what way? Could you provide some context?

  • Panhard EBR 105 + 3D style 4.9 years ago

    Nice work with the superelevation equation. Glad to see more people figuring that one out.

  • Hydropneumatic Suspension Demonstration 4.9 years ago

    @PINEAPPLZ
    .
    Properly scale your tires.

  • Realistic Case Ejection for Cannons 4.9 years ago

    @Spangsege
    .
    Go ahead! Thanks for asking.

  • trouble 4.9 years ago

    @1918
    .
    Apparently he did change your work. Slightly, but still. Creating maps still take effort, and I don't see how being under a different denomination is such an issue. Perhaps you can clarify.

  • trouble 4.9 years ago

    Supposedly, the model has been modified to some extent- if that is indeed the case, then I think your point regarding how the mod uses the same model is invalid. I cannot verify this, however.

  • Beta Funky Trees Question 4.9 years ago

    Something like

    abs(deltaangle(TargetHeading, Heading)) &lt; 30

    The weird symbols are converted from <.

    Should do the job.

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

    @Kureshik
    .
    Doesn't work, in what sense?

  • 1.10 Beta Changelog Review! 4.9 years ago

    @PlaneFlightX
    .
    Did you replace the items I specified you should replace?

  • [OUTDATED] Automatic Flak AA Turret [BETA] Auto Fuse 4.9 years ago

    @NumbersNumbersTheMan
    .
    Cool, I'm gonna try my hand at it. Basically gonna try and have auto-timed flak and lead. Should have superelevation too.

  • I can’t get TargetHeading to work! 4.9 years ago

    I mean, you have to manipulate proportions and things. It's not a magic number, it still requires math.

  • [OUTDATED] Automatic Flak AA Turret [BETA] Auto Fuse 4.9 years ago

    Superelevation or no?

  • AUTO-AIMED TURRET AK-2100 4.9 years ago

    Great job. One only missing superelevation.