Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

It is recommended to setup some basic tools which will make your work faster later

Enable debug console in the game

Get ready for script modding by first enabling the in-game developer debug console.

This will allow you to enter commands and functions while in game.

Here’s how to enable the console:

  1. Go to the game’s directory and find: The Witcher 3/bin/config/base.

  2. When in the base folder, open the general.ini file with Notepad or another text editor.

2024-06-06_10-41.pngImage Added
  1. Add a new line and paste the following text: DBGConsoleOn=true

.
  1. This will enable the developer debug console inside the game.

You can open it in-game with the ~ button . You can then and enter your commands there and (press enter to submit them with the enter key.

2024-06-05_17-10.pngImage Removed

ScriptStudio

ScriptStudio is the go-to tool for editing everything to do with scripts for The Witcher 3: The Wild Hunt.

The latest version of ScritpStudio is included in REDkit and can start it in the Tool section.

64989381-cb8f-417c-81b5-32f4c52df2b9.pngImage Removed

ScriptStudio will keep everything synced for you once you start a project.

You can check out files in the same manner as you do within REDkit.

7c6d072d-9f0a-4196-a37b-3215588aae9d.pngImage Removed

Edit while the game is running

ScriptStudio allows you to place breakpoints in your code and hot reloads your code - which means you can change the code while the game is running in the Editor. ScriptStudio connects to the game automatically.

Table of contents:

Table of ContentsmaxLevel6minLevel1includeoutlinefalseindentexcludestyledisctypelistprintabletrueclass

).

2024-06-05_17-10.pngImage Added