Difference between revisions of "Auto-Aim"
(7 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Mechanical Patterns]] | [[Category:Mechanical Patterns]] | ||
[[Category:Interface Patterns]] | [[Category:Interface Patterns]] | ||
+ | [[Category:Platform Patterns]] | ||
[[Category:Needs revision]] | [[Category:Needs revision]] | ||
− | |||
[[Category:Needs references]] | [[Category:Needs references]] | ||
[[Category:Patterns created on the Wiki]] | [[Category:Patterns created on the Wiki]] | ||
Line 14: | Line 14: | ||
== Using the pattern == | == Using the pattern == | ||
− | [[Auto-Aim]] is added to games to make [[Aim & Shoot]] actions easier, most often in [[Combat]] situations and more often in games with [[Third-Person Views]] than [[First-Person Views]] since these types of actions are more difficult in these | + | [[Auto-Aim]] is added to games to make [[Aim & Shoot]] actions easier, most often in [[Combat]] situations and more often in games with [[Third-Person Views]] than [[First-Person Views]] since these types of actions are more difficult in these. |
− | The first works by moving players' [[Crosshairs]] towards [[Enemies]] while the other modifies the trajectories of shots so that those aimed slightly wrong can hit anyway. Lock-on indicates [[Enemies]] with clearly distinguishable marker, often [[Geospatial Game Widgets]] or design solutions functionality the same as these, which players can traverse through by simple button presses and by doing so move their [[Crosshairs]] between the [[Enemies]]. | + | The site GiantBomb describes three different types of [[Auto-Aim]]<ref name="gb"/>: ''Reticule Magnetism'', ''Bullet Magnetism'', and ''Lock-on''. The first works by moving players' [[Crosshairs]] towards [[Enemies]] while the other modifies the trajectories of shots so that those aimed slightly wrong can hit anyway. Lock-on indicates [[Enemies]] with clearly distinguishable marker, often [[Geospatial Game Widgets]] or design solutions functionality the same as these, which players can traverse through by simple button presses and by doing so move their [[Crosshairs]] between the [[Enemies]]. |
=== Interface Aspects === | === Interface Aspects === | ||
Line 22: | Line 22: | ||
== Consequences == | == Consequences == | ||
− | As stated above, [[Auto-Aim]] is a way of making [[Aim & Shoot]] actions easier in games. By doing so, they create [[Player/Character Skill Composites]] | + | As stated above, [[Auto-Aim]] is a way of making [[Aim & Shoot]] actions easier in games. By doing so, they create [[Player Augmentations]] and [[Player/Character Skill Composites]]. As such, they can both support and work against [[Balancing Effects]] in [[Multiplayer Games]]. Since they increase players' effectiveness, the pattern supports an [[Exaggerated Perception of Influence]], at least regarding the players' own contribution to the successes of the actions. Those instances of [[Auto-Aim]] that use lock-on add [[Point of Interest Indicators]] to games. |
− | [[Auto-Aim]] can be said to work against the [[ | + | [[Auto-Aim]] can be said to work against the [[Gameplay Mastery]] pattern since it removes the need to become skilled in one area of competence from a game design. It also works against [[Perceivable Margins]] because it can actually become impossible to notice near misses, something which also makes the pattern incompatible with [[Near Miss Indicators]]. |
== Relations == | == Relations == | ||
Line 30: | Line 30: | ||
[[Balancing Effects]], | [[Balancing Effects]], | ||
[[Exaggerated Perception of Influence]], | [[Exaggerated Perception of Influence]], | ||
− | [[ | + | [[Player Augmentations]], |
− | + | [[Player/Character Skill Composites]], | |
− | + | [[Point of Interest Indicators]] | |
− | [[Player/Character Skill Composites]] | + | |
=== Can Modulate === | === Can Modulate === | ||
Line 49: | Line 48: | ||
=== Potentially Conflicting With === | === Potentially Conflicting With === | ||
− | [[ | + | [[Balancing Effects]], |
+ | [[Gameplay Mastery]], | ||
[[Near Miss Indicators]], | [[Near Miss Indicators]], | ||
[[Perceivable Margins]] | [[Perceivable Margins]] | ||
== History == | == History == | ||
− | New pattern created | + | New pattern created for this wiki by [[User:Staffan Björk|Staffan Björk]]. |
== References == | == References == |
Latest revision as of 09:31, 15 July 2016
Mechanics that make aiming easier for players in games by automating the activity to some extent.
Many computed-based games contain situations where players need to aim at something and then fire at that thing (while most common for combat some games requires the same for taking photos). When this is deemed too challenging by the game designers to do unaided - something more likely in games with third-person views - this can be addressed by adding support from the game system. This game design feature is called Auto-Aim although the actual way that players are helped in aiming and shooting can vary.
Contents
Examples
Examples of games that provide Auto-Aim functionality include the Grand Theft Auto, Halo, Just Cause, Mass Effect, and Tomb Raider series. The site GiantBomb has an extensive list of more games using various forms of Auto-Aim.
Using the pattern
Auto-Aim is added to games to make Aim & Shoot actions easier, most often in Combat situations and more often in games with Third-Person Views than First-Person Views since these types of actions are more difficult in these.
The site GiantBomb describes three different types of Auto-Aim[1]: Reticule Magnetism, Bullet Magnetism, and Lock-on. The first works by moving players' Crosshairs towards Enemies while the other modifies the trajectories of shots so that those aimed slightly wrong can hit anyway. Lock-on indicates Enemies with clearly distinguishable marker, often Geospatial Game Widgets or design solutions functionality the same as these, which players can traverse through by simple button presses and by doing so move their Crosshairs between the Enemies.
Interface Aspects
Auto-Aim can be considered an Interface Pattern since it affects how players need to do Aim & Shoot maneuvers in games.
Consequences
As stated above, Auto-Aim is a way of making Aim & Shoot actions easier in games. By doing so, they create Player Augmentations and Player/Character Skill Composites. As such, they can both support and work against Balancing Effects in Multiplayer Games. Since they increase players' effectiveness, the pattern supports an Exaggerated Perception of Influence, at least regarding the players' own contribution to the successes of the actions. Those instances of Auto-Aim that use lock-on add Point of Interest Indicators to games.
Auto-Aim can be said to work against the Gameplay Mastery pattern since it removes the need to become skilled in one area of competence from a game design. It also works against Perceivable Margins because it can actually become impossible to notice near misses, something which also makes the pattern incompatible with Near Miss Indicators.
Relations
Can Instantiate
Balancing Effects, Exaggerated Perception of Influence, Player Augmentations, Player/Character Skill Composites, Point of Interest Indicators
Can Modulate
Can Be Instantiated By
Can Be Modulated By
-
Possible Closure Effects
-
Potentially Conflicting With
Balancing Effects, Gameplay Mastery, Near Miss Indicators, Perceivable Margins
History
New pattern created for this wiki by Staffan Björk.
References
Acknowledgements
-