This is a readme file for Phys Anim Rules

The moment at which ragdoll initiates in the animation is customizable.
Animation rules define these settings.
There are two default rulesets to choose from
more animation (more_anim\oni_physanimrules.ini) - More classic animations before ragdolls activate
more ragdoll (more_ragdoll\oni_physanimrules.ini) - Ragdoll activates instantly on most knockdowns, but throws are still delayed (default)

You can modify these ini files to your liking. 
The format is like this:

[animation name]
duration = <int> - Length of animation in frames. Required.
ragdoll_frame = <int> - Frame at which ragdoll activates. Required.

vfa (velocity from animation) - define initial velocity of the ragdoll. These settings are optional, if not present or 0, then it'll use defaults.
ragdoll_vfaframes = <int> - default 15 - how many frames after the point of ragdoll in animation to look forward.
ragdoll_vfascale = <float> - default 1.0 - scale resulting velocity by this number
ragdoll_vfaclamp = <float> - default 3.0 - clamp velocity, if it exeeds this value
