Save: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Added more information + Examples)
m (→‎See also: Unicodifying, replaced: See Also → See also)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
For information on the Save Game format used by Source, see [[Save Game Files]].
# For information on the Save Game format used by Source, see [[Save Game Files]].
# This Console Command saves the current game.
#* {{Syntax|save <name>}}
#* Examples: <code>save quick</code>
# The {{key|F6}} key is bound to <code>save quick</code> which will save to and overwrite the "quick.sav" file.


[[Category:Glossary]] [[Category:Console Variables]]
==See also==
 
* [[load]] - Loads a game from a specific save game file.
This Console Command saves the current game.
 
The F6 key is bound to <code>save quick</code> which will save to and overwrite the "quick.sav" file.
 
{{Syntax|save <name>}}
* <code>name</code> - The name of the save to create/overwrite
* Examples:
** <code>save quick</code>


==See Also==
{{disambig}}
 
* [[load]] - Loads a game from a specific save game file.

Latest revision as of 12:45, 8 January 2024

  1. For information on the Save Game format used by Source, see Save Game Files.
  2. This Console Command saves the current game.
    • Syntax: save <name>
    • Examples: save quick
  3. The F6 key is bound to save quick which will save to and overwrite the "quick.sav" file.

See also

  • load - Loads a game from a specific save game file.
Icon-disambig.png
This is a disambiguation page, a list of pages that otherwise might share the same title.
If an article link referred you to this title, you might want to go back and fix it to point directly to the intended page.