Mistake: Difference between revisions

155 bytes added ,  10 months ago
→‎Olimar's movement: This is a known error in game development.
(→‎Olimar's movement: This is a known error in game development.)
Line 37: Line 37:


====Olimar's movement====
====Olimar's movement====
For unknown reasons, Olimar walks slower if the player tilts the analog stick in a diagonal direction.{{cite youtube|m8bfdRV77Zs|demonstrating the difference in speed between walking angles|published={{date|7|April|2020}}|retrieved={{date|8|April|2020}}}} As such, it's faster to angle the camera such that the player has to tilt the analog stick in a cardinal direction in order to get Olimar where he needs. This oddity is not present in the [[New Play Control! Pikmin|''New Play Control!'' version]].
Due to errors in the vector math for the player movement, Olimar walks slower if the player tilts the analog stick in a diagonal direction.{{cite youtube|m8bfdRV77Zs|demonstrating the difference in speed between walking angles|published={{date|7|April|2020}}|retrieved={{date|8|April|2020}}}} This is a common error in game development, and is usually a result of devs forgetting to normalize the player input. As such, it's faster to angle the camera such that the player has to tilt the analog stick in a cardinal direction in order to get Olimar where he needs. This oddity is not present in the [[New Play Control! Pikmin|''New Play Control!'' version]].


===Written mistakes===
===Written mistakes===
Anonymous user