Difference between revisions of "SaveGame"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Omzy
(tried to match template, but realized there isn't a template for console functions?)
imported>Omzy
m
 
Line 7: Line 7:
==Examples==
==Examples==
  SaveGame Test
  SaveGame Test
  Save 0032.te 1
  SaveGame 0032.te 1


==Notes==
==Notes==

Latest revision as of 01:47, 30 July 2009

Description[edit | edit source]

Used to create named savegames and optionally write save information to a dump file.

Syntax[edit | edit source]

SaveGame FileName:String CreateDumpFlag:int{0,1}

Examples[edit | edit source]

SaveGame Test
SaveGame 0032.te 1

Notes[edit | edit source]

  • The first example above will create a new savegame named "Test" without an accompanying dump file.
  • The second example above will create a new savegame named "0032.te" with dump file "0032.te.fos.txt" located in the Fallout3/Saves directory. The game will immediately minimize itself to open the dump file.

See Also[edit | edit source]

Autosave
ForceSave