Difference between revisions of "Save Scumming"

From gdp3
Jump to: navigation, search
(Using the pattern)
(Examples)
 
(14 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
[[Category:Dynamic Patterns]]
 
[[Category:Dynamic Patterns]]
 
[[Category:Patterns]]
 
[[Category:Patterns]]
[[Category:Needs work]]
 
 
[[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]]
 
 
[[Category:To be Published]]
 
[[Category:To be Published]]
[[Category:Staffan's current workpage]]
 
 
''Overuse of saving and loading possibilities in games that replay taking on gameplay challenges.''
 
''Overuse of saving and loading possibilities in games that replay taking on gameplay challenges.''
  
This pattern is a still a stub.
+
Creating and loading save files is common in many computer games since it allows players to make extended pauses in games as well as try solutions to challenges many times or try different solutions to the same challenge. However, players may use save files extensively to overcome challenges by getting information they were not intended to have, to have lucky breaks, or in other ways overcome challenges in ways not intended in the design. This is called [[Save Scumming]] since it is typically seen as a bad form of playing a game, and close to or indifferent from cheating.
 +
 
 +
TVTropes has an entry for ''Save Scumming''<ref name="tvtropes"/>. Gamasutra also has an article about ''The Save Scumming Problem''<ref name="gamasutra"/>.
  
 
=== Examples ===
 
=== Examples ===
link to these: http://tvtropes.org/pmwiki/pmwiki.php/Main/SaveScumming and http://www.gamasutra.com/blogs/EricSchwarz/20120113/90898/The_Save_Scumming_Problem.php The expansion "Throne of Bhaal" to the [[Baldur's Gate series]] mocks [[Save Scumming]] through having a [[NPCs|NPC]] group use it against players.
+
All [[:Category:Computer Games|Computer Games]] that allow re-use of save files can have problems with [[Save Scumming]. However, they tend to be more common with games that include [[Mini Games]] in their design, which is the case for some installments in the [[Fallout series|Fallout]] and [[Elder Scrolls series]].  
 +
 
 +
==== Anti-Examples ====
 +
[[:Category:Roguelikes|Roguelikes]] such as [[Rogue]], [[Nethack]], and [[Slaves to Armok II: Dwarf Fortress]], make [[Save Scumming]] difficult by only supporting one save files and removing it when it has been loaded into a game. While allowing players to engage in [[Save Scumming]], the expansion ''Throne of Bhaal'' to the [[Baldur's Gate series]] mocks [[Save Scumming]] through having a [[NPCs|NPC]] group use it against players.
  
 
== Using the pattern ==
 
== Using the pattern ==
[[Save Scumming]] requires players to have the possibility to extensively make use of loading [[Save Files]] and to a lesser degree being able to create [[Save Files]], so the pattern builds upon the ability of players to manipulate [[Save Files]] and do [[Save-Load Cycles]].
+
[[Save Scumming]] requires players to have the possibility to extensively make use of loading [[Save Files]] and to a lesser degree being able to create [[Save Files]], so the pattern builds upon the ability of players to manipulate [[Save Files]] and do [[Save-Load Cycles]]. It is especially likely in games with these feature combined with [[Mini Games]] as exemplified above, since the design then encourages players to save just before engaging in the [[Mini Games]] with little too lose from reloading game states if one failed with the particular [[Mini Games|Mine Game]].
  
As a [[:Category:Negative Patterns|Negative Pattern]], [[Save Scumming]] may be something that is more often designed again than for.
+
As a [[:Category:Negative Patterns|Negative Pattern]], [[Save Scumming]] may be something that is more often designed again than for. One of the most common ways, shown by the [[:Category:Roguelikes|Roguelikes]] above, is to have only allow each player on [[Save Files|Save File]] (i.e. putting a [[Resource Caps|Resource Cap]] on the number of [[Save Files]]).
  
=== Potentially Conflicting With ===
+
While the purpose of [[Difficulty Levels]] can be ruined by players performing [[Save Scumming]], creating [[Difficulty Levels]] on the right premises can instead focus players on trying to overcome the challenges poses by a game through gameplay. Therefore, modifying how [[Difficulty Levels]] are created can be used as a way to mitigate [[Save Scumming]] if it has been detected in a game. The ''Throne of Bhaal'' example given above also shows how narration can be used to expose players to negative views on [[Save Scumming]].
[[Difficulty Levels]],  
+
[[Permadeath]],  
+
[[Surprises]]
+
  
 
== Consequences ==
 
== Consequences ==
=== Can Instantiate ===
+
The main reason [[Save Scumming]] is perceived as a [[:Category:Negative Patterns|Negative Pattern]] is that it makes the design of [[Difficulty Levels]], [[Permadeath]], and [[Surprises]] void or invalid. Further, it gives rise to players engaging in [[Excise]] built upon [[Extra-Game Actions]] that amounts to [[Grinding]]. None of these things are probably wanted by players, so [[Save Scumming]] is typically seen as a design problem (or a player behavior problem).
[[Excise]],  
+
[[Extra-Game Actions]],
+
[[Grinding]]
+
  
 
== Relations ==
 
== Relations ==
Line 46: Line 41:
 
[[Save Files]],  
 
[[Save Files]],  
 
[[Save-Load Cycles]]
 
[[Save-Load Cycles]]
 +
 +
[[Mini Games]] in games with [[Save-Load Cycles]]
  
 
=== Can Be Modulated By ===
 
=== Can Be Modulated By ===
Line 57: Line 54:
 
[[Permadeath]],  
 
[[Permadeath]],  
 
[[Surprises]]
 
[[Surprises]]
 +
 +
[[Save Files]] when used together with [[Resource Caps]]
  
 
== History ==
 
== History ==
Line 62: Line 61:
  
 
== References ==
 
== References ==
-
+
<references>
 +
<ref name="tvtropes">TV Tropes [http://tvtropes.org/pmwiki/pmwiki.php/Main/SaveScumming entry] for ''Save Scumming''.</ref>
 +
<ref name="gamasutra">Schwarz, E. [http://www.gamasutra.com/blogs/EricSchwarz/20120113/90898/The_Save_Scumming_Problem.php The Save Scumming Problem]. Gamasutra. Published 2012-01-13.</ref>
 +
</references>
  
 
== Acknowledgements ==
 
== Acknowledgements ==
 
-
 
-

Latest revision as of 14:48, 19 November 2015

Overuse of saving and loading possibilities in games that replay taking on gameplay challenges.

Creating and loading save files is common in many computer games since it allows players to make extended pauses in games as well as try solutions to challenges many times or try different solutions to the same challenge. However, players may use save files extensively to overcome challenges by getting information they were not intended to have, to have lucky breaks, or in other ways overcome challenges in ways not intended in the design. This is called Save Scumming since it is typically seen as a bad form of playing a game, and close to or indifferent from cheating.

TVTropes has an entry for Save Scumming[1]. Gamasutra also has an article about The Save Scumming Problem[2].

Examples

All Computer Games that allow re-use of save files can have problems with [[Save Scumming]. However, they tend to be more common with games that include Mini Games in their design, which is the case for some installments in the Fallout and Elder Scrolls series.

Anti-Examples

Roguelikes such as Rogue, Nethack, and Slaves to Armok II: Dwarf Fortress, make Save Scumming difficult by only supporting one save files and removing it when it has been loaded into a game. While allowing players to engage in Save Scumming, the expansion Throne of Bhaal to the Baldur's Gate series mocks Save Scumming through having a NPC group use it against players.

Using the pattern

Save Scumming requires players to have the possibility to extensively make use of loading Save Files and to a lesser degree being able to create Save Files, so the pattern builds upon the ability of players to manipulate Save Files and do Save-Load Cycles. It is especially likely in games with these feature combined with Mini Games as exemplified above, since the design then encourages players to save just before engaging in the Mini Games with little too lose from reloading game states if one failed with the particular Mine Game.

As a Negative Pattern, Save Scumming may be something that is more often designed again than for. One of the most common ways, shown by the Roguelikes above, is to have only allow each player on Save File (i.e. putting a Resource Cap on the number of Save Files).

While the purpose of Difficulty Levels can be ruined by players performing Save Scumming, creating Difficulty Levels on the right premises can instead focus players on trying to overcome the challenges poses by a game through gameplay. Therefore, modifying how Difficulty Levels are created can be used as a way to mitigate Save Scumming if it has been detected in a game. The Throne of Bhaal example given above also shows how narration can be used to expose players to negative views on Save Scumming.

Consequences

The main reason Save Scumming is perceived as a Negative Pattern is that it makes the design of Difficulty Levels, Permadeath, and Surprises void or invalid. Further, it gives rise to players engaging in Excise built upon Extra-Game Actions that amounts to Grinding. None of these things are probably wanted by players, so Save Scumming is typically seen as a design problem (or a player behavior problem).

Relations

Can Instantiate

Excise, Extra-Game Actions, Grinding

Can Modulate

-

Can Be Instantiated By

Save Files, Save-Load Cycles

Mini Games in games with Save-Load Cycles

Can Be Modulated By

-

Possible Closure Effects

-

Potentially Conflicting With

Difficulty Levels, Permadeath, Surprises

Save Files when used together with Resource Caps

History

New pattern created in this wiki.

References

  1. TV Tropes entry for Save Scumming.
  2. Schwarz, E. The Save Scumming Problem. Gamasutra. Published 2012-01-13.

Acknowledgements

-