Bouncing projectiles with ripper don't rip

Is there something that doesn't work right in the latest GZDoom? Post about it here.

Moderator: GZDoom Developers

Forum rules
Please construct and post a simple demo whenever possible for all bug reports. Please provide links to everything.

If you can include a wad demonstrating the problem, please do so. Bug reports that include fully-constructed demos have a much better chance of being investigated in a timely manner than those that don't.

Please make a new topic for every bug. Don't combine multiple bugs into a single topic. Thanks!
User avatar
ravage
Posts: 293
Joined: Wed Sep 03, 2003 9:30 pm
Preferred Pronouns: They/Them
Contact:

Bouncing projectiles with ripper don't rip

Post by ravage »

Bouncing projectiles with the +RIPPER flag enter their death state instead of ripping through actors. They will only pass through actors if the shot kills them. Non-bouncing projectiles are unaffected from what I can see.

Replaced pistol fires a test projectile.
Tested in gzdoom 4.4.2
Attachments
rippertest.pk3
(839 Bytes) Downloaded 63 times
User avatar
Ichor
Posts: 1783
Joined: Wed Jul 23, 2003 9:22 pm

Re: Bouncing projectiles with ripper don't rip

Post by Ichor »

I remember having this problem a few months ago. I ended up solving it by adding

Code: Select all

	-ALLOWBOUNCEONACTORS
	-BOUNCEONACTORS
to the ripper (in your case, it's RipperTest), and yes, the order does matter. I found that one out the hard way.
Post Reply

Return to “Bugs [GZDoom]”