Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CUP UK Vz.59 Recoil Tuning #520

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions addons/miscFixes/patchCUP/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ class CfgRecoils {
permanent = 0.08;
temporary = 0.005;
};
class GVAR(recoil_uk59): recoil_default {
muzzleOuter[] = {0.71,1.22,0.35,0.55};
kickBack[] = {0.026,0.064};
permanent = 0.13;
temporary = 0.005;
};
};

class CfgWeapons {
Expand Down Expand Up @@ -129,4 +135,7 @@ class CfgWeapons {
class CUP_smg_MP7: Rifle_Short_Base_F { // Applies the APEX dlc MP5 recoil to the CUP MP7
recoil = "recoil_smg_05";
};
class CUP_lmg_UK59: Rifle_Long_Base_F { // Tones down the horrific standing recoil to a more manageable state. Still stucks, but less now
recoil = QGVAR(recoil_uk59);
};
};