Extra-Game Actions

From gdp3
Revision as of 15:49, 21 March 2017 by Staffan Björk (Talk | contribs) (Relations)

Jump to: navigation, search

Actions that are motivated by a game state or a game design but that do not affect any ongoing game instance.

This pattern is a still a stub.

Examples

Example: Betting on the outcome of a game is a typical form of Extra-Game Actions that creates a meta game based upon a game. Note that games such as Poker do not have betting as an Extra-Game Action since folding in that game affects the game state.

Example: loading and saving in computer games are Extra-Game Actions which save or restores the entire game state of a game instance. As the whole game state is affected these actions are not considered parts of gameplay but rather ways of setting up play sessions.

Anti-Examples

optional

Using the pattern

Extra-Game Actions are used for four different forms of effects: to plan or prepare for gameplay before play sessions have begun, to provide Extra-Game Consequences, to change the information players receive about the game state, or to change the entire game state. They are especially common in Multiplayer Games as players may need to do Negotiation or perform Collaborative Actions.

Games promote players to perform Extra-Game Actions before play sessions begin by providing Stimulated Planning through Strategic Knowledge, for example by letting players know their Privileged Abilities well in advance, or by letting players have Creative Control over Character or game elements used. This use of Creative Control is especially common in roleplaying games where players can either design their own characters or, in the case of live action roleplaying games, design the physical clothes and props used in the games. Thus, it is also common in games with Planned Character Development but even more so in Multiplayer Games with Team Development.

Extra-Game Consequences can create Meta Games or give players Trans-Game Information such as providing information about how to perform Combos. Storytelling to give players Emotional Immersion within games can also be considered Extra-Game Consequences as the game state could have been updated without the Storytelling.

One special form of Extra-Game Action is to allow non-players to help players temporarily. This typically requires Spectators with Public Information if the helpers should provide information about the game state or other information relevant to succeed in goals.

Manipulating Book-Keeping Tokens are Extra-Game Actions that likely change players' perception of the game state since the actions change the game state. Changing how players are informed about the game state can either be done directly through manipulating a Camera or by changing the set-up of an user interface, but in both cases modify the Game State Overview players have. Saving and loading game states are Extra-Game Actions that allow Save-Load Cycles and Reversability to previous game states. Other player initiated Game Pauses are also simple cases of Extra-Game Actions.


Diegetic Aspects

Interface Aspects

Narration Aspects

Consequences

Extra-Game Actions provide players with an additional level of Freedom of Choice in games which can be done without necessarily affecting the development of the game. Except for Storytelling, Extra-Game Actions typically causes players to lose Immersion since they force players to consider the mechanical or formal structure of the game. Cognitive Immersion is the form of Immersion least affected, since both saving and restoring game states and manipulating information presentation may be motivated by players' interpretations of the game state. Performing Extra-Game Actions can be considered Investments in games which are either not parts of specific game instances or not explicitly related to changes in the game state.

Self-Facilitated Games requires players to do Extra-Game Actions to run the game. In the case of games with Persistent Game Worlds these action are Investments but typically give players large amounts of Creative Control.

Relations

Can Instantiate

Changes in Perception of Real World Phenomena due to Gameplay, Creative Control, Emotional Engrossment, Extra-Game Consequences, Freedom of Choice, Game Instance Stories, Grinding, Player Created Game Elements, Investments, Meta Games, Save Files, Spectators Team Development

with Conceal

Sanctioned Cheating

Can Modulate

Cognitive Engrossment

Can Be Instantiated By

Bookkeeping Tokens, Cameras, Collaborative Actions, Collectible Card Games, Communication Channels, Crafting, Extra-Game Input, Game Element Trading, Game Pauses, Minigames, Multiplayer Games, Negotiation, Persistent Game Worlds, Player Kicking, Player-Planned Development, Pre-Customized Decks, Purchasable Game Advantages, Replays, Save Files, Save Scumming, Save-Load Cycles, Self-Facilitated Rules, Stimulated Planning, Storytelling, Strategic Knowledge, Strategic Planning

Combos together with Hidden Rules

Can Be Modulated By

Game State Overviews, Public Information, Reversibility

Possible Closure Effects

-

Potentially Conflicting With

Engrossment

History

An updated version of the pattern Extra-Game Actions that was part of the original collection in the book Patterns in Game Design[1].

References

  1. Björk, S. & Holopainen, J. (2004) Patterns in Game Design. Charles River Media. ISBN1-58450-354-8.

Acknowledgements

-