Cyber Engine Tweaks
Home
Discord
GitHub
Website
Ask or search…
⌃
K
Links
🏠
Welcome
Getting Started
💿
Installation
❔
How do I _____?
Overlay
🖥
Usage
🎹
Console
🖱
Bindings
🛠
Settings
🗄
TweakDB Editor
⌛
Game Log
Modding
📖
Introduction
🎯
First Steps
💎
Resources
📗
Scripting API
📘
CET Functions
📒
Game Functions
✏
Snippets & Examples
Dictionary
Base Status Effects
stringType
Clothing Recipes
Teleportation Locations
Other
Patch notes
Upgrade Guide
CET Releases
External docs
Facts
Perks, Skills, Weapons...
List Items w Pictures
List items
Other Wikis
Red Modding
CyberCAT
WolvenKit
CP77 Tools
Powered By
GitBook
Comment on page
⌛
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"
);
Overlay - Previous
TweakDB Editor
Next
Introduction
Last modified
1mo ago