10-24-2023, 05:57 PM
As far as I know, EE Fixpack was mostly created for pre-EE BG version and you usually don't use BG2 Fixpack on EE because EE has most of the stuff included in the game itself. The readme says:
So while most stuff is already there, I don't think I saw people playing with BG2 Fixpack. There is actually EE Fixpack in development, that is more accurate, but not yet complete (the in-progress version is available, though):
https://www.gibberlings3.net/forums/foru...e-fixpack/
As for the bug: it looks like you should be getting 3rd original talk right now. It has these conditions:
Global("PCYosh","LOCALS",2)
Global("BYoshimo5","LOCALS",0)
See(Player1)
!StateCheck(Player1,STATE_SLEEPING)
It looks like you match first 2 conditions (PCYosh is set to 2 and BYoshimo5 is set to 0 / does not exist). The other two are: see Player1 and Player1 is not sleeping. Is there any chance your main character is standing far away or is invisible?
Quote:Baldur's Gate II Enhanced Edition - The Fixpack developers work with the Enhanced Editions to include the bugfixes deirectly into the Enhanced Editions. As such, the main components (Core Fixes, Game Text Update, BETA Core Fixes) are unavailable for install and will be skipped automatically. Some of the Optional But Cool components are available.
So while most stuff is already there, I don't think I saw people playing with BG2 Fixpack. There is actually EE Fixpack in development, that is more accurate, but not yet complete (the in-progress version is available, though):
https://www.gibberlings3.net/forums/foru...e-fixpack/
As for the bug: it looks like you should be getting 3rd original talk right now. It has these conditions:
Global("PCYosh","LOCALS",2)
Global("BYoshimo5","LOCALS",0)
See(Player1)
!StateCheck(Player1,STATE_SLEEPING)
It looks like you match first 2 conditions (PCYosh is set to 2 and BYoshimo5 is set to 0 / does not exist). The other two are: see Player1 and Player1 is not sleeping. Is there any chance your main character is standing far away or is invisible?