Fallout 4
0 of 0

File information

Last updated

Original upload

Created by

charlieoctopus5000

Uploaded by

charlieoctopus5000

Virus scan

Safe to use

Tags for this mod

About this mod

Log the Console's output by enabling Papyrus logging and exploiting an internal call to CallGlobalFunction (cgf) "debug.trace" <message>.

Permissions and credits
Papyrus logging must be enabled in order to use this feature. Navigate to the Documents/My Games/Fallout4/ directory, and ensure the following flag has been set in Fallout4Custom.ini:

[Papyrus]
bEnableLogging=1


Papyrus logs are located in the Logs/Script/ sub-directory, with Papyrus0.log the last active log file. 

To invoke this feature, in the Console, use:

LogConsoleHistory

Toggles Console history logging on or off
Every new-line (\n) separated line of text is logged with a leading timestamp.


To by-pass the download and use the source code in your own custom implementation of Console.as, check out the accompanying article.