Difference between revisions of "SaveGame"

55 bytes added ,  01:47, 30 July 2009
m
no edit summary
imported>Cipscis
(Removed note after testing and finding it to contain false information)
imported>Omzy
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
SaveGame can be used to make named savegames, and to create dump files that list everything saved in that file.
==Description==
Used to create named savegames and optionally write save information to a dump file.


==='''Syntax'''===
==Syntax==
  SaveGame NameString CreateDumpFlag(optional)
  SaveGame FileName:String ''CreateDumpFlag:int{0,1}''


==='''Examples'''===
==Examples==
  SaveGame Test
  SaveGame Test
A new savegame called Test will have been created, without a dump file to accompany it.
  SaveGame 0032.te 1
  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.


[[Category:Console Functions]]
==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]]<br>
[[ForceSave]]
 
[[Category: Console Functions]]
Anonymous user