Bug reports for v4.0-31-gc130118
First of all, thank you Gwendolyne and jastey for the EE port and updates.
I did pretty much all the chapter 2 content (without Bremen) now, and found very few bugs compared to the sheer amount of content.
Below are the ones I found.
Unless otherwise noted, these bugs have been reproduced on a clean BG2:EE v2.6.6.0 + RoT v4.0-31-gc130118 installation with the following weidu.log:
~ROT/SETUP-ROT.TP2~ #0 #0 // Region Of Terror: v4.0
CRASH: Entering upper floor of Olmar's Castle crashes the game
RR3403.ARE causes a crash-to-desktop upon entering. NearInfinity can't display the area, either.
(This area is reachable from the Olmar's Castle outdoors map [RR3400.ARE], via the door at 2450.1150 (travel trigger "Tran3403a").)
HANG: Entering mages arena leaves party unselectable (and thus stuck)
In "The Arena", you can talk to the top-right Staff Member [STAFFM2.DLG] inside office building [RA4301.ARE] to nominate a level 15+ mage party member to compete in the mages arena.
The party member in question is teleported to the mages arena [RA4302.ARE], but then the viewport returns to showing the remaining party in the office building [RA4301.ARE], where I can no longer select any party member (including the competing mage).
The only way to get out of this situation is to load an earlier savegame.
MINOR BUG: Messenger djinni in Slums doesn't disappear (NOT REPRODUCIBLE)
Early in the RoT main quest, a "Djinni" [ENTDJIN.CRE] spawns in the Athkatla Slums [AR0400.ARE] to taunt Drizzt and mark Arlax on the worldmap.
In my mega-mod installation (with a large weidu.log), this djinni did not leave after delivering his message - he remained in the Slums outdoors map for the rest of the game.
However, I cannot reproduce this bug on a clean RoT-only installation, so feel free to ignore it. I'm just including it for completeness' sake.
WEIRDNESS: Force-field on floor 1 of Gaidan's Castle is bypassable
On Gaidan's Castle floor 1 [RA4701.ARE], the room containing the staircase to the next level is protected by an impenetrable force-field locking its right door.
As part of the quest that brings you here, you can interact with "Bryne" [BRYNE.CRE] on this map to take down the force-field.
It is very strange, then, that the same room has two other open doors, making the force-field a non-issue even though the quest makes such a big deal out of it:
SUGGESTION: Make those two doors impassable.
WEIRDNESS: Arena offers no duels for fighters between 2,250,000 and 2,259,999 exp
In the registration room [RA4305.ARE] of "The Arena", you can talk to the Staff Member [STAFFM12.DLG] to register a fighter party member.
Which "competition day" is offered, depends on the player characters' XP level.
However, there is an XP gap betwen the second and third offer:
-
"Second day" is offered based on this trigger:
XPLT(LastTalkedToBy(Myself),2250000)
XPGT(LastTalkedToBy(Myself),999999)
-
"Third day" is offered based on this trigger:
XPLT(LastTalkedToBy(Myself),3000000)
XPGT(LastTalkedToBy(Myself),2259999)
Since there are no other gaps (all other XP amounts from 0 to infinity are covered), I believe this is a typo.
SUGGESTION: In STAFFM12.DLG, replace all triggers of this form:
XPGT(...,2259999)
with this:
XPGT(...,2249999)
Edited by Ineth, 20 November 2022 - 09:57 AM.