Pocket-Plane-Group / UnfinishedBusiness

This is a game mod for the game Baldur's Gate 2, which aims to finish dangling plots, clean up loose ends and un-dummy dummied out content.
25 stars 11 forks source link

German Language install leaves folder named %scs_tra_loc% with English tra files #28

Open Gitjas opened 2 years ago

Gitjas commented 2 years ago

A user installs v28 with weidu v247, German language. The installation leaves a folder called %scs_tra_loc% in the EET folder which contains a folder english with all English tra files. This doesn't sound like intended behavior but more like an internal variable name?

Link to Screenshot: https://baldurs-gate.de/index.php?threads/bekomme-keine-runde-eet-installation-hin.45425/#post-1097557

AngelGryph commented 2 years ago

Mm, this looks like a bug in lib/sfo_immutable.tph. %scs_tra_loc% is mentioned only once, at line 61. It should probably be just %tra_loc%, like in the similar function call a few lines above it. This might also explain the encoding issues I have had some reports about.