Save

From Valve Developer Community
Revision as of 11:18, 5 June 2022 by M-doescode (talk | contribs) (Added more information + Examples)
Jump to navigation Jump to search

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.