Finding Your Mon Bazou Save: A Complete Guide Whether you're looking to back up your progress before a major update or manually move your Canadian car-building journey to a new PC, knowing where your files live is essential. save files are typically found in the folder on Windows or within the compatdata directory on the Steam Deck. 📂 Save Game Locations by Platform
To access these folders, you may need to enable "Show Hidden Files" in your file explorer. Windows (PC) %USERPROFILE%\AppData\LocalLow\Santa Goat\Mon Bazou You can quickly reach this by pressing , and then navigating up one level to Steam Deck (Linux/Proton)
/home/deck/.local/share/Steam/steamapps/compatdata/1520370/pfx/drive_c/users/steamuser/AppData/LocalLow/Santa Goat/Mon Bazou is the specific Steam App ID for Mon Bazou. 🛠️ How to Manually Back Up Your Progress
If you want to ensure your maple syrup empire is safe, follow these steps to create a manual backup: Locate the Save Folder : Use the paths provided above to find the Identify Your Profile
: Each save slot is stored in a folder named after the profile you created in-game. Copy and Move : Copy the entire profile folder (which contains various
files) and paste it into a secure location like an external drive or a cloud storage folder. Important Note on Steam Cloud : If you are manually swapping save files, you should disable Steam Cloud
for Mon Bazou (found under Game Properties > General) to prevent Steam from overwriting your local changes with older data from the cloud. 🎮 In-Game Saving Methods
Remember that Mon Bazou does not use an "auto-save" feature. To save your progress while playing, you must: inside your house (requires starting the generator). handheld game console found on the sofa (portable but has limited charges). mon bazou save game location
in your bed (Normal mode only; Hardcore mode restrictions may apply). specifically to your Steam Deck how to save game :: Mon Bazou Discussioni generali
In Mon Bazou, save files are stored locally in specific directories depending on your operating system. Because these folders are often hidden by default, you may need to enable "Show hidden files" in your file explorer settings to see them. Save Game Locations
Windows:The standard path is located within your user's AppData folder:C:\Users\[YourUsername]\AppData\LocalLow\Santa Goat\Mon Bazou
Quick Access Tip: Press Win + R, type %appdata%, and navigate up one level to LocalLow, then into Santa Goat\Mon Bazou.
Linux (Steam/Proton):If you are playing on Linux or a Steam Deck, the save files are tucked away in the game's specific Proton prefix:~/.steam/steam/steamapps/compatdata/1520370/pfx/drive_c/users/steamuser/AppData/LocalLow/Santa Goat/Mon Bazou Note: 1520370 is the Steam AppID for Mon Bazou. Understanding the Save Structure
Inside the Mon Bazou folder, you will find subfolders named after your in-game profile.
Profile Folders: Each profile you create has its own folder. Finding Your Mon Bazou Save: A Complete Guide
Timestamp Folders: Inside a profile folder, saves are further organized into folders named with Unix timestamps (long strings of numbers).
Files: Your actual progress is stored in files like blopblop.txt, braaap.txt, or .bin files. Important Management Tips
SaveSlot1.json with Notepad++ or plain Notepad.moneyAmount or money."money": 1250.0.50000.0)..json extension).Ethical note: Editing saves can ruin the intended progression. Many players do it only after completing the game or to recover lost items due to glitches.
If typing out that long path manually sounds tedious—or if you can’t see the AppData folder—try these foolproof methods.
Once you open the Saves folder, you’ll typically see one or more JSON files. The structure looks like this:
If you’ve never saved manually, you may only see one file. The game also creates temporary files (.tmp) while saving – ignore those.
Unlike older Unity games that buried saves in AppData, Mon Bazou is a child of the modern era. The developer, Karbæk, uses the standard Unity persistence system, but with a specific twist: The save data lives in your Local Low directory. Basic Edit Example (Change Money)
Here is the exact path for Windows (the primary platform for the game):
C:\Users\[YourUserName]\AppData\LocalLow\Karbæk\Mon Bazou
For Linux users (including Steam Deck via Proton):
Navigate to:
/home/deck/.local/share/Steam/steamapps/compatdata/1234567/pfx/drive_c/users/steamuser/AppData/LocalLow/K出现了/Mon Bazou/Saves/
(The 1234567 is the Steam app ID for Mon Bazou. You can find it by checking the game’s store page URL or using Proton tricks.)
Because Proton creates a virtual Windows environment, the path mimics the Windows structure.
You can also use the Steam Deck’s Dolphin file manager – enable “Show Hidden Files” to see .local folder.
You tried to edit the .es3 file with Notepad++. You changed money from 124.50 to 999999.00. You saved. You loaded the game. Your Konig is now flying through the void.
Why? Because Easy Save 3 uses binary serialization mixed with XML tags. If you add a comma or remove a decimal point, the checksum (or the parser) breaks. Always make a copy of the vanilla save before editing.