SaveGame

From the Fallout3 GECK Wiki
Jump to navigation Jump to search

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