My newest problem is braking. I have the reverse thrust at 24,000, which is double the forward thrust. I need the aircraft to be able to stop rather quickly, and then just kinda float down.
Here's the code:
forwardThrust = 12000;
reverseThrust = 24000;
lift = 100;
maxForwardVel = 120;
maxReverseVel = 0;
horizontalSurfaceForce = 150;
verticalSurfaceForce = 150;
stallSpeed = 10;
For some reason, when ever I brake, nothing really happens, I just keep going...