Save: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Ooops. Forgot this is a console command. I just made an article for it instead. Sorry about overwritting sv_cheats!)
m (Added more information + Examples)
Line 5: Line 5:
This Console Command saves the current game.
This Console Command saves the current game.


{{Syntax|save <string Name>}}
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==
==See Also==


* [[load]] - Loads a game from a specific save game file.
* [[load]] - Loads a game from a specific save game file.

Revision as of 11:18, 5 June 2022

For information on the Save Game format used by Source, see Save Game Files.

This Console Command saves the current game.

The F6 key is bound to save quick which will save to and overwrite the "quick.sav" file.

Syntax: save <name>

  • name - The name of the save to create/overwrite
  • Examples:
    • save quick

See Also

  • load - Loads a game from a specific save game file.