[Fixed] ProjectileImpactsWall + LineSide()

Bugs that have been investigated and resolved somehow.

Moderator: GZDoom Developers

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
User avatar
Nanami
Posts: 1066
Joined: Tue Jul 15, 2003 5:13 pm
Location: That little island pritch created.

ProjectileImpactsWall + LineSide()

Post by Nanami »

Moved from notgod forums:

I was working on a ZooM map and was trying to make a window that shatters in a different direction depending on what side you shot it from. After several tests (47.cab) I figured that the game can't tell what side a projectile hit it on. It seems to work with other types (PlayerCrossesLine) but not ProjectileImpactsWall.

I ended up making two more lines real close to the original, on both sides. Still, I'm not sure if this is intentional, impossible, or overlooked.
Gherkin

Post by Gherkin »

Somehow there must be a way to tell who shot the bullet that hits your glass. Monsters also exactly know who shot the bullet when it hits them.

Get that object that shot the bullet, check on which side of the line the object is. Thats the side the bullet hit on.
User avatar
randi
Site Admin
Posts: 7749
Joined: Wed Jul 09, 2003 10:30 pm

Post by randi »

I think that's something that was overlooked. It doesn't sound like it should be a problem implementing it.
User avatar
Nanami
Posts: 1066
Joined: Tue Jul 15, 2003 5:13 pm
Location: That little island pritch created.

Post by Nanami »

That sounds fine Randy. Let me know. =)
User avatar
randi
Site Admin
Posts: 7749
Joined: Wed Jul 09, 2003 10:30 pm

Post by randi »

Fixed for 2.0.48/2.1.0

Return to “Closed Bugs [GZDoom]”