[Windows] Baldur's Gate II theme looping incorrectly.
DiligentDragon
Member Posts: 3
This issue has been bugging me for 15 years, and now's my chance to have it officially corrected.
Steps to reproduce:
1. Start Baldur's Gate II: Enhanced Edition, select Baldur's Gate II for your game, and listen to the theme in its entirety.
The theme incorrectly loops to the wrong section. The following is the contents of theme.mus ('--' denotes beginning and end of file contents):
--
THEME
4
A
B
C
D theme B
# B is loop
--
This is wrong; section B is already contained within the end of section D. The .MUS file should use C as the loop:
--
THEME
4
A
B
C
D theme C
# C is loop
--
This is a trivial bug, but incredibly easy to fix, and anyone who enjoys Michael Hoenig's compositions for the BG series deserves to hear the Shadows of Amn theme in a way that doesn't sound like a skipping vinyl record
Steps to reproduce:
1. Start Baldur's Gate II: Enhanced Edition, select Baldur's Gate II for your game, and listen to the theme in its entirety.
The theme incorrectly loops to the wrong section. The following is the contents of theme.mus ('--' denotes beginning and end of file contents):
--
THEME
4
A
B
C
D theme B
# B is loop
--
This is wrong; section B is already contained within the end of section D. The .MUS file should use C as the loop:
--
THEME
4
A
B
C
D theme C
# C is loop
--
This is a trivial bug, but incredibly easy to fix, and anyone who enjoys Michael Hoenig's compositions for the BG series deserves to hear the Shadows of Amn theme in a way that doesn't sound like a skipping vinyl record
2