The pixelsurf a loop where it predicts the player's movement for a number of ticks specified by the config variable ps_ticks. For each tick, it ducks the player, predicts the movement, and checks if the player is on the ground or a ladder after prediction. If the player's velocity in the z-axis...