Jump to content

When going out from the cave under Candlekeep, the chapter stays at number 6 (where it's supposed to become 7).


Fouinto

Recommended Posts

Hi,

Little bug in Tweak Anthology with EET (but it seems than Vanilla BG1EE is also concerned) : When going out from the cave under Candlekeep, the chapter stays at number 6 (where it's supposed to become 7).

The details : The first time I encountered the bug (it was bg2_tweaks) : http://gibberlings3.net/forums/index.php?showtopic=27796&p=242637
The Manual "fixing" : http://gibberlings3.net/forums/index.php?showtopic=27796&p=242665
The 2nd time (it was Tweak Anthology) : http://gibberlings3.net/forums/index.php?showtopic=28161&p=247881
The fix still works :)

The Change-log (EET part) :

Mods affecting BG2626.BCS:
00000: ~CDTWEAKS/SETUP-CDTWEAKS.TP2~ 0 1101 // Do Not Reveal City Maps When Entering Area: Beta 5

(well... it's obvious that this component could have something to do with the removal of Explore() :) )

K4thos, who know what he is speaking about, suggests me to link his analysis of the problem here.
So, here it is : http://gibberlings3.net/forums/index.php?showtopic=28161&p=247922 .

If you need something else, just ask : I kept a savegame before going out of the cave.

Hope that it helps.

Link to comment

just to clarify and in case BWP guys are interested in fixing it since it also affects vanilla BG:EE.

This code:

  ACTION_IF FILE_EXISTS_IN_GAME ~%file%.bcs~ BEGIN

    COPY_EXISTING ~%file%.bcs~ ~override~
      DECOMPILE_AND_PATCH BEGIN
        REPLACE_TEXTUALLY ~[ %TAB%]Explore()~ ~ ~
      END
      BUT_ONLY

  END

should be changed to this:

  ACTION_IF FILE_EXISTS_IN_GAME ~%file%.bcs~ BEGIN

    COPY_EXISTING ~%file%.bcs~ ~override~
      DECOMPILE_AND_PATCH BEGIN
        REPLACE_TEXTUALLY ~[ %TAB%]Explore()~ ~Continue()~
      END
      BUT_ONLY

  END
Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...