final fixes
This commit is contained in:
@@ -39,6 +39,7 @@ _arty animateSource ["plate_front_source", 1, true];
|
||||
_arty animateSource ["mainTurretT_source", -_curTur];
|
||||
_arty animateSource ["mainGunT_source", -_curGun + 0.1];
|
||||
_arty animateSource ["hydraulicsT_source", -_curGun + 0.1];
|
||||
_arty animateSource ["howitzer_rotation_source", 0, true];
|
||||
|
||||
_arty setVariable [QGVAR(folded), true, true];
|
||||
_arty enableRopeAttach true;
|
||||
|
||||
@@ -76,8 +76,8 @@ class CfgModels {
|
||||
axis = "axis_wheels";
|
||||
minValue = -1440;
|
||||
maxValue = 1440;
|
||||
angle0 = "rad +2880";
|
||||
angle1 = "rad -2880";
|
||||
angle0 = "rad -2880";
|
||||
angle1 = "rad +2880";
|
||||
};
|
||||
|
||||
class rightwheel_rot {
|
||||
@@ -87,8 +87,8 @@ class CfgModels {
|
||||
axis = "axis_wheels";
|
||||
minValue = -1440;
|
||||
maxValue = 1440;
|
||||
angle0 = "rad -2880";
|
||||
angle1 = "rad +2880";
|
||||
angle0 = "rad +2880";
|
||||
angle1 = "rad -2880";
|
||||
};
|
||||
|
||||
class howitzer_rotation {
|
||||
|
||||
Reference in New Issue
Block a user