Frictional Games Forum (read-only)

Full Version: Killing Monsters
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
Just thought I'd mention this since I just figured it out, but I'm pretty sure there is a death animation that you can implement for the grunt, i'm just not sure if it works. In the model editor you simple name it "Dead", similar to "Run" or "Idle", and it will possibly work. There's also an animation for backwards movement I think, but the grunt never runs backwards anyway.
One idea:
Spoiler below!

If "GetPropHealth(string& asName);" works on grunts you could set it to something like 10 or lower.
Then as the health reaches that amount:
1. Add all the grunt body parts to the position of the living grunt
2. Give them all a small propimpulse
3. Add a custom large blood splash
4. Cool splashing sound

Result:
A grunt which implodes/explodes and creates a bloody mess when it dies.

Edit: It could also be triggered by an entity collide between the grunt and an item. Custom item bomb(?) or some magical item. Add an explosion sound and some smoke - you're set.

Or, on the same line of thinking as Acies, you could take the grunt ragdoll model and cause them to automatically switch out when the grunt "dies"
(04-17-2011, 07:25 PM)skypeskype Wrote: [ -> ]Killing them just makes it easier and less scarier. NOT GOOD.

I think it could be used and still be scary. For example in the La Caza custom story, pretty much in the beginning, there's a moment when you could drop a huge rock through a tunnel-like hole onto the head of a monster. In such a special situation they'd still be scary because it takes you some afford to kill them.
You don't drop it on their head. D: It just breaks some wood and makes a key drop to the floor I think.
Without wanting to give away spoilers but also for the protection of my own ideas, I will say that I have already implemented a grunt-killing script into my story. Just fades it to smoke, but it's there.

So yeah. I thought of it first Tongue
(05-14-2011, 08:22 PM)Anxt Wrote: [ -> ]Without wanting to give away spoilers but also for the protection of my own ideas, I will say that I have already implemented a grunt-killing script into my story. Just fades it to smoke, but it's there.

So yeah. I thought of it first Tongue

Actually, I thought of it first. Tongue

Well, except the monster doesn't turn to dust, but rather a ragdoll.
I scripted mine a week and a half ago, before seeing any posts about it.

So whether I was first or not, it was original to me when I thought of it Tongue
Erg...

Actually, many people have thought of it BEFORE you joined! Owned.

And a few custom stories had it. I think.
OH YEAH?!?! I thought of it BEFORE I WAS BORN!

NOW who just got owned!?!?!

xD
Pages: 1 2 3 4