Load: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (→‎See also: Unicodifying, replaced: See Also → See also)
 
Line 12: Line 12:
** <code>load quick</code>
** <code>load quick</code>


==See Also==
==See also==


* [[save]] - Saves the game to a file.
* [[save]] - Saves the game to a file.

Latest revision as of 15:04, 7 January 2024

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

This Console Command loads a save from a specified file.

The F7/F9 key is bound to load quick which will load the save from the "quick.sav" file.

Syntax: load <name>

  • name - The name of the save to read and load from
  • Examples:
    • load quick

See also

  • save - Saves the game to a file.