Add stabilization for KA60 and AW159

This commit is contained in:
A Man
2020-01-25 12:18:33 +01:00
parent 09cd312080
commit 8de9858b64
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ class AW159_Lynx_BAF_DZ: AW159_Lynx_BAF {
gun = "obsGun"; gun = "obsGun";
animationSourceBody = "obsTurret"; animationSourceBody = "obsTurret";
animationSourceGun = "obsGun"; animationSourceGun = "obsGun";
stabilizedInAxes = 3; stabilizedInAxes = "StabilizedInAxesBoth";
memoryPointGunnerOptics = "commanderview"; memoryPointGunnerOptics = "commanderview";
minElev = -40; minElev = -40;
maxElev = 20; maxElev = 20;

View File

@@ -38,7 +38,7 @@ class Ka60_GL_PMC_DZ: Ka60_GL_PMC {
initTurn = 80; initTurn = 80;
soundServo[] = {"",0.01,1.0}; soundServo[] = {"",0.01,1.0};
animationSourceHatch = ""; animationSourceHatch = "";
stabilizedInAxes = "StabilizedInAxesNone"; stabilizedInAxes = "StabilizedInAxesBoth";
gunBeg = "muzzle_1"; gunBeg = "muzzle_1";
gunEnd = "chamber_1"; gunEnd = "chamber_1";
turretInfoType = "RscWeaponZeroing"; turretInfoType = "RscWeaponZeroing";