If it is possible, it would be useful to be able to give puffs a species type and the +THROUGHSPECIES flag to make a hitscan attacks pass through the specified species without harming them.
Currently I'm working with a multi-part enemy but I can't give it a hitscan attack because it ends up shooting its other parts. I can make a hitscan-like fast projectile and give it the +THROUGHSPECIES flag and that works just fine for the particular enemy that I am working with but it would be good to have the option of an actual hitscan attack.
Thanks.
+THROUGHSPECIES & Species for hitscan puffs
Moderator: GZDoom Developers
- Major Cooke
- Posts: 8214
- Joined: Sun Jan 28, 2007 3:55 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 10
- Graphics Processor: nVidia with Vulkan support
- Location: GZBoomer Town
- Contact:
Re: +THROUGHSPECIES & Species for hitscan puffs
I second this.
While this would be useful, perhaps I can provide you with a temporary workaround solution.
While this would be useful, perhaps I can provide you with a temporary workaround solution.
Spoiler:
Re: +THROUGHSPECIES & Species for hitscan puffs
Thanks for the suggestion. I think that, with this particular enemy, the FastProjectile route is acceptable.
Spoiler: details details
- Major Cooke
- Posts: 8214
- Joined: Sun Jan 28, 2007 3:55 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 10
- Graphics Processor: nVidia with Vulkan support
- Location: GZBoomer Town
- Contact:
Re: +THROUGHSPECIES & Species for hitscan puffs
That's very nice! And yeah, I can see how for hitscan puffs, this would especially be useful.
Spoiler:
- Xtyfe
- Posts: 1490
- Joined: Fri Dec 14, 2007 6:29 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 11
- Graphics Processor: nVidia with Vulkan support
Re: +THROUGHSPECIES & Species for hitscan puffs
I suggested this a long while ago, a very useful and needed feature