Game Log

How to use the Cyber Engine Tweaks Game Log

Game Log UI

  • This window shows any output done using Redscript's Log/LogChannel function, either coming from the games scripts themselves or from a Redscript mod.

Writing Logs

// my_script.reds
LogChannel(n"DEBUG", "My Custom Log");

Last updated