anongit / DragonspearUI

Dragonspear UI++, a UI mod for BG:EE
18 stars 7 forks source link

BG1EE (no SoD): Incorrect Chapter Screen Art #14

Open Doomathon opened 2 years ago

Doomathon commented 2 years ago

Problem:

This UI mod displays chapter screen art that would otherwise be associated with Siege of Dragonspear in the BG1 campaign if you install it on a BG1EE install without SoD

Expected behavior:

Chapter screens should show art appropriate for BG1

Observed behavior:

Chapter screens show art that's clearly intended to be shown in Siege of Dragonspear instead

Reproduction steps:

Start a new game in BG1EE without Siege of Dragonspear installed. The prologue chapter screen shows art depicting the city of Baldur's Gate, rather than art of Candlekeep like I was expecting

dive-bomber commented 2 years ago

You can possibly fix it if you download 'M_BGs.lua' from my repository. The definition for "chapterbackgrounds" are different between versions and that file will standardize them to SoD's.

I am not sure, however, if this UI doesn't do its own thing and doesn't even use BGEE.lua's definitions.

Doomathon commented 2 years ago

@dive-bomber That did fix it - starting a new game with a random character got me the expected BG1EE campaign prologue chapter screen art with that .lua file installed to the override folder.