Arma 3
Not enough ratings
M320 Manual Bolt Action Support
   
Award
Favorite
Favorited
Unfavorite
Data Type: Mod
File Size
Posted
Updated
285.036 KB
16 Dec, 2024 @ 3:22am
5 Oct @ 7:03am
4 Change Notes ( view )

Subscribe to download
M320 Manual Bolt Action Support

Description
Edit from APR Vanilla M320 Manual Boltaction and CBA's reference, all credit goes to Toadie2k, Apricot_ale, gpgpgpgp1234 and CBA devs.
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=3101144859
https://github.com/CBATeam/CBA_A3/wiki/Weapon-Animations-Framework

This mod adds Manual Bolt Action Support for Vanilla M320 LRR Sniper Rifle (CheyTac M200 Intervention in real life). Unlike other similar mods, this one only requires CBA. Only test in SP.
Note: The soldier's right hand will bolt when firing a round, but the actual bolt on the rifle will not move (not Synchronized). Not possible to fix from my side.

Also work as a Manual Bolt Action framework.
Compats for other mods:
Manual Bolt Action framework
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=3578871717

Suggest mods:
dzn MG Tripod - deployed holding gesture compat
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=3246524073
R3F Armes compat ACE3 and AMF_AIO Compat ACE3
(also work without ACE, should be bug free. Add proper bolt action support for those FrF2, TAC50 and PGM Hécate 2)
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=1523951238
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=2852487549


Don't load with other similar mods:
APR Vanilla M320 Manual Boltaction
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=3376686027
M320 LRR Bolt Animation
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=3130060878
KC Reload Eventhandler
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=1445097615

10 Comments
HBAOplus  [author] 3 Oct @ 1:25am 
@MachoMan
If the weapon mod you used still set Weapon Eventhandler Framework as dependency in its config, you will still need it
MachoMan 2 Oct @ 12:18pm 
Just to clear my stupid mind:
Weapon Eventhandler Framework version 1.2 can be removed?
(Unsure why i still have it loaded)
HBAOplus  [author] 21 Sep @ 6:41am 
@SSG
This may help you:

class CfgPatches
{
class M320_BoltAnim_for_TRU_weap_VOEREX4
{
requiredAddons[] = {"M320_BoltAnim","TRU_VOEREX4","cba_common"};
skipWhenMissingDependencies = 1;
};
};


class CfgWeapons
{
class srifle_DMR_05_blk_F;
class TRU_weap_VOEREX4 : srifle_DMR_05_blk_F
{
class EventHandlers
{
fired = "_this call CBA_fnc_weaponEvents";
};
class CBA_weaponEvents
{
handAction = "M320_BoltAnim";
sound = "M320_BoltActionSound";
soundLocation = "RightHandMiddle1";
delay = 0.02;
onEmpty = 0;
hasOptic = 1;
cartridgeType = "FxCartridge_338_NM_Ball";
//cartridgeType = "FxCartridge_762";
cartridgeEjectPosition[] = {0.03,0.01,0.08};
cartridgeEjectVelocity[] = {0,1.2,0.5};
cartridgeEjectDelay = 0.54;
};
};
};
SSG 18 Sep @ 8:23pm 
How to add support for other mods?
HBAOplus  [author] 18 Sep @ 1:21am 
@Kokujo
I don't wanna involve into copyright issues, it's a fairy new mod.
HBAOplus  [author] 18 Sep @ 1:15am 
@al-jolani gaming
have fun:)
al-jolani gaming 17 Sep @ 10:30pm 
Fixed an issue that's bothered me since I bought this game in 2015. Thank you and great work!
Kokujo 15 Sep @ 8:42pm 
can you use bolt action from this mod please?
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=3148699851
HBAOplus  [author] 10 Sep @ 8:28am 
@Apricot_ale
This mod is heavily inspired by yours, thank you again:steamhappy:
Apricot_ale 10 Sep @ 7:41am 
Thanks for update
I'm already don't use my version lol