Posted January 03, 2024
This is how cloud save works on the mac version on GOG:
Sadly there is no normal GOG cloud saving available for this game. Instead the cloud saving is handled by Larian/the game itself.
If you start the game via GOG, the larian launcher is started. Here you should find a registration/login form for a Larian account. After you created an account, there is a checkbox in the ingame settings, where you can enable cloud save.
But the launcher is broken at the moment and only shows you the "Play" button and is missing the whole login/reigstration form.
If you know how to edit a text file and use the terminal (maybe you need xcode, too) you can fix it yourself following these instructions:
forums.larian.com/ubbthreads.php?ubb=showflat&Number=928296#Post928296
(Links are not allowed at the moment...)
Short summary:
In your terminal:
open /Applications/Baldur\'s\ Gate\ 3.app/Contents/Info.plist
Find CFBundleDisplayName and add BG3 as a string like this (only if it is empty, otherwise this fix is not for you):
<key>CFBundleDisplayName</key>
<string>BG3</string>
After you've saved the file you need to resign it (maybe scode is needed for this step):
codesign --force --deep --sign - /Applications/Baldur\'s\ Gate\ 3.app
Hope this helps since I was googling half a day to find a fix.
Sadly there is no normal GOG cloud saving available for this game. Instead the cloud saving is handled by Larian/the game itself.
If you start the game via GOG, the larian launcher is started. Here you should find a registration/login form for a Larian account. After you created an account, there is a checkbox in the ingame settings, where you can enable cloud save.
But the launcher is broken at the moment and only shows you the "Play" button and is missing the whole login/reigstration form.
If you know how to edit a text file and use the terminal (maybe you need xcode, too) you can fix it yourself following these instructions:
forums.larian.com/ubbthreads.php?ubb=showflat&Number=928296#Post928296
(Links are not allowed at the moment...)
Short summary:
In your terminal:
open /Applications/Baldur\'s\ Gate\ 3.app/Contents/Info.plist
Find CFBundleDisplayName and add BG3 as a string like this (only if it is empty, otherwise this fix is not for you):
<key>CFBundleDisplayName</key>
<string>BG3</string>
After you've saved the file you need to resign it (maybe scode is needed for this step):
codesign --force --deep --sign - /Applications/Baldur\'s\ Gate\ 3.app
Hope this helps since I was googling half a day to find a fix.
Post edited January 03, 2024 by musterknabe