View Single Post
  #15  
Old 02-19-2010, 09:57 PM
tempandrew tempandrew is offline
Registered User
Join Date: May 2005
Posts: 98
tempandrew is on a distinguished road
It's not that people are really getting through to places where they shouldn't, it just looks ugly that people can jump onto walls. Every time I see this, I have to open the level, shift everything a tile over. I shouldn't have to incorporate more scripts which can make more lag to fix a problem that Stefan should be fixing himself.

This is the problem with charging money for Graal. If you're going to charge money for a game, you should be prepared to be on top of **** like this.

And as far as how this bug actually came to be, I'm guessing movement has been made more float based, so people are probably moving at something slightly above 1 tile at a time (maybe like 1.001), so perhaps that tiny float value eventually adds up, and at x=15 and x=1.5, the onwall detection (which, if you're even 1 pixel on a tile, you can walk over it) fails and you can get through it.
Reply With Quote