SaveGame

Revision as of 01:43, 30 July 2009 by imported>Omzy (tried to match template, but realized there isn't a template for console functions?)

Description

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

Syntax

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

Examples

SaveGame Test
Save 0032.te 1

Notes

  • 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

Autosave
ForceSave