Mod was integrated into BeardLib 4.0.
This mod contains script with edited functions intended to be used by custom weapons to fix problems with animations.
Extract archive content to "mods". Note. Mod previously used "mod_overrides" folder if you have it installed in that folder move it to "mods" folder.
- Force empty or non-empty reload Weapon will only use one type of reload animation.
Adding to custom weapon: In animations group of custom weapon XML add ignore_fullreload="true" or ignore_nonemptyreload="true"
Example:
<animations reload_name_id="sr2" ignore_fullreload="true"/> <animations reload_name_id="msr" ignore_nonemptyreload="true"/>
- Shell by shell weapons reload fix Fixes missing reload animations on custom weapons using following bases:
ksg boot r870 striker m37 benelli spas12 serbu m32 china winchester1874 peacemaker
Adding fix to custom weapon: In animations group of custom weapon XML add reload_shell_by_shell="true".
<animations reload_name_id="winchester1874" reload_shell_by_shell="true"/>