Difference between revisions of "Crosshairs"

From gdp3
Jump to: navigation, search
Line 22: Line 22:
  
 
=== Interface Aspects ===
 
=== Interface Aspects ===
[[Crosshairs]] is an [[Category:Interface Patterns|Interface Pattern]]. However, the actual design of [[Crosshairs]] is often changed to reflect with [[Weapons|Weapon]]  
+
[[Crosshairs]] is an [[Category:Interface Patterns|Interface Pattern]] and many of the options surrounding [[Crosshairs]] are related to interface issues. For example, the actual design of [[Crosshairs]] is often changed to reflect which [[Weapons|Weapon]] is being used and the status of [[Variable Accuracy]] systems. The [[Crosshairs]] can also be used to provide additional information about what is being aimed at, most commonly [[Health]] or [[Handles]], the latter to avoid [[Friendly Fire]] (another more extreme solution is to remove [[Crosshairs]] when aimed at friends). Later installments in the [[Battlefield series]] show how [[Pie Menus]] can be used to allow optional actions based upon what is in the [[Crosshairs]].
 
+
  
 
== Consequences ==
 
== Consequences ==
Line 30: Line 29:
 
[[Variable Accuracy]]
 
[[Variable Accuracy]]
 
[[Weapons]]
 
[[Weapons]]
[[God Finger's]]
+
[[God Fingers]]
  
 
[[HUD Interfaces]]
 
[[HUD Interfaces]]
Line 46: Line 45:
  
 
=== Can Modulate ===
 
=== Can Modulate ===
 +
[[Friendly Fire]]
  
 
=== Can Be Instantiated By ===
 
=== Can Be Instantiated By ===
  
 
=== Can Be Modulated By ===
 
=== Can Be Modulated By ===
 +
[[Handles]],
 +
[[Health]],
 +
[[Pie Menus]]
  
 
=== Possible Closure Effects ===
 
=== Possible Closure Effects ===

Revision as of 09:29, 21 September 2011

Visual aims to help players shoot.

Many games require players to aim at what they want to interact with in the game worlds. While some games lock the point players aim at to the middle of the screen, it can be difficult to judge exactly were this is. Crosshairs can be overlaid on the game world presentation to make this more easy, and in other games where players can move their aim point freely it is more or less required that players are provided with Crosshairs to be able to know what they are pointing at.

Examples

Given its definition, Crosshairs are used in Computer Games. They practically exist in all First-Person Shooters, e.g. Borderlands and the Battlefield, Far Cry, Left 4 Dead, Quake, and Unreal Tournament series. Other games that make use of Crosshairs - because they also contain shooting as part of the gameplay - include Mirror's Edge] and the Fallout, Mass Effect, and Tomb Raider series.

While most with Crosshairs have them fixed in the middle of the display, exception such as Missile Command and ports of the Operation Wolf series exist.

The site GiantBomb has an extensive list of more games using various forms of Auto-Aim.

Using the pattern

Interface Aspects

Crosshairs is an and many of the options surrounding Crosshairs are related to interface issues. For example, the actual design of Crosshairs is often changed to reflect which Weapon is being used and the status of Variable Accuracy systems. The Crosshairs can also be used to provide additional information about what is being aimed at, most commonly Health or Handles, the latter to avoid Friendly Fire (another more extreme solution is to remove Crosshairs when aimed at friends). Later installments in the Battlefield series show how Pie Menus can be used to allow optional actions based upon what is in the Crosshairs.

Consequences

Combat Aim & Shoot Variable Accuracy Weapons God Fingers

HUD Interfaces Non-Diegetic Features


Tooltips Auto-Aim

Relations

Can Instantiate

with ...

Can Modulate

Friendly Fire

Can Be Instantiated By

Can Be Modulated By

Handles, Health, Pie Menus

Possible Closure Effects

Potentially Conflicting With

History

New pattern created in this wiki.

References

Cite error: <ref> tag defined in <references> has group attribute "" which does not appear in prior text.


Acknowledgements

-