SaveGame

Revision as of 01:18, 23 December 2008 by imported>Cipscis

SaveGame can be used to make named savegames, and to create dump files that list everything saved in that file.

Syntax

SaveGame NameString CreateDumpFlag(optional)

Examples

SaveGame Test

A new savegame called Test will have been created, without a dump file to accompany it.

Save 0032.te 1

A new savegame called 0032.te will have been created, and a file called 0032.te.fos.txt will have been created in the Fallout3/Saves directory. Fallout 3 will minimise itself and the file will be opened.

Notes

  • Using the SaveGame function will still increment the index of your savegames, even though the save created with SaveGame will not be numbered.