Pocket-Plane-Group / UnfinishedBusiness

This is a game mod for the game Baldur's Gate 2, which aims to finish dangling plots, clean up loose ends and un-dummy dummied out content.
24 stars 10 forks source link

Newly claimed Ascenion - UB incompatibility? #22

Closed GraionDilach closed 2 years ago

GraionDilach commented 2 years ago

Quoted from https://www.reddit.com/r/baldursgate/comments/s0j31j/redeeming_with_ascension_and_unfinished_business/

So this is mostly a reference post for myself so I can stop having to look up the variables and such and have this come up in the google search when I next take Sarevok, which isn't that often. Details included for those who might come across the same issue.

When you have Ascension and Unfinished Business installed on ToB, redeeming Sarevok is broken. UB adds a requirement for the U!SRemorse global to be 3 before the second dialog triggers, but since Ascension isn't compatible with Sarevok's Remorse that global is never set. So you need to set that global -can use EEKeeper or just C:SetGlobal("U!SRemorse","GLOBAL",3). The second dialog then triggers when you kill Gromnir with Sarevok in your party.

Did you forget to set the variable in time? Hey look, I'm in this picture and I don't like it. Sarevok needs to see both the corpse and you at the same time for the dialog to trigger. You can spawn in Gromnir wherever you want with C:CreateCreature("Gromnir") then CTRL+Y him. Best not to kill him manually else his scripts will fire and fuck things up. Don't take a second set of his drops either you dirty cheater ;-P

The third dialog then triggers as normal as soon as you and Sarevok make it some way through Sendai's enclave. Or at least until the Enclave global is greater than 0, which I assume is when you're inside, I only just killed Yaga-shura this run.

I'll check it tonight in depth if this is reproducible, but noting it down here beforehand.

GraionDilach commented 2 years ago

Couldn't find it. I guess unreproducible.