10.0k ThomasRoderick Comments

  • L.A.W.N. Pulse (Gun Powered PulseJet) 3.4 years ago

    Welcome to the impulse club, pal!
    .
    ...My position on gyroscopes and high muzzle velocities (plus zero spread) still stands, though.

    +1
  • [NOT MY DESIGN] Avalon Industries AZ Experimental Assault Vehicle ''Cerberus'' (fixed mk.ii) 3.4 years ago

    @Formula350 So the point is that I tried putting the cockpit on the edge of fuselage blocks, nothing weird happened beside the tank now yawing/turning a bit while the gyro-locked turret didn't thus spoiling the aim. But for the coding part... I'm equally bad (if not even worse) at math, but IIRC the first number after pow should be somewhere near 1250 (the muzzle velocity of the guns)? Other than that the coding is equally incomprehensible to me as it is to you.

  • [NOT MY DESIGN] Avalon Industries AZ Experimental Assault Vehicle ''Cerberus'' (fixed mk.ii) 3.4 years ago

    @Formula350 For some reason I didn't manage to replicate the effect of "If the part that the cockpit is attached to is rotated".
    You sure the hull itself didn't move/rotate after loading (which I did notice) and that the your craft/cockpit is pointing exactly at 000 degrees, with no bank and/or pitch angles?

  • [NOT MY DESIGN] Avalon Industries AZ Experimental Assault Vehicle ''Cerberus'' (fixed mk.ii) 3.4 years ago

    @Formula350 I think I've already told you about the cockpit thing.... The thing is, Jundroo's system is simplistic - and perhaps overly so. One would've thought the target data would be relative to the plane doing the aiming? Wrong! The coordinates are absolute for it's based on the relative coordinates of the plane(s) as "viewed" by the computer! And thus I'm pretty sure there will never be any localized FCS....
    .
    "High" as in "10 meters higher than the target"? 'Cause the gun is mounted about 10 meters above the cockpit.
    .
    Wait, I haven't noticed the part about a cockpit WITH rotation on all three axis being zero causing any guns to aim off by the rotation angle of the part the cockpit is mounted on...

  • [NOT MY DESIGN] Avalon Industries AZ Experimental Assault Vehicle ''Cerberus'' (fixed mk.ii) 3.4 years ago

    @Formula350 Oh, about the secondary guns (the big AA guns above the main turret)... the entire spaghetti code is WAY beyond me... Although according to the original builder (@Sadboye12), the problem is still caused by the gun being mounted too far away from the cockpit - * beep *, he actually said that part of the reason why the flak guns rotate with the main turret is because then you can manually correct that target lead... I think the problem is caused (at least partially) by the fact that the turret is mounted around 10m above and 10m behind the cockpit, which means the shots would constantly miss by about 10 meters, depending on which direction the plane comes from.

    +2
  • AST-104 ''Cerberus'' 3.4 years ago

    @Sadboye12 [gives a big hug] No worries... If anyone I'd be the one who started it all...

    +2
  • Coming VERY soon [Teaser] 3.4 years ago

    Tom's here!

  • AST-104 ''Cerberus'' 3.4 years ago

    @Simplelildude @Brendorkus
    No worries, on a second thought I did come off as rather passive-aggressive (or at least quite condescending) with that highlighted "someone". Should've just typed "the guns have no bullet drop but the elevation codes compensated for it, use this code below for these type of guns next time".
    .
    ... Or would this be even worse than the previous one? I'm autistic so subtle things like emotions do tend to elude me a lot....
    .
    And I... I was indeed a bit frustrated for seeing the wrong elevation code being used by literally EVERYONE (well not everyone ofc, but still too many to be a simple noob mistake), so I really wanted to tell it to someone who might have known the correct code and use it in his/her next build... Plus that most of my builds don't tend to stay on the site for too long before I delete them en masse, so I felt uploading a "fixed" version would be pointless in the long run as I would've deleted them by the next month if not earlier... Plus I did place functionality sacresonact so I might have snapped a bit after he said those turrets are just for decoration... I know I'm not supposed to judge others for how functional their designs are, but...

    +3
  • AMA XVM-417S Dragonfly 3.4 years ago

    Atlas, are your drone units standing by in the upper atmosphere?

  • AMA XVM-417S Dragonfly 3.4 years ago

    @Treadmill103 A lot of Atlas's aesthetics can be best summed as "cold-war / retrofuturistic crossed with the low-poly blockiness of Supreme Commander game series"...

    +2
  • AST-104 ''Cerberus'' 3.4 years ago

    @Sadboye12
    [sheepishly] Thanks for having my back... And my uploads are only as good as the ones I haven't deleted yet...

    +1
  • RJ Hydra MKII 3.4 years ago

    Do-38? P-335?

  • AST-104 ''Cerberus'' 3.4 years ago

    @Sadboye12 I'm not trying to argue... And I'm not saying you're making poor quality builds - exactly the opposite: it's that there's still something that can be improved so the design (and subsequent designs) can be even greater than it already is. Why don't I publish a "fixed" version? I don't deserve even a tiny bit of credit for fixing a simple piece of code that everyone probably knows already when my construction skills and sense of aesthetics are still garbage-tier. More than half of my collections are builds I have modified for my personal use (a few for historical accuracy, a few for weapons training, a few for code testing, etc), but there's no point in uploading them - I don't deserve any upvotes for them anyway.
    Anyways, the elevation code for energy weapons is more or less
    clamp((TargetElevation + (rate(TargetElevation) * (TargetDistance / muzzle velocity))) , max depression , max elevation) / 90
    with both depression and elevation in degrees and muzzle velocity in m/s, assuming the range of the rotator is 90 degrees and both min and max are set to 1.

    +1
  • AST-104 ''Cerberus'' 3.4 years ago

    @Sadboye12 pray tell me, which part of the
    clamp((TargetElevation + rate(TargetElevation)(((800 * sin(asin((TargetDistance * 9.81)/(pow(800, 2)))/2))/9.81) * 2)) + (asin(((TargetDistance + rate(TargetDistance)(((800 * sin(asin((TargetDistance * 9.81)/(pow(800, 2)))/2))/9.81) * 2))* 9.81)/(pow(800, 2)))/2),-10,90)/90
    elevation code is for convergence? Like, which part of the (largely horizontal, while we're at it) convergence would require the guns to aim up when the target is actually lower than you?

    +1
  • AST-104 ''Cerberus'' 3.4 years ago

    @Sadboye12 I'm not mad, I'm just grumpy. And I did say that you coded the projectile velocity correctly - the error's in the type of codes - the code is for cannons with bullet drop, not for (energy) guns which does not. You can see that as the guns aims up instead of down when targeting the USS Beast battle group.

    +1
  • AST-104 ''Cerberus'' 3.4 years ago

    @Sadboye12 The bullets can fly 5 miles, the accuracy goes to hell after 1 from the faulty algorithm.

    +1
  • AST-104 ''Cerberus'' 3.4 years ago

    @Sadboye12 Wait, are you meaning to tell me that you made the entire spaghetti code that compensates for bullet drop without thinking, and yet the simple "point and shoot" code didn't, for some reason, cross your mind even once?
    .
    .
    ... Anyways, it probably boils down to the fact that the rotators came from the same source and then people didn't bother to check what it's supposed to do. Hell, I've seen people making turrets that can't hit the broadside of a barn while inside of it because they didn't bother to change the muzzle velocity! So you're forgiven.

    +1
  • AST-104 ''Cerberus'' 3.4 years ago

    @Sadboye12 Deleting a plane that's 4 feet away from you sounds decidedly much less impressive than, say, 4 miles away...

    +1
  • AST-104 ''Cerberus'' 3.4 years ago

    @Sadboye12
    Well that's not how it goes on those battleships back in WWII so why should landships be any different?
    Also, apparently someone forgot the fact that in-game machine guns don't have bullet drop, so the tertiary guns can't hit shit beyond one mile or so...

    +1
  • AST-104 ''Cerberus'' 3.4 years ago

    @Sadboye12 Well I guess that's not too efficient when you're both bombarding a target 20 miles away and under attack from enemy bombers...

    +1
  • AST-104 ''Cerberus'' 3.4 years ago

    @AvalonIndustries The thing is that when the main turret turns, the flak turret turns with it - and that angle is added to the traverse angle of the flak turret. So when the turret is not pointing straight forward the flak cannon points to the wrong direction.

    +1
  • AST-104 ''Cerberus'' 3.4 years ago

    Battleship on land, eh?
    .
    .
    ... Unleash 19 barrels of hell!
    .
    .
    ... the flak cannon on top of the turret needs some rework, though...

  • FV-OM 01 Shimmer 3.4 years ago

    @Sadboye12
    So... here's some random guesstimation:
    The Aethereal Reactor have a particle reaction of some kind (my bet is on some means to siphon zero-point radiation, using methods similar to the Iskandarian Mechanism, if the name "Aether" means "the Dirac Sea" instead of "the inventor have delusions of grandeur plus a fetish for archaic vocabulary") contained in an energy field and powers various systems of the vehicle, including the both the antigrav coils and primary (probably worked on the same principle as the antigrav ones, only pointed rearwards instead of down) drive coils, plus the avionics of the craft and whatever AI node it used (its tendency to perform better in formations is a stereotypical behavior for networked self-reasoning AI systems, each additional node to the network allows the calculation/reasoning process to more precise and more efficient by a large amount, some times exponentially so, both from the increased FC sensor precision due to triangulation and from increased synaptic capacity).
    The "Telion Charge" system is one of the many expressions of the energy released from the Aethereal Core, where some of the energy is encased in a separate containment field and ejected from the reactor core (whether the field is self-sustaining is largely dependent on what type of particles are used and what reaction it is), whereas the Harmonic Glitter is more about adding an outer layer to the containment fields, fill both layers with enough energy (probably by partially lowering/collapsing the inner layer), then suddenly collapsing the outer layer while simultaneously maintaining full strength on the inner layer to create a devastating particle "pulse" that fries everything around the focus, aka the reactor. So basically a weaponized (and slight more controllable) form of the dreaded "reactor/field overload" event.
    .
    .
    .
    ... Okay, how many of you consider me insane, crazy, drunk, high, or a combination of the above after this post? Comment down below.
    ... in case anyone's wondering it's just a side effect of the covid vac-
    Tom! Is it so hard for you to admit that you're just autistic that you need to spin up some bullshit like that so that more people can get the f#cking virus and die in some of the most agonizing way possible you little $hit?! Admit it. NOW!
    .
    ... that came from nowhere.
    .
    ... yeah I'm autistic and for some reason I'm unreasonably attracted to all those fictional technology in speculative fiction, both sci-fi and magitek...
    .
    ... and I'm sorry for hogging the channel.

  • FV-OM 01 Shimmer 3.4 years ago

    @Grob0s0VBRa
    DAT IZ DA ROIGHT AN' PROPA ORKY WOI OV DA MEKBOYZ! WAAAAAAAAGGGHHH!!!
    Silliness aside, that sounds pretty dangerous... to both friends and foes alike. The system seem to share some similarities with the Type 492-C dual-purpose mass driver in the utilisation of particle dispersion technology to create massive amounts of destruction, though.

    +2
  • FV-OM 01 Shimmer 3.4 years ago

    What the hell is the harmonic glitter...

    +1
  • UI-4053 Sphyrna 3.4 years ago

    A submarine in the sky, eh?

  • Moo-Torcycle 3.5 years ago

    Moooooooooooooo~

    +5
  • XF-14 mod 22 'Skull and Rose' 3.6 years ago

    Is that a YF-23/F-14 mix? I'm almost feeling sorry for anything that happened to be on the receiving end of this duo...

  • Of Question and Teaser 3.6 years ago

    @Grob0s0VBRa Oh, so "just" archaeotech (whether its original form is considered silica animus is up for debate) corrupted by the ruinous powers, eh?

  • Of Question and Teaser 3.6 years ago

    Ah, that daemon engine, eh?

  • (somewhat) Accurate Ordnance Sizes and Flight Models 3.6 years ago

    @Tang0five Thanks pal! I am planning to release one w/ even more size-accurate bombs one day. And perhaps a few M2 Brownings as well...

  • Hawker P.1027 Cyclone 3.6 years ago

    For a second I thought you are using Wright Cyclone engines...

    +1
  • Bristol Fighter F.2B 3.6 years ago

    @Tang0five The biggest question is why I haven't upvoted them yet or why I haven't followed you when they came out...

    +1
  • Betelgeuse A1 3.6 years ago

    Zhara! Good to see ya 'gain!

  • SKV-14+ 3.6 years ago

    THAT turret, eh?

    +1
  • Off-road motorcycle test 2 3.6 years ago

    Keep up the good work, Kako!

    +1
  • Unstable but Stable 2 3.6 years ago

    @GuyFolk
    up above 90 degrees
    IIRC the cobra is supposed to go beyond 90 degrees...

  • Unstable but Stable 2 3.6 years ago

    @GuyFolk The point is that the braking effect is achieved by the apparent angle of attack (with respect to the airbrake) and the "lift" it generates. Basically speaking, the entire "cobra" schtick, but localized to a small wing surface instead of the entire plane.

  • Unstable but Stable 2 3.6 years ago

    @CenturiVonKikie @GuyFolk
    The in-game drag is still zero, but the fact that it's a wing surface (and thus generating backwards "lift") probably helped a bit. Has seen something similar on some @Greggory005's build.

    +1
  • Unstable but Stable 2 3.6 years ago

    @GuyFolk I mean, for a lot of times you don't quite need a brake to go beyond 90 degrees do ya? Granted, the one I used personally is a small subsonic drone that is only unstable on the yaw axis, and I -bleep-ed up on the anhedral effect and yaw control...

  • Unstable but Stable 2 3.6 years ago

    IIRC you can use clamp functions to prevent the split-brakes from going crazy... Had done something to a tailless design of my own based on some @CenturiVonKikie's design.
    Anyways, just an underqualified noob talking. Take no heed...

  • Lautern Skyly J-2 'Teacher' 3.6 years ago

    Holy... I promise I'll try to learn from this design as much as I can.

  • ATLAS SD-01A Specter (Sparky) 3.6 years ago

    @AtlasMilitaryIndustries Is the entire ATLAS military robotic or do they "just" use those super-fancy AIs as some sort of OP auxiliary (a la Sentou Yousei Yukikaze)?

  • ATLAS SD-01A Specter (Sparky) 3.6 years ago

    @Xx24reminder
    @AtlasMilitaryIndustries
    A robotic/autonomous ace pilot?

  • cursed A-10 WARTHOG 3.6 years ago

    My therapist: the Hindhog isn't real, it can't hurt you
    The Hindhog:

    +2
  • Air-Combat Challenge (1940-1960) [Closed] 3.6 years ago

    Are there any restrictions on the guns and/or cannons?

  • Cannon 3.6 years ago

    Are those... Yamato's guns?

    +1
  • Just a Ordinary FedEx Truck Nothing to see here folks 3.6 years ago

    Special Delivery!

    +3
  • RJ Kestrel MKIV 4.4 3.6 years ago

    @Raptor787 He don't make historical planes, only things that shouldn't fly whatsoever.

    +2