Difference between revisions of "Tooltips"

From gdp3
Jump to: navigation, search
m (moved Tool Tips to Tooltips)
Line 2: Line 2:
 
[[Category:Interface Patterns]]
 
[[Category:Interface Patterns]]
 
[[Category:Information Patterns]]
 
[[Category:Information Patterns]]
[[Category:Needs work]]
 
[[Category:Staffan's current workpage]]
 
 
[[Category:Needs revision]]
 
[[Category:Needs revision]]
[[Category:Needs examples]]
 
 
[[Category:Needs references]]
 
[[Category:Needs references]]
 
[[Category:Patterns created on the Wiki]]
 
[[Category:Patterns created on the Wiki]]
[[Category:Stub]]
 
 
''Additional information presented when players have focused on a game element.''
 
''Additional information presented when players have focused on a game element.''
  
Line 15: Line 11:
 
This pattern is a still a stub.
 
This pattern is a still a stub.
  
''Note:'' this pattern exist in many design pattern collections for interaction design. However, being related quite specifically to information it can affect gameplay more directly than other interaction design patterns.
+
''Note:'' this pattern exists in many design pattern collections for interaction design. However, being related quite specifically to information it can affect gameplay more directly than other interaction design patterns.
  
 
=== Examples ===
 
=== Examples ===
The [[Civilization (video game) series|Civilization series]] provide [[Tooltips]] regarding the resource generator of terrain when players hover mouse pointers over them.
+
The [[Civilization (video game) series|Civilization series]] provide [[Tooltips]] regarding the resource generator of terrain when players let mouse pointers hover over them.
  
 
Most of the game elements in the [[Hearts of Iron series]] show some [[Tooltips]] when focused upon.
 
Most of the game elements in the [[Hearts of Iron series]] show some [[Tooltips]] when focused upon.
Line 25: Line 21:
  
 
== Using the pattern ==
 
== Using the pattern ==
[[Tooltips]] are a way of providing information to players in [[:Category:Computer Games|Computer Games]] by adding text overlays on things the focus upon. Besides deciding what game elements should have [[Tooltips]] and what information should be provided, the main design choice in implementing the pattern is how long time one has to focus before the [[Tooltips]] are shown. What players are focused upon is usually a simple case of checking what their [[God Fingers]] or [[Crosshairs]] are pointing at.
+
[[Tooltips]] are a way of providing information to players in [[:Category:Computer Games|Computer Games]] by adding text overlays on things they focus upon. Besides deciding what game elements should have [[Tooltips]] and what information should be provided, the main design choice in implementing the pattern is how long time one has to focus before the [[Tooltips]] are shown. What players are focused upon is usually a simple case of checking what their [[God Fingers]] or [[Crosshairs]] are pointing at.
  
 
While [[Tooltips]] in games typically provide information about the gameplay, they may also provide [[Extra-Game Information]] regarding the game interface or other ways of playing the game.
 
While [[Tooltips]] in games typically provide information about the gameplay, they may also provide [[Extra-Game Information]] regarding the game interface or other ways of playing the game.
  
 
=== Interface Aspects ===
 
=== Interface Aspects ===
[[Tooltips]] is both a [[:Category:Information Patterns|Information]] and [[:Category:Interface Patterns|Interface Pattern]]. However, the appropriate time before showing [[Tooltips]] can vary depending on the type of gameplay and a distinction can be made between presenting only [[Tooltips]] for game elements or for interface components such as menus and buttons.
+
[[Tooltips]] is both an [[:Category:Information Patterns|Information]] and [[:Category:Interface Patterns|Interface Pattern]]. However, the appropriate time before showing [[Tooltips]] can vary depending on the type of gameplay and a distinction can be made between presenting only [[Tooltips]] for game elements or for interface components such as menus and buttons.
  
 
== Consequences ==
 
== Consequences ==

Revision as of 16:44, 13 September 2011

Additional information presented when players have focused on a game element.

Providing players with the right amount of information can be problematic in games, since giving either too much or too little can work against an optimal gameplay experience. Computer-based games have an opportunity regarding this that other game forms do not have; they can

This pattern is a still a stub.

Note: this pattern exists in many design pattern collections for interaction design. However, being related quite specifically to information it can affect gameplay more directly than other interaction design patterns.

Examples

The Civilization series provide Tooltips regarding the resource generator of terrain when players let mouse pointers hover over them.

Most of the game elements in the Hearts of Iron series show some Tooltips when focused upon.

World of Warcraft makes use of Tooltips as well, but allows players to choose from having beginner Tooltips or ordinary ones.

Using the pattern

Tooltips are a way of providing information to players in Computer Games by adding text overlays on things they focus upon. Besides deciding what game elements should have Tooltips and what information should be provided, the main design choice in implementing the pattern is how long time one has to focus before the Tooltips are shown. What players are focused upon is usually a simple case of checking what their God Fingers or Crosshairs are pointing at.

While Tooltips in games typically provide information about the gameplay, they may also provide Extra-Game Information regarding the game interface or other ways of playing the game.

Interface Aspects

Tooltips is both an Information and Interface Pattern. However, the appropriate time before showing Tooltips can vary depending on the type of gameplay and a distinction can be made between presenting only Tooltips for game elements or for interface components such as menus and buttons.

Consequences

Tooltips provide Clues to players. They modify how Crosshairs or God Fingers work by making them tools for getting more explicit information from games, even if this comes at the cost of introducing ephemeral Non-Diegetic Features and thereby potentially breaking Diegetic Consistency. By doing so they can let players have Smooth Learning Curves, as well as letting game designers have concrete ways to share their Strategic Knowledge to them. This Strategic Knowledge can in turn encourage players to engage in Strategic Planning.

Relations

Can Instantiate

Clues, Extra-Game Information, Non-Diegetic Features, Smooth Learning Curves

with Strategic Knowledge

Strategic Planning

Can Modulate

Crosshairs, God Fingers, Strategic Knowledge

Can Be Instantiated By

-

Can Be Modulated By

-

Possible Closure Effects

-

Potentially Conflicting With

Diegetic Consistency

History

New pattern created in this wiki.

References

-

Acknowledgements

-