Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
Name:
Email:
Subject:
Message icon:

Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
What color is grass?:
What is the seventh word in this sentence?:
What is five minus two (use the full word)?:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: Ishad Nha
« on: August 23, 2011, 02:43:43 AM »

 :)
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…