Ragdolled avatar's animator boolean parameter

Simplified additional parameters parsing
This commit is contained in:
SDraw 2023-04-13 15:59:40 +03:00
parent 912b37c87f
commit 2c7c90c792
No known key found for this signature in database
GPG key ID: BB95B4DAB2BB8BB5
7 changed files with 97 additions and 53 deletions

View file

@ -24,6 +24,10 @@ Optional mod's settings with [BTKUILib](https://github.com/BTK-Development/BTKUI
* **Angular movement drag:** angular movement resistance; `2.0` by default.
* **Reset settings:** resets mod settings to default.
Available additional parameters for AAS animator:
* **`Ragdolled`:** defines current ragdoll state; boolean.
* Note: Can be set as local-only (not synced) if starts with `#` character.
# Unity Editor Script
You can also trigger the ragdoll via animations on your avatar. To do this you need:
* Download and import the `ml_prm_editor_script.unitypackage` into your unity project