Skip to content
NellsRelo edited this page Jan 30, 2024 · 1 revision

Baldur's Gate 3 Community Library Header Image - The Baldur's Gate 3 Logo, with the words "Community Library" beneath it, and a glaring Illithid's face to the right side

What is the Baldur's Gate 3 Inspiration Framework?

The Inspiration Framework is an API designed to allow Custom Background mods and mods aiming to provide custom Background Goals for vanilla Backgrounds to take advantage of the Inspiration Point feature of Baldur's Gate 3.

What Problems Does the Inspiration Framework Solve?

Inspiration Points are notoriously difficult to set up for Custom Backgrounds - the code behind them for vanilla Backgrounds is hidden away in the story.div.osi, written entirely in Osiris code that we can't really directly edit at this time. Inspiration Framework allows you to leverage the game Databases in conjunction with Script Extenders Listeners to both register your custom background correctly, and mark goals as completed when certain conditions are met.

How Can I Get Involved?

Whether you want to contribute directly to the framework, or if you just want to make your mod's goals work, the Community Library Team welcomes you. The Issues tab is a place for reporting issues, proposing new additions, and discussing the future of the project.

I Want to Contribute to the Project

We're excited to have you! See our page on How to Contribute to learn how to contribute. Whether you want to move parts of your existing mod into the library, or add brand new content, anyone is welcome to propose a feature and add to the project.

Clone this wiki locally