Flag for bBlasted handling/world collision event

Remember, just because you request it, that doesn't mean you'll get it.

Moderator: GZDoom Developers

User avatar
kodi
 
 
Posts: 1355
Joined: Mon May 06, 2013 8:02 am

Flag for bBlasted handling/world collision event

Post by kodi »

I'd like to have a way to handle damage when a monster or other actor is thrown against level geometry. Currently I'm doing it through the bBlasted flag, and doing some checks in an event handler to do extra damage based on velocity. The flag does not do anything upon floor or ceiling collision though. Could there be a new flag allowing that?

Alternatively, could there be an event virtual whenever an actor is stopped from moving through velocity (i.e not walking) because they're blocked by the level or even another actor?
Would take more work to do than the flag suggestion, but would allow doing a ton of fun stuff with physics very easily. :)

Return to “Feature Suggestions [GZDoom]”