A_Explode flag so it doesn't thrust

Moderator: GZDoom Developers

Heisanevilgenius
Posts: 62
Joined: Wed Dec 15, 2021 8:38 pm
Graphics Processor: nVidia (Modern GZDoom)

A_Explode flag so it doesn't thrust

Post by Heisanevilgenius »

A_Explode is sometimes useful for an attack that hurts enemies in a radius but isn't necessarily an "explosion" (such as radiation or a fire) so having a flag so it doesn't thrust would be really useful. Especially if actors are immune to that damage type, but they get pushed anyway. A fire elemental that walks into a flame and then gets constantly pushed away from it is not an ideal circumstance.

Thanks for your consideration!
User avatar
Major Cooke
Posts: 8197
Joined: Sun Jan 28, 2007 3:55 pm
Preferred Pronouns: He/Him
Location: QZDoom Maintenance Team

Re: A_Explode flag so it doesn't thrust

Post by Major Cooke »

Just turn on NODAMAGETHRUST flag before using it, and then turn it off if you need thrusting enabled again. Problem solved.
Heisanevilgenius
Posts: 62
Joined: Wed Dec 15, 2021 8:38 pm
Graphics Processor: nVidia (Modern GZDoom)

Re: A_Explode flag so it doesn't thrust

Post by Heisanevilgenius »

Major Cooke wrote:Just turn on NODAMAGETHRUST flag before using it, and then turn it off if you need thrusting enabled again. Problem solved.
Oh wow. Duh. Thank you! That helps a lot.

Return to “Closed Feature Suggestions [GZDoom]”