final fixes

This commit is contained in:
Sotirios Pupakis
2024-04-27 15:50:07 +02:00
parent 6edf7ba985
commit 16b0a15c39
3 changed files with 5 additions and 4 deletions

View File

@@ -39,6 +39,7 @@ _arty animateSource ["plate_front_source", 1, true];
_arty animateSource ["mainTurretT_source", -_curTur]; _arty animateSource ["mainTurretT_source", -_curTur];
_arty animateSource ["mainGunT_source", -_curGun + 0.1]; _arty animateSource ["mainGunT_source", -_curGun + 0.1];
_arty animateSource ["hydraulicsT_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 setVariable [QGVAR(folded), true, true];
_arty enableRopeAttach true; _arty enableRopeAttach true;

View File

@@ -76,8 +76,8 @@ class CfgModels {
axis = "axis_wheels"; axis = "axis_wheels";
minValue = -1440; minValue = -1440;
maxValue = 1440; maxValue = 1440;
angle0 = "rad +2880"; angle0 = "rad -2880";
angle1 = "rad -2880"; angle1 = "rad +2880";
}; };
class rightwheel_rot { class rightwheel_rot {
@@ -87,8 +87,8 @@ class CfgModels {
axis = "axis_wheels"; axis = "axis_wheels";
minValue = -1440; minValue = -1440;
maxValue = 1440; maxValue = 1440;
angle0 = "rad -2880"; angle0 = "rad +2880";
angle1 = "rad +2880"; angle1 = "rad -2880";
}; };
class howitzer_rotation { class howitzer_rotation {