Enabling the Debug Console for Script Extender

Once you have Norbyte's Baldur's Gate 3 Script Extender installed, you might want to access the Debug Console either to debug or see if there are any errors occuring during play.

1. First thing you need to do is locate your Baldur's Gate 3 installation folder. If installed with Steam, it usually is in "{your Steam folder}\Steam Games\steamapps\common\Baldurs Gate 3"

2. Go inside the "bin" folder (ie. "{your Steam folder}\Steam Games\steamapps\common\Baldurs Gate 3\bin")

3. Look if there is a file named "ScriptExtenderSettings.json" already in there; if not, create one. Then open it

4. Lastly we need to make sure to set the property "CreateConsole" to true. Paste this code in the file:

{
    "CreateConsole": true
}


Now next time you open the game, a console window will be opened as well. You can alway access this console while the game is opened and see if there are any errors:




Disabling the Debug Console for Script Extender

To disable the Debug Console, you can simply edit the "CreateConsole" value in the file to "false" (as shown below) or simply delete the file if you don't think you'll need it anymore.

{
    "CreateConsole": false
}

Article information

Added on

Edited on

Written by

CyberSpektre

12 comments

  1. dkatryl
    dkatryl
    • member
    • 0 kudos
    Nevermind.

    I didnt realize my Steam was also connected to a secondary Steam folder on a backup SSD, and it was seeing the .json file there.
  2. hanspeterbunzli
    hanspeterbunzli
    • member
    • 1 kudos
    For me this is different, as I'm using BG3 Mod Manager. The file that needs to be changed is unde BG3 Mod Manager folder \Data\settings.json.
    In there, find the section {   "ExtenderSettings": {     "CreateConsole": false } }
    1. zxrqvi
      zxrqvi
      • member
      • 0 kudos
      tysm
      was running around in circles until this mate,
      cheers
    2. neeeetuo
      neeeetuo
      • member
      • 5 kudos
      thank u
    3. AJCorny
      AJCorny
      • supporter
      • 0 kudos
      This still wont pull up a console for me
    4. Araturo
      Araturo
      • member
      • 0 kudos
      And then what do I do? Just replace false with true and save?
      I did that but nothing happens at all...

      I've be en trying for hours now to get the mod working again that lets you resculpt your companions but by the gods I cannot get it to work and now I am on a dead end because apparently I need to use the console, but I cannot get the console to open whatever I try
    5. Soriltharg
      Soriltharg
      • member
      • 0 kudos
      In BG Mod Manager go to Settings, preference and enable Create Console.
    6. hawkepostate
      hawkepostate
      • member
      • 0 kudos
      this doesnt work for me :(
    7. twilightprinceass
      twilightprinceass
      • member
      • 0 kudos
      My hero, thank you so much
    8. lotherius
      lotherius
      • premium
      • 0 kudos
      And how are you supposed to open this console? I've used all the key combinations I can think of and I have no console after following the directions.
  3. JackLevin1
    JackLevin1
    • member
    • 0 kudos
    i have the console up and everything works normally ingame n s#*!, but the console is absolutely unusable, every half second or so this:UiApp::trySetupGraphicsWindow, gwindow == window 00000000009C0734
    HookApp::hookD3d9, 0

    gets added or whatever over and over again and i have no idea how to stop it, what do i do???
    1. shivizle
      shivizle
      • member
      • 0 kudos
      I ran into the same error and I am unsure of how to fix it. Were you able to figure it out?