49 TheGreatLordDerptah Comments

  • AS-AC-10 3.3 years ago

    @Squirrel, might wanna add some health to this beast of a ship. A single missile from the destroyers that escort the USS beast deletes the entire ship.

    +11
  • AC-130H [Fixed] 3.3 years ago

    I hope you don't mind but I reposted your plane but with the guns rotating smoothly. I gave you credit, so it's not like I'm claiming I did all the work, but I just wanted to let you know.

    +3
  • What is a good formula that I can use for AA turrets on a b17? 3.3 years ago

    @LieutenantSOT That would be great, thank you.

    +1
  • How do I make a catapult connecter visible while flying? 3.1 years ago

    @DepressedMan2912 That's what I thought, thank you

  • Custom landing gears 3.2 years ago

    @Fellex I figured that much out, and was able to make very rudimentary landing gears (they suck but they get the job done). What I meant was putting the parts together. I've seen some EXTREMELY complicated landing gears that I want to know how to build.

  • F3X Kestrel (update 1) 3.2 years ago

    hey so like, lemme know what complex tech you wanna see on this plane!! It's the equivalent to the F35. I'm just dumping advanced systems on it. It's VTOL, it's got an in-depth cockpit, it's got retractable weapons, so what else would you like to see on this build??

  • Des Moines-class cruiser 3.3 years ago

    This is really good as something made on android. Nice job.

  • What is a good formula that I can use for AA turrets on a b17? 3.3 years ago

    @LieutenantSOT Yes I've got different code for roll and elevation. One formula from both pairs is elevation, and the remaining two are roll.

  • AUTO-AIMED TURRET AK-2100 3.3 years ago

    How do I use the code from the table?

  • What is a good formula that I can use for AA turrets on a b17? 3.3 years ago

    https://www.simpleplanes.com/a/4m4YOd/Boeing-B-17G-Nine-O-Nine

  • What is a good formula that I can use for AA turrets on a b17? 3.3 years ago

    @LieutenantSOT im using someone else's b17. all im doing is adding the auto aim. i'll try and find a link to the plane

  • What is a good formula that I can use for AA turrets on a b17? 3.3 years ago

    @LieutenantSOT I've got two pairs of formulas, neither of which worked.

    Pair 1: clamp((deltaangle(TargetHeading,Heading) - (rate(TargetHeading) * ((TargetDistance) / 800)))/ 180,0,0.7) * clamp01(TargetDistance < 15000) * clamp01(TargetSelected)

    Activate4?(atan(((pow(800,2)) - (sqrt((pow(800,4)) - (9.81 * ((9.81 * pow((cos(TargetElevation) * TargetDistance), 2)) + ((2 * ((sin(TargetElevation) * TargetDistance))) * pow(800,2)))))))/(9.81 * (cos(TargetElevation) * TargetDistance))) + rate(TargetElevation) * (TargetDistance / 800)) / 90:0

    Pair 2: clamp(((atan((TargetDistance * sin(deltaangle(TargetHeading,Heading - 90))) / (TargetDistance * cos(deltaangle(TargetHeading,Heading - 90)) + 0))) - (rate(TargetHeading) * (TargetDistance / 1500)))/ 180, -0.4,0.4) * clamp01(TargetDistance < 5000) * clamp01(TargetDistance > 1) * clamp01((deltaangle(TargetHeading,Heading - 90)) < 72 & (deltaangle(TargetHeading,Heading - 90)) > -72)

    clamp(inverselerp(0,90,TargetElevation + (rate(TargetElevation) * (TargetDistance / 1500))), -0.11, 0.7) * clamp01(TargetDistance < 5000) * clamp01(TargetElevation > -10 & TargetElevation < 63)