Ender451: For the GOG version I also had an issue, my saves were just being dumped into the POOLRAD directory. The game played fine, but cloud sync would not work, as they need to be in the "cloud_saves" directory. I had to change the POOL.CFG file to make them sync. C:\Games\Pool of Radiance\POOLRAD\POOL.CFG, for my install, yours maybe different. I changed it to this:
E
P
C:\POOLRAD\
C:\
F
Now it cloud sync's fine.
I just purchased GOG version today. After much struggling, I eventually got the game working with the default directories so that GBC runs properly. I can create characters & load save games in the game, finally.
Here is my information for my setup in hopes that it can help others:
I edited the "dosbox_por_single.conf" file like this:
---------------------
[ipx]
ipx=false
[autoexec]
@echo off
cls
mount c ".."
mount a "..\cloud_saves\POOLRAD\"
c:
cd POOLRAD
start
exit
---------------------
And my "POOL.CFG" file looks like this:
---------------------
E
T
C:\POOLRAD\
A:\
N
---------------------
I found that leaving the default Cloud_Save folder alone was the key to getting GBC to run fully. And DoxBox doesn't like having two folders mounted to the same drive, even in that Overlay mode, so I mounted the Cloud_Save folder to drive letter A:
The install folders for both apps, POR & GBC, are default. I only changed those 2 files to point to those folders and make sure that the SAVE folder is always mounted to a separate drive letter than the one the game is on. I hope this helps.
EDIT: I think I even had to create the POOLRAD folder inside of the Cloud_Save folder then move all the save stuff into there in order for GBC to work properly. Though after mounting the way I seen others do it, it all worked.