Hi,
I’ve found an animation incorrectness.
While holding the knife and crouch backwards the animation of a two handed weapon is shown.
The mod corrects the shown animation.
Without the mod:

With the mod:

The following has been added in “animations/scripts/human_base.script”:
// ...
STATE COMBAT
{
// ...
// after weapons throwables
walkcrbk
{
// ...
weapons knife
{
both alert_crbk_1h
}
// ...
}
// ...
}
// ...
Download (7,6 KB):
http://www.nullskillz.de/et/mods/walk_crouch_back_knife_bugfix/walk_crouch_back_knife_bugfix.zip

