diff --git a/CHANGE LOG 1.0.6.2.txt b/CHANGE LOG 1.0.6.2.txt index 2cb4b8963..808eac8f1 100644 --- a/CHANGE LOG 1.0.6.2.txt +++ b/CHANGE LOG 1.0.6.2.txt @@ -16,6 +16,7 @@ [FIXED] Arma cheats enterable on map display and create marker text box. #1915 @BigEgg17 [FIXED] It is no longer possible to duplicate melee weapons by double clicking to drop and right clicking at the same time. @F507DMT [FIXED] Death messages sometimes showing RunOver when they should not due to dayz_hitBy variable not resetting after being runover. @oiad +[FIXED] Fix CFGMoves/Animation CTD on server. Thanks Choc [NOTE] Fixes below are included in the mission file and server pbo as part of server package 1.0.6.1A (March 10th 2017) [FIXED] Fixed food and drink going down 10x faster from melee and other "working" actions. diff --git a/SQF/dayz_code/Configs/cfgMoves.hpp b/SQF/dayz_code/Configs/cfgMoves.hpp index 49f93fff5..9c0da0045 100644 --- a/SQF/dayz_code/Configs/cfgMoves.hpp +++ b/SQF/dayz_code/Configs/cfgMoves.hpp @@ -5,6 +5,29 @@ class CfgMovesAnimalsBase { class BlendAnims; }; +class CfgMovesBasic; //Fix for server CTD +class CfgMovesMaleSdr: CfgMovesBasic +{ + class States + { + class TransAnimBase_noIK; + class AwopPercMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_lnr: TransAnimBase_noIK + { + rightHandIKCurve[] = {}; + leftHandIKCurve[] = {}; + ConnectTo[] = {"AwopPknlMstpSoptWbinDnon_lnr",0.02}; + InterpolateTo[] = {"AwopPknlMstpSoptWbinDnon_AwopPercMstpSoptWbinDnon_lnr",0.02}; + actions = "BinocKneelLnrActions"; + rightHandIKEnd = 0; + rightHandIKBeg = 0; + leftHandIKEnd = 0; + leftHandIKBeg = 0; + canPullTrigger = 0; + file = "\ca\Anims\Characters\data\Anim\Sdr\wop\erc\stp\opt\bin\AwopPercMstpSoptWbinDnon_AwopPknlMstpSoptWbinDnon_una"; + }; + }; +}; + class CfgMovesDogBase { class Default