Jump to content


Photo

From chapter 5 to 7... without chapter 6 !


  • Please log in to reply
4 replies to this topic

#1 Fouinto

Fouinto
  • Member
  • 458 posts

Posted 10 August 2009 - 12:39 PM

Well, I have not encountered many bug until chapter 5, but this 5th chapter begins to be something really funny (previous bug here and here):

At the end of underdark, I finally go up to the devastated elf temple.
At this moment, there should be a chapter transition : the screen load, but there is no text and no voice... it starts to be strange...
When I finally try to seek help to attack Bodhi, Aran Linvail has nothing to tell me, and the paladins says the same thing than in chapter 3. it continues to be strange.

Here is what is really strange (screen-shot attached to this message) : the first saved game is in the underdark just before leaving and the second saved game is at the devastated elf temple a few second later (just after having answered some elf questions). But the first saved game is tagged as chapter 5 and the second one as chapter 7.
Anyone know how to correct this allowing me to play chapter 6?

Thank you

Attached Images

  • BG2_chap5to7.jpg


#2 10th

10th
  • Member
  • 621 posts

Posted 10 August 2009 - 05:49 PM

Sure. I guess that you've got Check the Bodies installed. CtB modifies AR2500.bcs, by adding an OnCreation() script block. Open AR2500.bcs in Near Infinity and look for the following:

IF
	OnCreation()
	Global("RevealMap","ar2500",0)
THEN
	RESPONSE #100
		SetGlobal("RevealMap","AR2500",1)
		RevealAreaOnMap("ar1700")
		RevealAreaOnMap("ar1800")
		RevealAreaOnMap("ar2500")
		RevealAreaOnMap("ar2600")
		IncrementChapter("")
		TextScreen("SCRTXT06")
END
Delete it. This is the original game script block, but CtB does the same. As usual make a backup. Afterwards you should continue play from your Chapter 5 save.

10th

Edited by 10th, 10 August 2009 - 05:51 PM.

Avast! You cannot defeat our titan-mounted submarine staffed by cannibal vikings! - Nodwick

"I grab his deceased spirit and piledrive it back into his body, duplicating raise dead." - Psyren Oots board

#3 Fouinto

Fouinto
  • Member
  • 458 posts

Posted 11 August 2009 - 12:47 PM

Sure. I guess that you've got Check the Bodies installed. CtB modifies AR2500.bcs, by adding an OnCreation() script block. Open AR2500.bcs in Near Infinity and look for the following:

Hello, thank you very much. Indeed, I have CtB and your solution is working perfectly.

Thank you.

#4 Arakhor

Arakhor
  • Member
  • 22 posts

Posted 11 August 2009 - 04:15 PM

Shouldn't the override files from CtB alter this?  This is what mods should be doing, surely?

#5 Fouinto

Fouinto
  • Member
  • 458 posts

Posted 12 August 2009 - 02:43 AM

Shouldn't the override files from CtB alter this? This is what mods should be doing, surely?

I think (i can be wrong) that CtB (badly) patch this file (I mean I think CtB doesn't replace this file).
BTW : I can tell that I have found nothing in BWPFixPack about CtB