Page 1 of 1

Hero Assault crashes (with Conversion Pack Heroes)

Posted: Thu Nov 22, 2007 8:42 pm
by authraw
I recently wrote a script that randomly picks heroes for each side of the Hero Assault mode of my map. It picks heroes from both the game's assets and the conversion pack heroes. Whenever it loads any of the following heroes, however, it crashes:
"rep_hero_fisto"
"rep_hero_luminara"
"rep_hero_shaakti"
"rep_hero_drallig"

I'm sure this has to do with new animations. There isn't any way to stop the crashing, is there?

Re: Hero Assault crashes (with Conversion Pack Heroes)

Posted: Thu Nov 22, 2007 9:31 pm
by Teancum
They all run off parent animations. I won't be at home until Sunday late, so I can't tell you who else you'll need to load.

Re: Hero Assault crashes (with Conversion Pack Heroes)

Posted: Thu Nov 22, 2007 10:15 pm
by authraw
Oh, really? I thought it was an issue with loading too many animations at once--I am already loading all of the heroes from the original assets in the script. Are there other animations that I have to load to get those four to work?