Skip to content

Commit

Permalink
update AnimationSources
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror committed Dec 15, 2024
1 parent 4681ec6 commit ab1928e
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion addons/miscFixes/patchCUP/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ class CfgVehicles {
};
};
};
class CUP_Boxer_Base: Wheeled_APC_F {};
class CUP_Boxer_Base: Wheeled_APC_F {
class AnimationSources;
};
class CUP_Boxer_Base_HMG: CUP_Boxer_Base {
class CargoTurret;
class Turrets {
Expand All @@ -88,6 +90,20 @@ class CfgVehicles {
maxHandBrakeTorque = 30000; // was 25000
};
};
class AnimationSources: AnimationSources {
class main_gun_muzzle_rot {
weapon = "CUP_Vhmg_M3P_veh";
};
class main_gun_reload {
weapon="CUP_Vhmg_M3P_veh";
};
class main_gun_reload_mag {
weapon="CUP_Vhmg_M3P_veh";
};
class main_gun_revolving {
weapon="CUP_Vhmg_M3P_veh";
};
};
};
class CUP_Boxer_Base_GMG: CUP_Boxer_Base_HMG {
class CargoTurret;
Expand Down

0 comments on commit ab1928e

Please sign in to comment.