Logic autosave: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
Line 1: Line 1:
{{wrongtitle|title=logic_autosave}}
{{wrongtitle|title=logic_autosave}}
{{base_point}}
==Entity Description==
==Entity Description==
An entity that is used to force an autosave. It is usually triggered before large firefights or dangerous areas where the player might die.
An entity that is used to force an autosave. It is usually triggered before large firefights or dangerous areas where the player might die.
Line 16: Line 18:
==Outputs==
==Outputs==
* {{o targetname}}
* {{o targetname}}
[[Category:Entities]]

Revision as of 15:07, 12 April 2008

Template:Wrongtitle Template:Base point

Entity Description

An entity that is used to force an autosave. It is usually triggered before large firefights or dangerous areas where the player might die.

  • Arguably pointless for multiplayer.

Keyvalues

<boolean> If set, the save will discard any savedata from previous levels, for the purpose of keeping savegame filesizes down. Can only be safely used if there is no way for the player to return to previous levels.

Inputs

Force an autosave.
Force an autosave as autosavedangerous.sav. If the player is alive after the passed number of seconds it replaces the standard auto save.

Outputs