BG3-Community-Library-Team / BG3-Compatibility-Framework

An API-based Driven Compatibility Framework for Baldur's Gate 3 Mods
MIT License
38 stars 13 forks source link

Compatibility Framework

GitHub release GitHub commits

ko-fi

This is the Compatibility Framework. Split off from BG3 Community Library, this mod provides an API for other mods to use improve compatibility. Initially designed for Subclass Compatibility, the Framework has API endpoints that Script-Extender Enabled mods can hook into to insert values into Progressions and Spell/Skill/PassiveLists at Runtime. What this means is that a mod author can inject their mod's data into existing Progressions or Lists without overwriting data, allowing for total compatibility. If you want to know which subclasses are currently supported, check out this list.

Contributing

If you'd like to contribute to the Compatibility Framework, make a Fork of this project: GitHub forks

The Compatibility Framework makes it easy to set your mods up for compatibility with other mods, just by utilizing the Framework's API. To find out how, check out our Wiki page.

For more information on our API, take a look at the following pages:

Installation

This mod works with Baldur's Gate 3 Mod Manager, and possibly Vortex and Manual Installations. BG3 Mod Managers is by far the simplest method, and as such is recommended one.

Compatible with Laughing Leader's Baldur's Gate 3 Mod Manager

Load Order

Compatibility Framework should be loaded at the bottom of your mods list.

Subclass Compatibility Framework should be removed in place of Compatibility Framework. The scope of the mod has increased drastically, so the name has had to shift a bit.

Subclass Compatibility Framework Dummies is no longer required as of version 2.0.0, but you will need to install BG3 Script Extender.

BG3 Mod Manager

  1. Download the latest release, and unzip the .pak file.
  2. Open BG3 Mod Manager, click File->Import Mod.
  3. Select CompatibilityFramework.pak.
  4. Once it's imported, hit refresh.
  5. Hit "Save Load Order to File."

Recommended Mod Management Tools

Other Recommended Mods/Pages

Acknowledgements