Advertisement
soldierman

Mohawk RotorLib

Oct 18th, 2014
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. class RotorLibHelicopterProperties: RotorLibHelicopterProperties
  2. {
  3. RTDconfig = "A3\Air_F_Beta\Heli_Transport_02\Heavy-GenHeli600-DesktopSim.xml";
  4. maxTorque = 3000;
  5. maxMainRotorStress = 250000;
  6. maxTailRotorStress = 20000;
  7. hasAPU = 1;
  8. APUOn = 5;
  9. APUOff = 5;
  10. starterTime = 6;
  11. throttleOffToIdle = 15;
  12. throttleIdleToOff = 18;
  13. throttleIdleToFull = 12;
  14. throttleFullToIdle = 20;
  15. autoHoverCorrection[] = {5,4,0};
  16. retreatBladeStallWarningSpeed = 92.583;
  17. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement