How to freeze a dynamic prop animation ?

Sonitrok

L1: Registered
Jun 3, 2015
23
2
Hello there !

I need to freeze a model on the last frame of his death animation to make it an immobile corpse. I have touched the prop's settings but i can't find a way to make it play the animation a different way than normal, so here's my question :

Any idea on how to freeze the model on a specific animation frame ?

Thanks you for your time ! ^^
 

ficool2

L4: Comfortable Member
Oct 28, 2017
161
232
You need to fire the SetPlayBackRate input onto it

e.g. OnTrigger <dynamic prop name> SetPlaybackRate 0.0

If that doesn't work, then try 0.0001 instead of 0.0
 

Sonitrok

L1: Registered
Jun 3, 2015
23
2
Thanks for your reply !
It kinda half-works since the animation is indeed frozen, but it only freezes it on the very first frame of the animation. Now i need to find a way to freeze the animation on the right frame.