Custom death states

Advanced OpenGL source port fork from ZDoom, picking up where ZDoomGL left off.
[Home] [Download] [Git builds (Win)] [Git builds (Mac)] [Wiki] [Repo] [Bugs&Suggestions]

Moderator: Graf Zahl

Locked
fiend-o-hell
Posts: 18
Joined: Tue Jan 17, 2006 7:22

Custom death states

Post 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?
fiend-o-hell
Posts: 18
Joined: Tue Jan 17, 2006 7:22

Post 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.
fiend-o-hell
Posts: 18
Joined: Tue Jan 17, 2006 7:22

Post by fiend-o-hell »

so eh..... can anybody help me here?
User avatar
wildweasel
DRD Team Admin (Inactive)
Posts: 2132
Joined: Wed Jun 29, 2005 22:00
Location: the Admincave!
Contact:

Post 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.
User avatar
Nash
Developer
Developer
Posts: 1226
Joined: Sun Sep 25, 2005 1:49
Location: Kuala Lumpur, Malaysia
Contact:

Post 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...
User avatar
Paul
DRD Team Admin (Inactive)
Posts: 1058
Joined: Thu Jun 30, 2005 13:30
Location: Poland - Grojec / Radom
Contact:

Post by Paul »

What about the floating point code? Did Rany mention anything about that?
fiend-o-hell
Posts: 18
Joined: Tue Jan 17, 2006 7:22

Post 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.
User avatar
Graf Zahl
GZDoom Developer
GZDoom Developer
Posts: 7148
Joined: Wed Jul 20, 2005 9:48
Location: Germany
Contact:

Post 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.
Locked

Return to “GZDoom”