How To Edit Your Rusty’s Retirement Save File – Just as the title implies, This guide will help you edit your save file. Make sure you are backing up your previous save file.
How To Edit Your Rusty’s Retirement Save File
Where will you find your Save File?
For starters, I feel like the developers should find a way to prevent players from doing this or add a check to see if the file has been modified because it’s a very easy way to unlock all the achievements.
Proceed to the save file at your own risk.
Go to File Explorer and follow this pathC:\Users\[Your User]\AppData\LocalLow\MisterMorrisGames\Rusty’s Retirement
You will find some files there
You are looking for one that says something like “H3-2024-5-4-16-56-40.txt” (This is mine, yours will look different)
BEFORE YOU CHANGE ANYTHING IN THE FILE, MAKE A BACKUP
Open it with Notepad or Notepad++ (both will work fine)
Simply ctrl + f to find what you want to edit
In this example, I want to get more fossils, so I change the value from 0 to 9999
This is how it looks at the beginning
“fossil” : {
“__type” : “int”,
“value”: 0
}
This is how it looks after editing
“fossil” : {
“__type” : “int”,
“value”: 9999
}
You can also unlock anything by changing the value from false to true.
In this example, I’m unlocking the carrot
This is how it looks at the beginning
“cropCarrotUnlocked” : {
“__type” : “bool”,
“value” : false
},
This is how it looks after editing
“cropCarrotUnlocked” : {
“__type” : “bool”,
“value”: true
},
Thanks for reading our post on How To Edit Your Rusty’s Retirement Save File, make sure always to drop comments, and don’t also forget that suggestions are allowed.
Written By: OnlyMarlow