Update DayZ pbo to 1.8.7

This commit is contained in:
icomrade
2016-02-18 18:25:50 -05:00
parent d7e51a5018
commit b9612af942
12 changed files with 60332 additions and 45737 deletions

View File

@@ -0,0 +1,30 @@
//AmovPercMevaSrasWrflDf
class BunnyhopRifle : AovrPercMstpSrasWrflDf
{
speed = 0.65;
file = "\dayz\st_bunnyhop\I44_sprint_jump.rtm";
leftHandIKBeg = false;
leftHandIKEnd = false;
leftHandIKCurve[] = {0};
duty = 2;
forceAim = false;
interpolationSpeed = 1;
interpolationRestart = true;
ConnectTo[] = {"AmovPercMevaSrasWrflDf", 0.01};
//InterpolateTo[] = {"AmovPercMevaSrasWrflDf", 0.01};
};
//AmovPercMevaSrasWpstDf
class BunnyhopPistol : BunnyhopRifle
{
ConnectTo[] = {"AmovPercMevaSrasWpstDf", 0.01};
//InterpolateTo[] = {"AmovPercMevaSrasWpstDf", 0.01};
};
//AmovPercMevaSnonWnonDf
class BunnyhopUnarmed : BunnyhopRifle
{
ConnectTo[] = {"AmovPercMevaSnonWnonDf", 0.01};
//InterpolateTo[] = {"AmovPercMevaSnonWnonDf", 0.01};
};