Wow, Thankyou for your reply and help. I managed to do the first one.skibidiwow wrote: ↑Thu Sep 19, 2024 9:46 pmPerform one of the following two to get you Mist that you can alter the value of. I would recommend using Notepad++ and installing the JSON Plugins so you can format the .json file, but that is just me:Berniebibbles12 wrote: ↑Thu Sep 19, 2024 9:58 amI’ve managed to change the wheat using the save game data.Berniebibbles12 wrote: ↑Thu Sep 19, 2024 9:18 amCould anyone be kind enough to show me how to change my save file. I tried to decrypt save and it’s downloading as a “file” not “json”
Someone told me to rename it and I’ve tried that but it just started a new game (yes I backed up my game)
I just looking help my friend out with some mist blobs so they can pick it up from my valley.
Many thanks
And sorry to be a pain.
Feel free to dm me if that’s better
So if anyone could tell me how to change the mist blobs
Please and thank you
Is it just a case of putting the mist code in the search
I know the code for the mist is that right?
HANG OUT REWARD (EASIEST WAY)
1. If you already have Mist on the ground in your Valley, perform a search on the following "ItemID": 80000003. You will know you found a Mist Orb is has X, Y coordinates for example. The ID and X, Y Coords will be different than this.
"51157": {
"ID": 51157,
"ItemID": 80000003,
"X": 21,
"Y": 25,
"Orientation": "GridOrientation_Up",
"State": null
2. Within this statement there should be a field maybe called "amount:" or "value:" or something along those lines. Just look for the number that looks like it'd be a Mist value. Change this field to whatever number you want.
PENDING HANGOUT REWARD (HARD WAY)
1. Start at the top of the decrypted file, perform a search on the word "PendingHangoutGatherRewards": [],.
2. It will take you to the first one, which would is related to Mickey Mouse. If you scroll a little bit up, you should see.
"Characters": [
{
"Base": {
"id": 10000003,
"obtainedTime": null
},
3. In the brackets next in the "PendingHangoutGatherRewards": enter the following, so it looks like this..
"PendingHangoutGatherRewards": [
{
"id": 80000003,
"amount": 2320,
"state": null
},
{
"id": 80000003,
"amount": 2320,
"state": null
}
],
4. If you are only going to have Mickey drop 1 orb of Mist, leave the comma off the first one ( so it reads } and not }, ). If you do multiple, add a comma to the end, however on the last one DO NOT include a comma.
5. Change the "amount": field to whatever you want it to be.
6. Save the .json file and put it back in the game folder. Load it up and find Mickey and hang out with him. Perform a task related to his profession and if there is a bonus, the 1 or 2 Mist orbs will drop.
7. The value of the Mist orbs will be whatever you listed it as. You can do with as many characters as you want, or even with other resources besides Mist such as Starcoins and Daisy Coins. It will not work with Dreamlight though. Just gotta know the Codes.
ill back up may save and try the second option.