take flight floor and ceiling into account for yaw too

ditch roll compensation as it was causing more problems than it was solving
This commit is contained in:
AzaezelX 2025-04-26 21:04:06 -05:00
parent 8fa132707d
commit b643aa41a2
2 changed files with 11 additions and 17 deletions

View file

@ -183,5 +183,6 @@ datablock AIWheeledVehicleControllerData( aiCarControl )
datablock AIFlyingVehicleControllerData( aiPlaneControl )
{
moveTolerance = 2.0; followTolerance = 5.0; mAttackRadius = 10.0;
FlightFloor = 15; FlightCeiling = 150;
};