Logs & Debug
Explaining where to find logs file and write them
Individual Mod Logs
../
├─ cyber_engine_tweaks/
│ ├─ mods/
│ │ ├─ my_mod/
│ │ │ ├─ init.lua
│ │ │ ├─ my_mod.log <- automatically generatedWhat it contains
Write the file
Watch the file
tail -f "C:/path/to/Cyberpunk 2077/bin/x64/plugins/cyber_engine_tweaks/mods/my_mod/my_mod.log"CET Console Logs
What it contains
Write the file
Watch the file
Last updated