Norbyte / bg3se

Baldur's Gate 3 Script Extender
Other
1.15k stars 67 forks source link

Boost asi no more Working in StatsLoaded event #428

Closed novus213 closed 3 months ago

novus213 commented 3 months ago

I have attempted solutions to common problems

Yes

I have checked that my game version is supported

Yes

OS

Windows 11

Platform

Steam

Description

I have a mod that modifies ASI, feats https://github.com/novus213/BG3_RacialASI and its library https://github.com/novus213/BG3_KendersLabsCoreLibs

i call functions with

This one Modify feats Ext.Events.StatsLoaded:Subscribe(function () MCMASIAPI:OnStatsLoadedMCM() end)

this one clean bad ASI Races/classes and create good ASI Ext.Events.StatsLoaded:Subscribe(builder5e)

Indications

since commit 2d924b9: Fix sync() not adding boosts on statuses The data no longer want to be taken into account.

I'm suspicious of this error message, but as I don't know the inner workings of bg3se, I don't know if it's related. bg3se::esv::lua::OsirisCallbackManager::RegisterNodeHandler(): Couldn't register Osiris subscriber for CharacterCreationFinished/1: Symbol not found in story.

Diagnostic Files

BG3 Diagnostic Data.txt

Steps to Reproduce

No response

Expected Behavior

No response

Actual Behavior

No response

novus213 commented 3 months ago

The issue come from two mods (OneDndBard with new functions from CL) and the Load Order not BGSE