Archive Forums (lite version).  Gaming, Game Development, and Anime community!


PDA

View Full Version : Help With Model Animations


chaim
06-24-2004, 10:12 PM
I'm trying to make it so when a person gets headshotted he flys backwards instead of just dying. I am just going to use one of the default hl player models probably the grunt, but I want to change it so that the die_backwards animation's name is changed to the one for headshot. What program would I need to do this? Could I do it somehow in HLMV?

Google
--

Walrii
06-24-2004, 11:58 PM
Are you doing this for a mod by chance?
Is there already a built in animation for a headshot?

Just to warn you, you might not want to do that, if you say, head shoot someone from behind, they'll still fall backwards into you and it'll look odd :)

If you're doing this for a mod, you could probably edit the source code and search for "die_headshot", then replace that with "die_backwards" to have them fall backwards, though, that assumes that there is a built in headshot animatin.

Sim9
06-25-2004, 01:28 AM
Right on walrii.

You could probably orient the victim to be in the correct angle right before playing the animation too :)