• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Model with Reversed Animation.

Status
Not open for further replies.
Level 16
Joined
Aug 7, 2009
Messages
1,403
Just create a new unit based on this model, and when it's created, set it's animation speed to -1

JASS:
call SetUnitTimeScale(udg_TempUnit,-1.)
// I don't know its GUI wrapper, so you have to find it yourself
// or call it via custom script.
// In that case, don't forget about the "_udg" prefix.
 
Level 19
Joined
Aug 8, 2007
Messages
2,765
I highly doubt anyone would take their time to manually reverse that model's frames because your too lazy to get JNGP
 
Status
Not open for further replies.
Top