Hacking Disney Dreamlight Valley: Premium Items....

HinaNaru Cutie

Well-Known Member
OP
Member
Joined
Aug 29, 2014
Messages
757
Trophies
3
Age
34
Location
idk anymore..I feel like traveling lol
XP
2,058
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

Rikku1337

New Member
Newbie
Joined
Nov 24, 2024
Messages
3
Trophies
0
Age
28
XP
12
Country
Germany
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
 

Rikku1337

New Member
Newbie
Joined
Nov 24, 2024
Messages
3
Trophies
0
Age
28
XP
12
Country
Germany
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
 

djwarcr

Active Member
Newcomer
Joined
Jun 5, 2020
Messages
31
Trophies
0
Age
46
XP
142
Country
Costa Rica
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,

djwarcr

Active Member
Newcomer
Joined
Jun 5, 2020
Messages
31
Trophies
0
Age
46
XP
142
Country
Costa Rica
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
 

Fezza2021

Member
Newcomer
Joined
Nov 10, 2021
Messages
16
Trophies
0
Age
42
XP
62
Country
Tunisia
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: 13

djwarcr

Active Member
Newcomer
Joined
Jun 5, 2020
Messages
31
Trophies
0
Age
46
XP
142
Country
Costa Rica
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
 

Fezza2021

Member
Newcomer
Joined
Nov 10, 2021
Messages
16
Trophies
0
Age
42
XP
62
Country
Tunisia
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
 

djwarcr

Active Member
Newcomer
Joined
Jun 5, 2020
Messages
31
Trophies
0
Age
46
XP
142
Country
Costa Rica
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",
 

Shellbell

Member
Newcomer
Joined
Oct 30, 2024
Messages
11
Trophies
0
Age
26
XP
25
Country
United States
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": {},
 

Fezza2021

Member
Newcomer
Joined
Nov 10, 2021
Messages
16
Trophies
0
Age
42
XP
62
Country
Tunisia
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

djwarcr

Active Member
Newcomer
Joined
Jun 5, 2020
Messages
31
Trophies
0
Age
46
XP
142
Country
Costa Rica
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?
 

TrueTexan21

Active Member
Newcomer
Joined
Mar 15, 2021
Messages
34
Trophies
0
Age
124
XP
141
Country
United States
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,

djwarcr

Active Member
Newcomer
Joined
Jun 5, 2020
Messages
31
Trophies
0
Age
46
XP
142
Country
Costa Rica
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.
 

arkaeis

New Member
Newbie
Joined
Dec 9, 2024
Messages
4
Trophies
0
Age
25
XP
8
Country
Canada
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.
 

TrueTexan21

Active Member
Newcomer
Joined
Mar 15, 2021
Messages
34
Trophies
0
Age
124
XP
141
Country
United States
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

General chit-chat
Help Users
  • kijetesantakalu042 @ kijetesantakalu042:
    Kijetesantakalu042 is too unable to write their username
  • SylverReZ @ SylverReZ:
    "Kijetesantakalu042 is not responding"
    +1
  • K3Nv3 @ K3Nv3:
    Bigonya gives Trump a blowie for money
  • BigOnYa @ BigOnYa:
    That's slander. See you in court buddy.
  • K3Nv3 @ K3Nv3:
    No it's not you agreed for 50k
  • K3Nv3 @ K3Nv3:
    Which is like $5 for him you cheap hoe
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, temu sucks
  • Xdqwerty @ Xdqwerty:
    @JollyBaker, "Guys, have we ever tried referring to ourselves in the second person?" Sometimes
  • SylverReZ @ SylverReZ:
    @Xdqwerty, AliExpress is good for finding electronics like flashcarts. Temu is bad.
    +3
  • Kirbydogs @ Kirbydogs:
    @SylverReZ Temu is literally a lottery app made to make you want to pay more
  • SylverReZ @ SylverReZ:
    @Kirbydogs, That's the reason why ppl are so addicted to the app, it's because of Temu's push to gambling.
    +2
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, Online casinos should be illegal since they are (more) rigged
    +2
  • SylverReZ @ SylverReZ:
    Now there's kids playing Balatro, gambling away their money for limited edition cards.
  • SylverReZ @ SylverReZ:
    Literally this
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, The only virtual casino we should be in is the one from the sm64 ds and nsmbds luigi minigames
    +2
  • Kirbydogs @ Kirbydogs:
    there are also those fake casinos that don't have real money or anything it's just one machine simulator
  • Kirbydogs @ Kirbydogs:
    those are fun to play with if you are bored, and then come up with an idea of what to do while playing and forgetting you even have it
  • K3Nv3 @ K3Nv3:
    Temu is like a Chinese dollar store it's not that awful it's just big youtubers all like lulz I knew I was gonna get scammed so give me views
    +1
  • RedColoredStars @ RedColoredStars:
    most tempers bought their "ps5" on Temu. That's why so many say "is has no gaemz!!!!".
  • RedColoredStars @ RedColoredStars:
    What the y dont realize is that they bought a "PeaEss Fyve" instead of an actual PS5.
  • RedColoredStars @ RedColoredStars:
    So when they turn it on all they see is tetris and snake for download.
  • K3Nv3 @ K3Nv3:
    Xbox fanboy think Xbox is murica made
    K3Nv3 @ K3Nv3: Xbox fanboy think Xbox is murica made