Here's a quick 'how-to' on installing the remaster from GoG. Please note that I'm using an up-to-date install of 64bit Manjaro (Arch) and already have installed both wine and winetricks.
When downloading, do *not* hit the big blue "Download and install now" button. That's for GoG Galaxy which we don't want. Instead, near the bottom of the download box use the link for the Trilogy in the 'offline backup game installers' section.
It should be called something like setup_the_bards_tale_trilogy_1.00_(#####).exe (where # is a 5-digit number).
From here, it was easiest for me to finish via command line, as well as put the game in it's own section(or wine 'bottle') :
WINEPREFIX="/home/YOURUSERNAME/.wine-btr" wine /path/to/setup_the_bards_tale_trilogy_1.00_\(12345\).exe
This will start the installer - just complete it as normal. NOTE : for me, it threw several errors at the end, but that didn't seem to actually affect the install.
Next, install the Vulkan compatibility bit
WINEPREFIX="/home/YOURUSERNAME/.wine-btr" winetricks dxvk
From there I had a desktop shortcut and menu item to start it from. Alternatively, you could start it with :
WINEPREFIX="/home/brose/.wine-btr" wine .wine-btr/drive_c/GOG\ Games/The\ Bard\'s\ Tale\ Trilogy/TheBardsTaleTrilogy.exe
Beemer
Post edited August 23, 2018 by bmr5770