From 16b0a15c39801582cd9bfb386bf7191055278cf9 Mon Sep 17 00:00:00 2001 From: Sotirios Pupakis Date: Sat, 27 Apr 2024 15:50:07 +0200 Subject: [PATCH] final fixes --- .hemtt/missions/test.Stratis/mission.sqm | Bin 10880 -> 10880 bytes addons/m119/functions/fnc_fold.sqf | 1 + addons/m119/tbd_m119/model.cfg | 8 ++++---- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.hemtt/missions/test.Stratis/mission.sqm b/.hemtt/missions/test.Stratis/mission.sqm index 285de03baff9860616534657aff473f528ee0381..b57a27b29eaa7e4a99d4f4a8ee136dd9cc34bb46 100644 GIT binary patch delta 76 zcmZn&Z3x{U!ptZ$S(I7T@>s5l9V5dvmi>&=K8EdQDlK4OW;C96+?Fx>T9iHGxeBKJ gOo_#rDXBo={=(}0j0_A53>XhaI_%qA%*?9}0IN0_lmGw# delta 76 zcmZn&Z3x{U!ptZ!S(I7TlEX~HmT~h&<^7Ct-7fo?N(&g68Ec+$+cNrGcClxCSgO3A fDX};+B^4-Kw5WbRBLf42A!FW&sJ)wunR(R#W;z!Z diff --git a/addons/m119/functions/fnc_fold.sqf b/addons/m119/functions/fnc_fold.sqf index b4b3eeb..b4a7b1d 100644 --- a/addons/m119/functions/fnc_fold.sqf +++ b/addons/m119/functions/fnc_fold.sqf @@ -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; diff --git a/addons/m119/tbd_m119/model.cfg b/addons/m119/tbd_m119/model.cfg index 676619c..47834d2 100644 --- a/addons/m119/tbd_m119/model.cfg +++ b/addons/m119/tbd_m119/model.cfg @@ -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 {