A collection of 2 mods that print the contents of the F3 Debug Console into a text file.
Useful to help find errors/exceptions that may happen during modded runs without scrolling through the F3 console for extended periods of time. Both mods are compatible with each other.
Comes in 2 versions:
Command-based
Only creates a text file of the Debug Console when a command is ran.
The command "print_debug_console" logs the entire debug console contents into a text file when ran.
The command "nulls_only_print_debug_console" only logs Exceptions from the debug console into a text file when ran.
Running the commands will also tell you the file path of where the text file is generated.
Automatic
Generates and deletes the text file it logs into upon loading the game.
This one will automatically log anything into the text file when something is added into the F3 Debug Console.
The F2 Console will tell you where the text file is located upon loading the game.
Special thanks to NotABot who provided the base code used to jump-start the creation of these mods.
Source Code for Auto C.T.T found here..
Source Code for Command-based C.T.T found here..