AngelGryph
AngelGryph
Mm, this looks like a bug in lib/sfo_immutable.tph. %scs_tra_loc% is mentioned only once, at line 61. It should probably be just %tra_loc%, like in the similar function call a few...
Thanks. I'm actually doing some major rewrites on the Minsc component to fix some complex issues, but I might as well fix this now since I don't think I will...
Ah yes, this would be because the portrait formats changed between oBG2 and BG2EE. I can see Kulyok implemented a partial solution back in v25 before I took over, but...
Working on this, and overhauling the quest setup in general as the code is currently a mess with kludge upon kludge and lots of commented out stuff.
Confirmed, there are compatibility issues between Minsc's quest in UB and the Tweaks (formerly SCS) component that moves Boo to Minsc's inventory, something which the UB scripts don't anticipate. I'll...
Yes, oBG2 did not have the TransformItem action, so the change was implemented through a spell using opcode 143 (Create Item in Slot) instead.
Unfortunately I don't know too much about kit modding. Could you be a bit more specific?