[All] "Player bumps" activation bugged

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.

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: [All] "Player bumps" activation bugged

Re: [All] "Player bumps" activation bugged

by randi » Thu Mar 08, 2012 7:49 pm

Fixed.

Re: [All] "Player bumps" activation bugged

by Graf Zahl » Sun Aug 30, 2009 2:00 am

It's sure not a trivial fix due to the way how player<->line collision is performed.

[All] "Player bumps" activation bugged

by Jimmy » Thu Aug 13, 2009 7:10 am

If a player is standing on top of a linedef with a line special and the "player bumps" activation, and bumps into a different two-sided line 30 map units or less away, he triggers the special of the line he's standing on.
playerbumptest.wad
(1.71 KiB) Downloaded 47 times
Here's a quick test wad demonstrating it. The marble platform's sides have the ACS_Execute line special set to execute script 1 (which simply prints "test" to the screen). Hop on top of the platform and bump against the north wall (which is two-sided). You'll trigger the script despite having bumped into a wall that doesn't have a line special.

This bug is currently hindering progress on Blocks II, so if it could be fixed or addressed at all, I'm sure it would save a lot of hassle for us modders. Fixable?

Top