Just reporting in case this is important:
At the end of installing this mod, every item in my BGII game directory opens (files, folders, even the game and the BGConfig program launch). This never happened with the previous version of the mod, but only with the latest version at the time of this post.
The last part of the .tp2 looks like this, and may be the cause for this unwanted behavior:
// Display the readme at the end!
ACTION_IF FILE_EXISTS ~solarom\README-SolaRomance.%LANGUAGE%.txt~ THEN BEGIN
AT_INTERACTIVE_EXIT ~bash -O nocaseglob -c '# open * '~
END
AT_INTERACTIVE_EXIT ~bash -O nocaseglob -c 'open * '~
// EOF: Setup-Solaufein.tp2
Intuition tells me that the use of the * character is what causes every item to open. The obvious fix would be to replace the block with a simple command to open the readme specifically.
Thanks and happy modding,
Eric
(Who has apparently lost his ppg account)