SetConsoleOuputFile

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

SetConsoleOuputFile creates a text file in the Fallout 3 directory that stores console input and output.

Console Functions are normally exclusively for use in the in-game Console (accessible by pressing "~").

With JIP LN NVSE Plugin, any console function can be used in scripts with the Console function.

Syntax

[help]
SetConsoleOuputFile FileName:string 

Or:

SCOF FileName:string

Example

SetConsoleOuputFile "Console.txt" 

Notes

  • The long name of this function is misspelled. Attempts to use SetConsoleOutputFile will result in an error.
  • The file will not contain Debug Text.
  • If a file with the specified filename already exists, the output will be appended to the contents of the file.

See Also