
A possible cause of a lot of the problems affecting the Delta version may be that the Chapter number is not being set! I was looking at the problem affecting the Graveyard, after you return from Spellhold& the entrances don't lead to a new version of the Vampire dungeon. It originally was area AR0056 (BG2 area AR0801), this should be leading to the new version AR0224 (BG2 area AR0808). But instead, you still go back to AR0056! I compared the BG2 and IWG2 town scripts for the original dungeon, I could see a bit of stray code in the latter but that was about it. Then I used the Dalekeeper and Near Infinity editors to check the save game Gam files. I was surprised to learn that the Chapter was still at a value of 1!
To check the chapter number, paste this command into the Console:
CheckVar("Chapter","Global")
To set the Chapter number to 2, paste this command into the Console:
SetChapter(2)
You will then see the intro to Chapter 3…