Hacking Disney Dreamlight Valley: Premium Items....

  • Thread starter Thread starter HinaNaru Cutie
  • Start date Start date
  • Views Views 92,743
  • Replies Replies 208
  • Likes Likes 1

HinaNaru Cutie

Well-Known Member
Member
Joined
Aug 29, 2014
Messages
794
Reaction score
1,061
Trophies
3
Age
35
Location
idk anymore..I feel like traveling lol
XP
2,242
Country
Australia
So I noticed that when dreamlight valley has those updates that involve like friendship day..you gotta be online if I am correct? To get the premium items..which shouldn't be a thing at all, it should also apply to offline players since they did make it clear that we can get the items offline as well but in a different manner, suppose they went back on their own words.
Anyway, I was wondering if there is a way to get said items while being offline..like a program or a save editor??? For we can get the stuff too cause from what I noticed when you are going to the premium area or shop whatever it is, you can get the items with regular in game money not just the other option of giving them your money...if I am correct here..

So if anybody has found a way to make it possible it would be nice cause I really wanna get the items off of the premium shop, another thing I just remembered is that when crash team racing for the switch released, there were cheat codes but within those cheat codes was the ability to get all the premium shop online items unlocked..so if I can be done with this game but in cheat form it will be great too..but that's if it can be done?
 
  • Like
Reactions: SammyNogard
You delete the gamesave before you start the game, after quitting out. Then edit the save you backed up first before deleting it. Edit it and the copy the save back. I’ve never had this issue and I’ve done it on switch, pc, and Xbox
First I made a backup of my save game, then I opened the page via the guide to edit it in a JS editor online. Then I transferred the output to Notepad ++ and then edited it in Notepad ++. After I was done, I saved the file as profile.json and had to replace it before starting the game.

Can you please make a private tutorial or a step by step. I understand the instructions well but not perfectly. Please, please help me
 
What features should the SaveGame Editor have? In any case, it should decrypt the save game file and then you should be able to add or unlock a few items? Please give me your ideas. I'll ask a good friend of mine if he can program it for me, of course I would want to pay him 50 - 100 Euro for it
 
Can someone tell me, from which folder do I take the save file for ddv? or do you use jksv ?
and does anyone knows what to edit in file when finally decrypted, since that is not explained in the pdf
 
Last edited by djwarcr,
Can someone tell me, in which folder do I find the save file for ddv in the sd card?
So if I pick any random item from the list, how would I know where to put it in?

For instance: furnitures , roads or paths...
1733002580564.png
 
Can someone tell me, in which folder do I find the save file for ddv in the sd card?

So if I pick any random item from the list, how would I know where to put it in?

For instance: furnitures , roads or paths...
View attachment 473662
Just search for items that starts with 4000193 and add the same line
 

Attachments

  • 20241130_235355.jpg
    20241130_235355.jpg
    725.4 KB · Views: 97
Just search for items that starts with 4000193 and add the same line
I noticed there are way too many sections in ListInventories, depending on the item type to insert the code.

And there is another line called collectionsitems, so even if you add the item code in the right list, as well you have to set it to true for some premium items, is really confusing since I m not a dev
 
I noticed there are way too many sections in ListInventories, depending on the item type to insert the code.

And there is another line called collectionsitems, so even if you add the item code in the right list, as well you have to set it to true for some premium items, is really confusing since I m not a dev
I just tried with skins and houses and it is working. For premium item I guess you should replace false by true and you should be able to buy them from picso shop. If you try it let us know if it is working
 
I just tried with skins and houses and it is working. For premium item I guess you should replace false by true and you should be able to buy them from picso shop. If you try it let us know if it is working
How do you add new skins in the code?

For premium you have to set it to true and add the item id in their respective section depending on the item type you are adding, something like this
code
"Amount": 1,
"Marker": "ItemMarker_None",
 
Anyone that I helped with their gamesave if you have expansions unlocked and dlc can you look in your gamesave please for
LastKnownBroughtExpansions and also LastKnownBroughtExpansionsAnyPlatform and let me know the expansion pack numbers they should be listed as Expansion1PackExpansionPass

So far I’ve found there is expansion pack numbers 1 & 2
Here ya go!
I play on Switch but have the base game on Steam-PC ( & cloud save)

Code:
"LastKnownBoughtExpansions": [
  "Expansion1PackExpansionPass_Nintendo_OnlineKey",
  "Expansion2PackExpansionPass_Nintendo_OnlineKey"
],
"LastKnownBoughtExpansionsAnyPlatform": [
  "BaseGame"
],
"LastKnownBoughtSeasonalPacksAnyPlatform": {},
 
I noticed there are way too many sections in ListInventories, depending on the item type to insert the code.

And there is another line called collectionsitems, so even if you add the item code in the right list, as well you have to set it to true for some premium items, is really confusing since I m not a dev
There is no need to set it*true*, just add the item to its respective collectionitems section. You can just add 1 (quantity) and the item will then be available in the shop.
 
  • Like
Reactions: mauroalexand
How do you add new skins in the code?

For premium you have to set it to true and add the item id in their respective section depending on the item type you are adding, something like this
code
"Amount": 1,
"Marker": "ItemMarker_None",
Does anyone knows how to add character skins or outfits?
 
I’ve not figured that out yet either. If I could I would make a gamesave editor but there is so much code and 6 places to add the code and it took me hours of editing to figure some of it out.
Changing and adding pets was the easiest
There was one already made, but the owner wasn't able to maintain it due to work. Do you think you could update what they have?

DDV Save Editor by BenCG3
 
Last edited by TrueTexan21,
Hello, can I follow up with you on this? I know how to decrypt it and edit the save, but I'm at a loss of how to add items, as I only managed to include them in my collections tab.
Look for a premium item that you already have unlock, and just add the new one in the same column, same way.
 
Look for a premium item that you already have unlock, and just add the new one in the same column, same way.
Unfortunately, I never got any premium items since I don't connect to the internet. I tried adding the house skins to the same place I found the regular house skins, but I had no luck with that.
 
So I noticed that when dreamlight valley has those updates that involve like friendship day..you gotta be online if I am correct? To get the premium items..which shouldn't be a thing at all, it should also apply to offline players since they did make it clear that we can get the items offline as well but in a different manner, suppose they went back on their own words.
Anyway, I was wondering if there is a way to get said items while being offline..like a program or a save editor??? For we can get the stuff too cause from what I noticed when you are going to the premium area or shop whatever it is, you can get the items with regular in game money not just the other option of giving them your money...if I am correct here..

So if anybody has found a way to make it possible it would be nice cause I really wanna get the items off of the premium shop, another thing I just remembered is that when crash team racing for the switch released, there were cheat codes but within those cheat codes was the ability to get all the premium shop online items unlocked..so if I can be done with this game but in cheat form it will be great too..but that's if it can be done?
If you're on PC or Steamdeck you can use the cheat table and then craft the premium items at a crafting table.
 

Site & Scene News

Popular threads in this forum