Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
B

bg3se

> 编程语言
Open source

Baldur's Gate 3 Script Extender

1.5K stars0 likes0 views
WebsiteGitHub

About

Baldur's Gate 3 Script Extender

Norbyte's Baldur's Gate 3 Script Extender

Downloads available here

The Script Extender adds Lua/Osiris scripting support to the game. API Documentation

Configuration

The following configuration variables can be set in the ScriptExtenderSettings.json file:

Variable Type Default Description CreateConsole Boolean false Creates a console window that logs extender internals. Mainly useful for debugging. EnableLogging Boolean false Enable logging of Osiris activity (rule evaluation, queries, etc.) to a log file. LogRuntime Boolean false Log extender console and script output to a log file. LogCompile Boolean false Log Osiris story compilation to a log file. LogFailedCompile Boolean true Log errors during Osiris story compilation to a log file. LogDirectory String My Documents\OsirisLogs Directory where the generated Osiris logs will be stored. EnableExtensions Boolean true Make the Osiris extension functionality available ingame or in the editor. SendCrashReports Boolean true Upload minidumps to the crash report collection server after a game crash. DumpNetworkStrings Boolean Not implemented yet Dumps the NetworkFixedString table to LogDirectory. Mainly useful for debugging desync issues. DeveloperMode Boolean false Enables various debug functionality for development purposes. DisableModValidation Boolean true Disable module hashing when loading modules. EnableAchievements Boolean true Re-enable achievements for modded games. EnableDebugger Boolean false Enables the Osiris debugger interface DebuggerPort Integer 9999 Port number the Osiris debugger will listen on EnableLuaDebugger Boolean false Enables the Lua debugger interface LuaDebuggerPort Integer 9998 Port number the Lua debugger will listen on

Build Instructions

Run first-time-setup.bat from the MSVC x64 Native Tools cmdline after cloning the repo ensure that all external dependencies are set up correctly. Afterwards you can build/develop the solution using normal Visual Studio tools.

GitHub Issues· 210 open

View all on GitHub
  • #604

    downloading old version, not updating

    Updated Sep 13, 2026
  • #459

    Game returns to the main menu when trying to start a new game

    Updated Sep 12, 2026
  • #603

    Assigning a string to a Noesis Tag throws error

    Updated Sep 12, 2026
  • #593

    Baldur's gate 3 Xbox game pass edition

    Updated Sep 8, 2026
  • #601

    99/100 This shitty console doesnt work.

    Updated Sep 6, 2026
  • #588

    BG3 crashes immediately on startup with Script Extender 5.0.0 (0xC000001D in DWrite.dll) before ScriptExtender.log is created

    Updated Sep 5, 2026
  • #599

    Windows 11 Xbox game installation, no bin folder

    Updated Aug 31, 2026
  • #591

    Game won`t start with script extender

    Updated Aug 28, 2026
  • #598

    Game is loading Script Extender But when playing Multiplayer it isnt?

    Updated Aug 21, 2026
  • #534

    Can i update manually?

    Updated Aug 21, 2026

Highlights

  • •C++

> Tags

C++

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言