Hey how do you edit the .json profile, I have managed to decrypt the save but now thats not working. Not downloading as a json, just a file. If that makes sense. Any help would be highly appreciated, feel free to dm thanks
Hey. When you download the decrypted file, it's not a json type, it's how it's supposed to be. What you need to do is right click on it and thenchoose the option that says Edit using Notepad. Your file will open as txt file, you edit what you need, then save and after that you just rename your file so thait's profile.json instead of just profile. Then you put it in your save folder. Let me know if you have more questions, I already edited a bunch of stuff on my own profile, including my Scramblecoin score and Jafar's level when thaat glitch with his level 7 quest was around and everything went perfectly fine.
Thank you for that. So it downloads as “file” is that right.
I have got so far as to edit it using notepad. How do I change the mist balls or find them to edit the amount they’re worth or how many I have in my valley.? It’s such a pain to go around timebending them lol
Thanks in advance.
what do u use to decript it , i tried to use cyberchef , i uploaded the file but it didnt decript it , it was all still unreadable.
unless im using the wrong json file
it gives me
DownloadManagedata.json
Gamesettings.json
Keychain.json
Profile.json
Localstorage.json
i wasa using the profile.json but it isnt decripting
Last edited by Omaleygrl80 on Thu Oct 31, 2024 2:27 pm, edited 1 time in total.
Can anyone please make a cheat that we can keep effects items always enabled?
Such as: "Fireworks Display, Stage Fireworks, Pyrotechnic Box, etc"
They only stay enabled for a very short time, and it's very hard and annoying to use them on pictures like that.
We have the "Spirit Water Curtain" which is always enabled so I figured maybe can check into it to help make those others be always enabled the same way too?
Unless it's just a timer to scan for or something?
I'll take a look but it's very possible that it's set to a timer.
Hey. When you download the decrypted file, it's not a json type, it's how it's supposed to be. What you need to do is right click on it and thenchoose the option that says Edit using Notepad. Your file will open as txt file, you edit what you need, then save and after that you just rename your file so thait's profile.json instead of just profile. Then you put it in your save folder. Let me know if you have more questions, I already edited a bunch of stuff on my own profile, including my Scramblecoin score and Jafar's level when thaat glitch with his level 7 quest was around and everything went perfectly fine.
Thank you for that. So it downloads as “file” is that right.
I have got so far as to edit it using notepad. How do I change the mist balls or find them to edit the amount they’re worth or how many I have in my valley.? It’s such a pain to go around timebending them lol
Thanks in advance.
what do u use to decript it , i tried to use cyberchef , i uploaded the file but it didnt decript it , it was all still unreadable.
The cyberchef script should work with the profile.json, the encryption key hasn't changed. What platform are you using? It's possible that Xbox/Epic use a different key but I still find that unlikely, it seems people have been able to edit their saves before.
Drag your profile.json into the "input" box, and then in the output box it will be decrypted/decompressed, but will look like 1 whole line. You can save it by clicking the save button as was previously mentioned.
Thank you for that. So it downloads as “file” is that right.
I have got so far as to edit it using notepad. How do I change the mist balls or find them to edit the amount they’re worth or how many I have in my valley.? It’s such a pain to go around timebending them lol
Thanks in advance.
what do u use to decript it , i tried to use cyberchef , i uploaded the file but it didnt decript it , it was all still unreadable.
The cyberchef script should work with the profile.json, the encryption key hasn't changed. What platform are you using? It's possible that Xbox/Epic use a different key but I still find that unlikely, it seems people have been able to edit their saves before.
Drag your profile.json into the "input" box, and then in the output box it will be decrypted/decompressed, but will look like 1 whole line. You can save it by clicking the save button as was previously mentioned.
This should be working.
i use xbox so that may be the issue , ill keep messing with it , thanks
Thank you for that. So it downloads as “file” is that right.
I have got so far as to edit it using notepad. How do I change the mist balls or find them to edit the amount they’re worth or how many I have in my valley.? It’s such a pain to go around timebending them lol
Thanks in advance.
what do u use to decript it , i tried to use cyberchef , i uploaded the file but it didnt decript it , it was all still unreadable.
The cyberchef script should work with the profile.json, the encryption key hasn't changed. What platform are you using? It's possible that Xbox/Epic use a different key but I still find that unlikely, it seems people have been able to edit their saves before.
Drag your profile.json into the "input" box, and then in the output box it will be decrypted/decompressed, but will look like 1 whole line. You can save it by clicking the save button as was previously mentioned.
This should be working.
@KosDDV, I really like how you provide an ItemList of everything in the game. How do you do it? I found the ItemList folder and all the .json files associated with it. If you can share, great, if not, no worries.
Is it possible to request that someone replicate Poker, NHSE, and/or ACNHS (save editors for Animal Crossing New Horizons) for DDV? Those tools allow you to edit your saves either live, or not, and would be fantastic if we had one for DDV.
what do u use to decript it , i tried to use cyberchef , i uploaded the file but it didnt decript it , it was all still unreadable.
The cyberchef script should work with the profile.json, the encryption key hasn't changed. What platform are you using? It's possible that Xbox/Epic use a different key but I still find that unlikely, it seems people have been able to edit their saves before.
Drag your profile.json into the "input" box, and then in the output box it will be decrypted/decompressed, but will look like 1 whole line. You can save it by clicking the save button as was previously mentioned.
This should be working.
@KosDDV, I really like how you provide an ItemList of everything in the game. How do you do it? I found the ItemList folder and all the .json files associated with it. If you can share, great, if not, no worries.
It's a piece of code that runs while the game is running and dumps the database, I then sort through it (with code also) to format it in a way that it becomes a CSV and as such, I can upload that as a spreadsheet. I then run a small piece of code on the google spreadsheet to format everything (column size, bold, etc) as I was doing this for every language in the game
To my knowledge, the full list is not in the game folder, but the database in game communicates with those other files. I am not directly referencing those files in the code, as the game is already doing that.
It's a little complicated to set up the environment and get it working.. I've had some close friends try it on their end and it wasn't working for them.
what do u use to decript it , i tried to use cyberchef , i uploaded the file but it didnt decript it , it was all still unreadable.
The cyberchef script should work with the profile.json, the encryption key hasn't changed. What platform are you using? It's possible that Xbox/Epic use a different key but I still find that unlikely, it seems people have been able to edit their saves before.
Drag your profile.json into the "input" box, and then in the output box it will be decrypted/decompressed, but will look like 1 whole line. You can save it by clicking the save button as was previously mentioned.
This should be working.
i use xbox so that may be the issue , ill keep messing with it , thanks
If you are still having issues, you could private message me with a copy of your profile.json and I can try to see if anything is wrong? It should be working though to my knowledge.. people with xbox have used it.
The cyberchef script should work with the profile.json, the encryption key hasn't changed. What platform are you using? It's possible that Xbox/Epic use a different key but I still find that unlikely, it seems people have been able to edit their saves before.
Drag your profile.json into the "input" box, and then in the output box it will be decrypted/decompressed, but will look like 1 whole line. You can save it by clicking the save button as was previously mentioned.
This should be working.
@KosDDV, I really like how you provide an ItemList of everything in the game. How do you do it? I found the ItemList folder and all the .json files associated with it. If you can share, great, if not, no worries.
It's a piece of code that runs while the game is running and dumps the database, I then sort through it (with code also) to format it in a way that it becomes a CSV and as such, I can upload that as a spreadsheet. I then run a small piece of code on the google spreadsheet to format everything (column size, bold, etc) as I was doing this for every language in the game
To my knowledge, the full list is not in the game folder, but the database in game communicates with those other files. I am not directly referencing those files in the code, as the game is already doing that.
It's a little complicated to set up the environment and get it working.. I've had some close friends try it on their end and it wasn't working for them.
Sounds complicated! As long as you keep up providing a listing as usual, that'd be rockstar! I reference your list a lot when I am working with DLV! Looking forward to it when the expansion and free update come out!
The cyberchef script also works for macOS versions(App Store).
For the apple Arcade version, I don't know if it works.
The backup path : "Users/{Your username}/Library/Application Support/com.gameloft.DisneyDreamlightValley.arcade/macstore_default_r/profile.json"
please like and support the post as much as you can...
.
.
Multiply Currency Gain
Multiply EXP Gain
Unlimited Mana
Clone Item When Split
.
.
there is it...