BG2 / BGEET: Edwin disappears after he spawns.
KhaosBhaalspawn
Member Posts: 4
Here is what happens:
I have no idea why this happens and had this bug in previously modded setups as well. Now i could just bypass this bug by using cheats to give myself the Key for Mae'Var's Strongbox, but i want to actually play through the Questline and for that i need Edwin.
I tried trimming the character file down ("EDWIN7.cre") and i'm pretty sure that's the way to go, but no results so far. Any ideas?
I have no idea why this happens and had this bug in previously modded setups as well. Now i could just bypass this bug by using cheats to give myself the Key for Mae'Var's Strongbox, but i want to actually play through the Questline and for that i need Edwin.
I tried trimming the character file down ("EDWIN7.cre") and i'm pretty sure that's the way to go, but no results so far. Any ideas?
0
Comments
Once you reach the appropriate point in the quest (Mae'var sends you to Edwin), the area script reactivates him. Here's AR0304.BCS in its entirety (before any mods):
If you haven't yet reached that point in the quest, nothing is wrong. Continue, and then delete the extra copies of Edwin you spawned in when he activates. If you have reached that point and Edwin still isn't showing up, something's wrong with the variables; GoSeeEdwin should be set by Mae'Var's dialogue. A console command SetGlobal("GoSeeEdwin","GLOBAL",2) will put it in the right state.
Thanks! Your solution worked.