武装突袭3

武装突袭3

评价数不足
M320 Manual Bolt Action Support
   
奖励
收藏
已收藏
取消收藏
Data Type: Mod
文件大小
发表于
更新日期
285.036 KB
2024 年 12 月 16 日 上午 3:22
10 月 5 日 上午 7:03
4 项改动说明 ( 查看 )

订阅以下载
M320 Manual Bolt Action Support

描述
Edit from APR Vanilla M320 Manual Boltaction and CBA's reference, all credit goes to Toadie2k, Apricot_ale, gpgpgpgp1234 and CBA devs.
https://psteamcommunity.yuanyoumao.com/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://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3578871717

Suggest mods:
dzn MG Tripod - deployed holding gesture compat
https://psteamcommunity.yuanyoumao.com/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://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1523951238
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2852487549


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

10 条留言
HBAOplus  [作者] 10 月 3 日 上午 1:25 
@MachoMan
If the weapon mod you used still set Weapon Eventhandler Framework as dependency in its config, you will still need it
MachoMan 10 月 2 日 下午 12:18 
Just to clear my stupid mind:
Weapon Eventhandler Framework version 1.2 can be removed?
(Unsure why i still have it loaded)
HBAOplus  [作者] 9 月 21 日 上午 6:41 
@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 9 月 18 日 下午 8:23 
How to add support for other mods?
HBAOplus  [作者] 9 月 18 日 上午 1:21 
@Kokujo
I don't wanna involve into copyright issues, it's a fairy new mod.
HBAOplus  [作者] 9 月 18 日 上午 1:15 
@al-jolani gaming
have fun:)
al-jolani gaming 9 月 17 日 下午 10:30 
Fixed an issue that's bothered me since I bought this game in 2015. Thank you and great work!
Kokujo 9 月 15 日 下午 8:42 
HBAOplus  [作者] 9 月 10 日 上午 8:28 
@Apricot_ale
This mod is heavily inspired by yours, thank you again:steamhappy:
Apricot_ale 9 月 10 日 上午 7:41 
Thanks for update
I'm already don't use my version lol