Difference between revisions of "Irreversible Events"

From gdp3
Jump to: navigation, search
(Created page with 'Category:Patterns Category:Needs work ''The one-sentence "definition" that should be in italics.'' Short paragraph giving the description of the pattern while not referr…')
(No difference)

Revision as of 16:05, 3 November 2009

The one-sentence "definition" that should be in italics.

Short paragraph giving the description of the pattern while not referring to any other patterns.

Examples

Some examples, preferably from different genres and with links to wiki pages of the games.

Using the pattern

Text about what to think about when putting the pattern into a design, i.e. possible options. Have links to other patterns mentioned.

Diegetic Aspects

Text about how the pattern relates to diegetic elements, interface elements, and narrative structures.

Consequences

What effects a patterns has on a design.

Relations

Instantiates

Gameplay Design Pattern Template , Gameplay Design Pattern Template

Modules

Gameplay Design Pattern Template , Gameplay Design Pattern Template

Instantiated By

Gameplay Design Pattern Template, Gameplay Design Pattern Template

Modulated By

Gameplay Design Pattern Template, Gameplay Design Pattern Template

Potentially Conflicting With

Gameplay Design Pattern Template, Gameplay Design Pattern Template

History

Document when the pattern was first introduced or created from merging or splitting off an aspect. Reference to paper or other source first mentioned in if applicable.

References

References to external sources.


Irreversible Actions Actions whose effect on the game state cannot be undone.

All actions in a game affect the game state but many may be countered by another action, for example moving in one direction and then moving the same distance in the opposite direction. The actions that do not have other actions that can revert the game state back to its original state are Irreversible Actions.

Example: The Ko (and meta Ko) rule in Go is used to make it impossible for the game to run into infinite loops.

Example: Pushing a box into a corner in Sokoban means that the box cannot be moved from there, as the boxes can only be pushed and not pulled.

Using the pattern

Making actions into Irreversible Actions can be done by simply making sure that all other actions in the whole game design do not affect a specific part of the game state. Other actions may affect that part of the game state as long as all actions affect it in the same way or direction. Other ways of making Irreversible Actions are to make the actions use Non-Renewable Resources or those that give players information. Designed Surprises are thus a form of Irreversible Actions, and since they are a form of Trans-Game Information, they areeven Irreversible Actions across game sessions. Actions whose events provide Strategic Knowledge are likewise Irreversible Actions since these also generate Trans-Game Information.

The possibility of Saving makes it impossible to have totally Irreversible Actions in a game but forces players to use Save-Load Cycles. This can be countered to a certain extent by causing actions to have Delayed Effects at the cost of Predictable Consequences.

Buttons and Alarms are game elements that can be used to enforce Irreversible Actions, in the first case by not being able to be activated more than once and in the second case by not being able to be deactivated once activated. A typical example of a class of Irreversible Actions is Leaps of Faith. Making the Transfer of Control of Resources into Irreversible Actions is part of creating Non-Renewable Resources.

Consequences

Every Irreversible Action performed is a closure, and since there is no Reversability to their effect, they do not promote Experimenting and make Puzzle Solving more difficult. Rather, they promote Stimulated Planning and may cause Analysis Paralysis.

Irreversible Actions are required to progress Narrative Structures and can be used to provide a condensed history of gameplay in a game session without losing any events that affected the final outcome. Leaving a Level and not being able to come back to it is an example of a Narrative Structure can be maintained by an Irreversible Action. An example of how Irreversible Actions can advance the Narrative Structure in Real-Time Games without relying on Levels is to move the places where Spawning occurs.

Not all Irreversible Actions are Ultra-Powerful Events, as players may hinder the effect of the actions from taking place if the actions are Extended Actions and Interruptible Actions. Likewise, the actions that caused the Ultra-Powerful Events do not have to be Irreversible Actions since another action can counter the event after it is completed. An example of this is Shrinking Game Worlds: these are usually Ultra-Powerful Events that cannot be affected while they are occurring but after the Game World has become smaller it may at a later stage expand again.

Relations

Instantiates: Stimulated Planning, Analysis Paralysis, Narrative Structures

Modulates: Buttons, Ultra-Powerful Events, Shrinking Game World, Spawning, Levels, Transfer of Control, Puzzle Solving

Instantiated by: Extended Actions, Surprises, Leaps of Faith, Trans-Game Information, Non-Renewable Resources

Modulated by: Interruptible Actions

Potentially conflicting with: Predictable Consequences, Save-Load Cycles, Experimenting