SetConsoleOuputFile

From the Fallout3 GECK Wiki
Revision as of 10:43, 1 August 2007 by imported>Wkilleen
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

SetConsoleOuputFile creates a text file (such as "output.txt") that stores console input and output.

Syntax

SetConsoleOuputFile filename.txt
SCOF filename.txt

Example

SetConsoleOuputFile Debug.txt (console output will now be written to Debug.txt)

Notes

  • A filename is a required parameter for this command.
  • The file will not contain Debug Text.