Hi,
For some reason i enjoy Farm Together (maybe more than i'm proud to admit) and recently found out how to edit values like Money, Diamonds and Ribbons. Since this isn't really common information that's laying around, i thought it would be nice to share here since there are probably a few people interested in this.
You can edit much more, like quest progress, levels, XP etc. But i haven't really got to that yet, so feel free to test/add this.
What you need
- Checkpoint (for backing/restore up save)
- 7zip* (For extracting the .data save file)
- Text editor like Notepad / Atom (For editing the save)
*Winrar was only able to extract the file not compress it back. Other program's not tested. So 7zip works 100%
Steps
1. Backup and copy your save to a desktop
Folder looks something like this
> Farm // Contains your farms and their data like money, ribbons etc.
awards.xml // Contains awards/achievements
config.xml // Contains config settings
farms.data // Contains character data, like hair, eye color etc.
stats.xml // Contains stats like amount of items harvested, animals fed etc.
2. Go to the farms folder and open 'farm_X.data' in 7zip
I only had 1 farm, so for me it was 'farm_1.data', i guess if you have multiple farms, it would have more than one file. You can judge which one is the farm you want to edit in the next step
3. Extract the file inside the '.data' file to a folder/deskop and open it in a text editor
So once you open the file in a text editor like Notepad, the first few words look something like this:
Coins:17061 // Amount of money this farm has
Bills:298 // Amount of diamonds this farm has
Medals:4 // Amount of ribbons this farm has
Level:12 // Level this farm has
Based on those you can probably judge if you have the right farm to edit
4. Edit the values
So edit the above numbers to change the amount of money, diamonds and ribbons you have.
5. Save file
6. Open 'farm_X.data' again if you closed it and overwrite the file inside with the one you just edited
Just drag it in there and it should be fine
7. Close 7zip, copy your save folder back to your switch
8. Restore the edited save in Checkpoint and open your game
9. You should be done, enjoy your riches.
Advanced
So in the file you may notice more recognisable things like:
Here you can most likely edit quest progress you don't want to do manually
Here you can most likely edit the level of this specific crop (Yellow Pepper)
You can probably change your level, but i haven't tested this... it may be linked to the XP amount behind it too.
Anyway, this is what i have. Hopefully useful for some.
For some reason i enjoy Farm Together (maybe more than i'm proud to admit) and recently found out how to edit values like Money, Diamonds and Ribbons. Since this isn't really common information that's laying around, i thought it would be nice to share here since there are probably a few people interested in this.
You can edit much more, like quest progress, levels, XP etc. But i haven't really got to that yet, so feel free to test/add this.
What you need
- Checkpoint (for backing/restore up save)
- 7zip* (For extracting the .data save file)
- Text editor like Notepad / Atom (For editing the save)
*Winrar was only able to extract the file not compress it back. Other program's not tested. So 7zip works 100%
Steps
1. Backup and copy your save to a desktop
Folder looks something like this
> Farm // Contains your farms and their data like money, ribbons etc.
awards.xml // Contains awards/achievements
config.xml // Contains config settings
farms.data // Contains character data, like hair, eye color etc.
stats.xml // Contains stats like amount of items harvested, animals fed etc.
2. Go to the farms folder and open 'farm_X.data' in 7zip
I only had 1 farm, so for me it was 'farm_1.data', i guess if you have multiple farms, it would have more than one file. You can judge which one is the farm you want to edit in the next step
3. Extract the file inside the '.data' file to a folder/deskop and open it in a text editor
So once you open the file in a text editor like Notepad, the first few words look something like this:
Code:
{Version:131,Money:{Coins:17061,Bills:298,Medals:4},FarmStyle:"FarmStyleFlat",Experience:{Level:12,Progress:5510}
Coins:17061 // Amount of money this farm has
Bills:298 // Amount of diamonds this farm has
Medals:4 // Amount of ribbons this farm has
Level:12 // Level this farm has
Based on those you can probably judge if you have the right farm to edit
4. Edit the values
So edit the above numbers to change the amount of money, diamonds and ribbons you have.
5. Save file
6. Open 'farm_X.data' again if you closed it and overwrite the file inside with the one you just edited
Just drag it in there and it should be fine
7. Close 7zip, copy your save folder back to your switch
8. Restore the edited save in Checkpoint and open your game
9. You should be done, enjoy your riches.
Advanced
So in the file you may notice more recognisable things like:
Code:
{QuestItem:"CropCauliflower",QuestAmount:40,QuestProgress:0}
Here you can most likely edit quest progress you don't want to do manually
Code:
{Id:"CropYellowPepper",Experience:{Level:6,Progress:36}
Here you can most likely edit the level of this specific crop (Yellow Pepper)
Code:
Experience:{Level:12,Progress:5510}
You can probably change your level, but i haven't tested this... it may be linked to the XP amount behind it too.
Anyway, this is what i have. Hopefully useful for some.
Last edited by Slachtrijp,