Page 1 of 1

Custom death states

Posted: Sun Aug 13, 2006 23:42
by fiend-o-hell
I know this has been brought up before because i remember reading about it a while back. But since i havnt really been in the scene for awhile lots of things have changed now. Anywho, can custom death states be defined? Like a chainsaw death state, a shotgun death state, etc., etc,....... however many deathstates i want for each individual monster. If so, how would i go about doing this?

Posted: Sun Aug 13, 2006 23:49
by fiend-o-hell
.....just to add to the forementioned, i know i can accomplish this through the exchange of 'stored' DECORATE items in the projectiles on impact and such, but im wondering if there is a simpler, more reliable method of accomplishing such a task, such as custom death states.

Posted: Wed Sep 06, 2006 6:08
by fiend-o-hell
so eh..... can anybody help me here?

Posted: Wed Sep 06, 2006 6:37
by wildweasel
As far as I can tell the custom states have not been implemented yet and won't be for some time.

However, if you only need one such state, you can always use the Burn state and give the weapon or projectile +FIREDAMAGE.

Posted: Wed Sep 06, 2006 16:19
by Nash
The inventory hack you mentioned would be the only way to accomplish what you want for now.

Randy has stated that custom state labels will make its debut when ZDoom reaches version 2.2.0. The current ZDoom version is 2.1.5. Even then, we have to wait for Graf to implement 2.2.0 changes into whatever version GZDoom will be by then if you want your project to be GZDoom exclusive.

Sounds like it'll take a while...

Posted: Wed Sep 06, 2006 16:41
by Paul
What about the floating point code? Did Rany mention anything about that?

Posted: Wed Sep 06, 2006 21:13
by fiend-o-hell
As far as I can tell the custom states have not been implemented yet and won't be for some time.

However, if you only need one such state, you can always use the Burn state and give the weapon or projectile +FIREDAMAGE.
Indeed a universal solution for any weapon that inflicts fire, ice, etc. damage unless i limit that state to one gun. The only problem with that is that you get the prescripted side effects of burning, freezing, etc.
Sounds like it'll take a while...
(sigh) whata shame. Thanks for the update.

Posted: Wed Sep 06, 2006 21:22
by Graf Zahl
fiend-o-hell wrote: Indeed a universal solution for any weapon that inflicts fire, ice, etc. damage unless i limit that state to one gun. The only problem with that is that you get the prescripted side effects of burning, freezing, etc.

There are no side effects to any death type. There was one for freezing but now all is being done with code pointers.