@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.
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??
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.
@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.
@DepressedMan2912 That's what I thought, thank you
@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.
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??
This is really good as something made on android. Nice job.
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@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@LieutenantSOT That would be great, thank you.
+1@LieutenantSOT Yes I've got different code for roll and elevation. One formula from both pairs is elevation, and the remaining two are roll.
How do I use the code from the table?
https://www.simpleplanes.com/a/4m4YOd/Boeing-B-17G-Nine-O-Nine
@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
@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)