Sprites assigned at the beginning of Siege of Dragonspear
AndreaColombo
Member Posts: 5,530
I've just beaten BG:EE with the Nostalgia Pack and as soon as we appeared in Korlasz's tomb, everyone in my party except CHARNAME was given their BG2 sprite. I want to add code to the Nostalgia Pack to force party members to keep the BG1 sprite they were given in BG:EE—is that even possible?
I would assume it requires changing a script—not really my area of expertise but hopefully it's not too difficult. Any ideas?
I would assume it requires changing a script—not really my area of expertise but hopefully it's not too difficult. Any ideas?
0
Comments
Change parameter2 of the only effect (Raise Dead / op32) from "1" to "0".
Would his change impact anything else?
EDIT:
Would you change that parameter with LPF ALTER_EFFECT?
If so, what parameter should I put inside the INT_VAR?
Thanks!
I will, of course, credit you for this code.