Quote:
Originally Posted by Crono
. . .
Classic's current hit detection is weird under certain circumstances where it isn't on UN, iClassic, or other "default" servers in the past. I don't really know what else to say, but something is off about it.
|
As a result of the default level 3 speed being 0.6 tiles per frame, a value which can not be divided into whole pixels, your characters display is rounded to the nearest whole pixel coordinate, which is also the value synchronised to the server and other players, while your actual clientside x/y values remain at decimal pixel values. Because of this, with default it is actually possible to see your character edge-on with another players sword, but you don't get hit because your absolute x/y value could be up to half a pixel away from that visible edge. The opposite can also be true, the synchronised value may be closer to your opponent than your absolute x/y value, which can result in your opponents client detecting a hit even though you were really up to half a pixel too far away.
That is the only difference I can account for, and if anything Classic's method is more accurate, as the visible coordinate matches the absolute coordinate on your client.
On the other hand, there have also been those with experience who have been complimentary of the new system, who've said it feels right. When developing it I would even swap it around with Default and people who were on PKing couldn't tell the difference, though that may well have been the fact it was level 1 shield speed of 0.5 tiles per frame, which is pixel perfect.