Load: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (→‎See also: Unicodifying, replaced: See Also → See also)
 
(2 intermediate revisions 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]].


[[Category:Glossary]] [[Category:Console Variables]]
[[Category:Glossary]]


This Console Command loads a save from a specified file.
This Console Command loads a save from a specified file.
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.