Mac Save-Game Issue in Update 3 (Fix Included)
A few Mac players have reported that after installing Update 3, their saved games were no longer showing up when launching the game. The good news: the saves are still on the machine — macOS simply created a new application container during the update, causing the game to look in the wrong folder. Here’s the fix (drumroll)!
Ember Mac Save Fix: Method 1 (Automatic)
- First, close all instances of Green Ember running on your machine.
- Download EmberMacSaveFix.sh.zip:https://drive.google.com/file/d/1oJ-4F7lXHgX4-297uUXQNzX8Kq_K-sba/view?usp=drive_link
- In Finder, navigate to Downloads.
- Double click EmberMacSaveFix.sh.zip
- Open Terminal: Press ⌘ + Space, type ‘Terminal’, select ‘Terminal.’
- Paste this text:bash ~/Downloads/EmberMacSaveFix.sh
- Press ‘Return’ or ‘Enter’ on your keyboard.
- Upon booting up the game, your save files should now load correctly.
Ember Mac Save Fix: Method 2 (Manual)
- First, close all instances of Green Ember running on your machine.
- Open Finder
- In the top menu bar, click Go → Go to Folder…
- Paste this path and press Return:~/Library/Containers/com.Brazen.B240128LONGEMBRF1/Data/Library/Application Support/Epic/B240128_LONG_EMBR_F1/Saved/SaveGames
- You should now see your old save files.
- In a new Finder window, click Go → Go to Folder…
- Paste this path and press Return:~/Library/Containers/com.YourCompany.B240128LONGEMBRF1/Data/Library/ApplicationSupport/Epic/B240128_LONG_EMBR_F1/Saved/SaveGames
- Go back to the first Finder window (the OLD folder).
- Select the files inside the SaveGames folder.
- Copy them: Press ⌘ + C
- Switch to the Finder window with the NEW folder.
- Paste the files inside the new SaveGames folder: Press ⌘ + V
- Upon booting up the game, your save files should now load correctly.
Thanks for being patient as we ironed this one out! As ever, you’re welcome to provide feedback at this link.



Script works great! Thank you! One thing people should watch out for: my Mac placed the script on the desktop, so the bash command (bash ~/Downloads/EmberMacSaveFix.sh) needed to be updated to point to the desktop location (bash ~/Desktop/EmberMacSaveFix.sh).
Thanks for this Michael!