diff --git a/addons/m119/tbd_m119/CfgVehicles.hpp b/addons/m119/tbd_m119/CfgVehicles.hpp index e43ce54..2b52006 100644 --- a/addons/m119/tbd_m119/CfgVehicles.hpp +++ b/addons/m119/tbd_m119/CfgVehicles.hpp @@ -160,7 +160,7 @@ class CfgVehicles { animPeriod = 1; }; - class open_breach_source { + class open_breech_source { source = "user"; initPhase = 0; animPeriod = 1; @@ -168,7 +168,7 @@ class CfgVehicles { soundPosition = "konec_hlavne"; }; - class close_breach_source { + class close_breech_source { source = "user"; initPhase = 1; animPeriod = 1; @@ -177,7 +177,7 @@ class CfgVehicles { }; - class handle_breach_source { + class handle_breech_source { source = "user"; initPhase = 0; animPeriod = 1; diff --git a/addons/m119/tbd_m119/TBD_M119.p3d b/addons/m119/tbd_m119/TBD_M119.p3d index a3bfdde..5da8f73 100644 Binary files a/addons/m119/tbd_m119/TBD_M119.p3d and b/addons/m119/tbd_m119/TBD_M119.p3d differ diff --git a/addons/m119/tbd_m119/model.cfg b/addons/m119/tbd_m119/model.cfg index b0372e7..30b3e4c 100644 --- a/addons/m119/tbd_m119/model.cfg +++ b/addons/m119/tbd_m119/model.cfg @@ -28,8 +28,8 @@ class CfgSkeletons "magazine_translation_bone", "otochlaven", "magazine", "magazine_translation_bone", "hydraulics", "otocvez", - "breach", "barrel", - "handle_breach", "barrel" + "breech", "barrel", + "handle_breech", "barrel" }; }; @@ -177,12 +177,12 @@ class Animations animPeriod = 10; }; - class open_breach + class open_breech { type="translation"; - source="open_breach_source"; - selection="breach"; - axis="axis_breach"; + source="open_breech_source"; + selection="breech"; + axis="axis_breech"; minValue=0.0; maxValue=20; offset0 = "0.0"; @@ -190,12 +190,12 @@ class Animations animPeriod = 10; }; - class close_breach + class close_breech { type="translation"; - source="close_breach_source"; - selection="breach"; - axis="axis_breach"; + source="close_breech_source"; + selection="breech"; + axis="axis_breech"; minValue=0.0; maxValue=20; offset0 = "0.0"; @@ -203,11 +203,11 @@ class Animations animPeriod = 10; }; - class handle_breach + class handle_breech { type="rotation"; - source="handle_breach_source"; - selection="handle_breach"; + source="handle_breech_source"; + selection="handle_breech"; axis="axis_handle"; minValue=0.0; maxValue=1;