SaveGame

DescriptionEdit

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

SyntaxEdit

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

ExamplesEdit

SaveGame Test
SaveGame 0032.te 1

NotesEdit

  • 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 AlsoEdit

Autosave
ForceSave