武装突袭3

武装突袭3

M320 Manual Bolt Action Support
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