You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2026. It is now read-only.
Is your feature request related to a problem? Please describe.
Being able to see logs coming from the game is a key in the debugging process. It would make it easier if it would be possible to have access to those logs from the level of the code editor.
Describe the solution you'd like
Add a log window (channel) to the editor that will show Witcher 3 logs coming from the scriptslog.txt file.
This can be done by utilizing the scriptslog command in RW3D or using some file tailing solution from the Node environment (in the client).
Is your feature request related to a problem? Please describe.
Being able to see logs coming from the game is a key in the debugging process. It would make it easier if it would be possible to have access to those logs from the level of the code editor.
Describe the solution you'd like
Add a log window (channel) to the editor that will show Witcher 3 logs coming from the
scriptslog.txtfile.This can be done by utilizing the
scriptslogcommand in RW3D or using some file tailing solution from the Node environment (in the client).