Editing Frame
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
{{game icons|p=y|p2=y|p3 | {{game icons|p=y|p2=y|p3=y}} | ||
{{image|Get a gif that shows ten or so frames, and plays them slowly enough for the reader to distinguish each frame.}} | |||
''' | A '''frame''' is the primary unit of time in a [[Pikmin series|''Pikmin'' game]]'s logic routine. Every frame, the game's world is updated, and the screen is redrawn to reflect the current state of the game. Frames "tick" at a regular interval, in order to provide a seamless stream of images that form the game's video. Processing cannot happen between two frames, meaning that an object's state can only be updated once per frame. Hence, the interval between two frames needs to be low enough to provide a smooth transition between an object's states over time (such as the position in the world map of a moving object), but high enough that the console can keep up with the speed. | ||
In [[tool-assisted superplay]]s, some tricks or [[glitch]]es need to be "frame-perfect", meaning there is a one-frame window in which an outcome can happen. This makes them quite hard or impossible to perform consistently in real time. | |||
==Framerate== | ==Framerate== | ||
The | The ''Pikmin'' games contain complex areas and several objects, more notably, the [[Pikmin family|Pikmin]] themselves, with [[100 Pikmin limit|100]] of them being able to stay on-screen at once. In order for the console to process the world's logic and render all of its elements at a steady speed, it cannot render at a large framerate. ''[[Pikmin (game)|Pikmin]]'' and ''[[Pikmin 2]]'' run at 30 frames per second, as do their [[New Play Control!|remakes]]. The exception to this is the European [[region|version]] of ''Pikmin'', which runs at 25. The more advanced [[Wii U]] allows ''[[Pikmin 3]]'' to run at 60 frames per second. Other than that, the [[Menu#Title screen|title screens]] of the first two games, and the [[Menu#Options|options menu]], [[Menu#High scores|high scores menu]], [[Menu#Bonuses|bonuses screen]], and [[Menu#Area selection|area selection screen]] in ''Pikmin 2'' all run at twice the framerate of the normal game. | ||
The exception to this is the European [[region|version]] of ''Pikmin'' | |||
Other than that, the [[ | |||
Should the console have to process a large amount of instructions, it may fail to do all of them in a single frame, needing to extend the duration of the frame until everything is concluded. If this happens over a large amount of time, it can be noticed by the player. An example would be the landing sequence in ''Pikmin 3'', which oftentimes slows down the [[cutscene]] visibly, but not in a way that negatively impacts gameplay. | |||
==See also== | ==See also== |