- Home
- Save Tools
- Set Gold
Set Your Stardew Valley Gold
Upload your save, pick or type a new gold amount, download the edited file. Rewrites the
money tag and nothing else — runs entirely in your browser.Drop your save file here
or click to browse — look for FarmerName_Id inside your Saves folder
Your save never leaves this browser.
Reading, editing, and downloading all happen on your device. Nothing is uploaded, sent to a server, or stored anywhere outside your browser.
How it works
- 1. Find your save in
%AppData%\StardewValley\Saves(Windows) or~/.config/StardewValley/Saves(Mac/Linux). Each farm has a folder namedFarmerName_Id. - 2. Drop the file with no extension inside that folder (the same name as the folder). Skip
SaveGameInfoand any_oldbackups. - 3. Type any amount up to 999,999,999g, or tap a quick-pick (10k, 100k, 1M, etc).
- 4. Download + replace. The edited file comes back with the same name. Drop it into the same folder, overwriting the original. (Back up first if you want to be safe.)
Frequently asked questions
- Is this safe? Will the file still work in-game?
- Yes. The tool rewrites the <money> tag inside the <player> block and writes everything else back unchanged, byte for byte. Stardew loads the file normally. Back up first if you want belt-and-braces safety; the original is what you uploaded.
- Does my save get uploaded anywhere?
- No. The file is read, edited, and downloaded entirely in your browser. Nothing crosses the network. You can verify with browser DevTools → Network tab.
- What's the maximum gold I can set?
- 999,999,999g (just under 1 billion). Stardew's int32 ceiling is higher, but combining huge amounts with end-of-day shipping income on rich saves can overflow into negative territory and crash the day-end widget. The cap leaves a safe margin.
- Will this affect achievements or the perfection tracker?
- Gold-related achievements ("Greenhorn", "Cowpoke", "Homesteader", "Millionaire", "Legend") fire when your TOTAL EARNED money crosses thresholds, not when current gold goes up. Setting your money here doesn't auto-unlock those — you still need to earn the income normally. Perfection isn't affected at all.
- Does this also set gold for other players in a multiplayer save?
- No. The tool only touches the host's <player> block. Each farmhand has their own gold balance and would need to be handled separately.
- Does this work on console or mobile?
- No — only PC, Mac, Linux, and Steam Deck versions expose the raw save file. Console and mobile saves are sandboxed by the platform.