diff --git a/.hemtt/missions/test.Stratis/mission.sqm b/.hemtt/missions/test.Stratis/mission.sqm index f0ea065..39f855c 100644 Binary files a/.hemtt/missions/test.Stratis/mission.sqm and b/.hemtt/missions/test.Stratis/mission.sqm differ diff --git a/addons/m119/tbd_m119/model.cfg b/addons/m119/tbd_m119/model.cfg index e9015d5..5c37079 100644 --- a/addons/m119/tbd_m119/model.cfg +++ b/addons/m119/tbd_m119/model.cfg @@ -65,6 +65,28 @@ class CfgModels { angle1 = "rad -360"; }; + class leftwheel_rot { + type = "rotation"; + source = "howitzer_rotation_source"; + selection = "leftwheel"; + axis = "axis_wheels"; + minValue = -1440; + maxValue = 1440; + angle0 = "rad -2880"; + angle1 = "rad +2880"; + }; + + class rightwheel_rot { + type = "rotation"; + source = "howitzer_rotation_source"; + selection = "rightwheel"; + axis = "axis_wheels"; + minValue = -1440; + maxValue = 1440; + angle0 = "rad +2880"; + angle1 = "rad -2880"; + }; + class howitzer_rotation { type = "rotationY"; source = "howitzer_rotation_source";