Load: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "For information on the Save Game format used by Source, see Save Game Files. Category:Glossary Category:Console Variables This Console Command loads a save from...")
 
Line 14: Line 14:
==See Also==
==See Also==


* [[load]] - Loades a game from a specific save game file.
* [[save]] - Saves the game to a file.

Revision as of 13:12, 18 June 2022

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.