[Disney Dreamlight Valley Save Editor] Edit Pets/Clothes/Skins & More

Upload *YOUR* gamehacking tools/helpers here
upinout
Noobzor
Noobzor
Posts: 6
Joined: Wed Mar 12, 2025 8:53 pm
Reputation: 0

Re: [Disney Dreamlight Valley Save Editor] Edit Pets/Clothes/Skins & More

Post by upinout »

UFO1010 wrote:
Fri Jun 20, 2025 9:17 pm
What other bugs are showing up? I used the Save Editor with the last new Dict folder on Wednesday after a hiatus from the game and the only one that's persisting for me is that "all furniture showing up as empty" glitch.
Have you leveled up any of the animal companions? I had a few leveled up before I used the save editor and they all reverted back to level 1. I tried several times, adding an item to my furniture collection or increasing the quantity of an item in my inventory, both caused all my pets to revert to level 1.

UFO1010
Noobzor
Noobzor
Posts: 9
Joined: Tue Jul 02, 2024 6:40 pm
Reputation: 4

Re: [Disney Dreamlight Valley Save Editor] Edit Pets/Clothes/Skins & More

Post by UFO1010 »

upinout wrote:
Sat Jun 21, 2025 1:44 am
UFO1010 wrote:
Fri Jun 20, 2025 9:17 pm
What other bugs are showing up? I used the Save Editor with the last new Dict folder on Wednesday after a hiatus from the game and the only one that's persisting for me is that "all furniture showing up as empty" glitch.
Have you leveled up any of the animal companions? I had a few leveled up before I used the save editor and they all reverted back to level 1. I tried several times, adding an item to my furniture collection or increasing the quantity of an item in my inventory, both caused all my pets to revert to level 1.
I'm not 100% sure. I have Figaro maxed out and he is still level 4, but I had Max out at the time I used the save editor and I believe he reset to 1. I use (different cheat software that the automod replaces) for duplicating items in my inventory and Cheat Engine to add items to my furniture and neither have reset any companions' levels.

amadieu
What is cheating?
What is cheating?
Posts: 2
Joined: Sat Mar 08, 2025 10:26 pm
Reputation: 0

Re: [Disney Dreamlight Valley Save Editor] Edit Pets/Clothes/Skins & More

Post by amadieu »

Is anyone else unable to change the main house skin? I tried but the game gets stuck on the house skin selection page

upinout
Noobzor
Noobzor
Posts: 6
Joined: Wed Mar 12, 2025 8:53 pm
Reputation: 0

Re: [Disney Dreamlight Valley Save Editor] Edit Pets/Clothes/Skins & More

Post by upinout »

amadieu wrote:
Sun Jun 22, 2025 7:19 pm
Is anyone else unable to change the main house skin? I tried but the game gets stuck on the house skin selection page
At one point I had an issue with this. For me it turned out to be an NPC house being accidentally added in as a player house skin. Once I removed that, the issue was resolved.

Elzroni
Expert Cheater
Expert Cheater
Posts: 58
Joined: Fri May 31, 2024 5:46 am
Reputation: 19

Re: [Disney Dreamlight Valley Save Editor] Edit Pets/Clothes/Skins & More

Post by Elzroni »

upinout wrote:
Sun Jun 22, 2025 8:28 pm
amadieu wrote:
Sun Jun 22, 2025 7:19 pm
Is anyone else unable to change the main house skin? I tried but the game gets stuck on the house skin selection page
At one point I had an issue with this. For me it turned out to be an NPC house being accidentally added in as a player house skin. Once I removed that, the issue was resolved.
Oh no! Which house is it? Let me know please so I can go and remove it!

If this is the case it makes me wonder if the Furniture Disappearing in All category is due to accidently copying a wrong code... I did half and my friend did the other, I'll have to find time to go through it one by one and double check it for a third time just to make sure. I thought that it was working fine last update, no one said anything, which is why I assumed it might be the Save Editor that broke with the update but perhaps it was even broken then! I'll look into it!

upinout
Noobzor
Noobzor
Posts: 6
Joined: Wed Mar 12, 2025 8:53 pm
Reputation: 0

Re: [Disney Dreamlight Valley Save Editor] Edit Pets/Clothes/Skins & More

Post by upinout »

Elzroni wrote:
Sun Jun 22, 2025 10:32 pm
upinout wrote:
Sun Jun 22, 2025 8:28 pm
amadieu wrote:
Sun Jun 22, 2025 7:19 pm
Is anyone else unable to change the main house skin? I tried but the game gets stuck on the house skin selection page
At one point I had an issue with this. For me it turned out to be an NPC house being accidentally added in as a player house skin. Once I removed that, the issue was resolved.
Oh no! Which house is it? Let me know please so I can go and remove it!

If this is the case it makes me wonder if the Furniture Disappearing in All category is due to accidently copying a wrong code... I did half and my friend did the other, I'll have to find time to go through it one by one and double check it for a third time just to make sure. I thought that it was working fine last update, no one said anything, which is why I assumed it might be the Save Editor that broke with the update but perhaps it was even broken then! I'll look into it!
The NPC house was tiana's house, but I may have added it myself when I was trying to figure out why housing skins weren't working. What I did discover, though, was that the original .Json files had some wonky listings in the houses.json and allknowids.json. Some of the houses had the wrong ids. I posted about it back on page 13, but this is the relevent part....

"20500035": "Wandering Moon",
"20500036": "Al's Toy Barn",
"20500037": "Reflection of China",
"20500038": "Corona Castle",
"20500039": "Tinker Bell's House",
"20500040": "Turning Red Temple",
"20500042": "Hawaiian Home",
"20500043": "Lady's House",
"20500044": "Camping House",
"20500046": "Jumbeaux's Cafe",
"20500047": "Seaside Villa",
"20500048": "Bayou Cottage",
"20500049": "Halloween Town House",
"20500050": "Witchy Cottage",
"20500052": "La Bouff Mansion",
"20500053": "Animal Kingdom Lodge",
"20500054": "Cozy Halloween Cottage",
"20500055": "Wilted Flower Cottage",

the first two have IDs that should have been skipped, lead to a snow ball effect. Should be:

"20500037": "Wandering Moon",
"20500038": "Al's Toy Barn",
"20500039": "Reflection of China",
"20500040": "Corona Castle",
"20500042": "Tinker Bell's House",
"20500043": "Turning Red Temple",
"20500045": "Hawaiian Home",
"20500046": "Lady's House",
"20500048": "Camping House",
"20500050": "Jumbeaux's Cafe",
"20500051": "Seaside Villa",
"20500052": "Bayou Cottage",
"20500053": "Halloween Town House",
"20500054": "Witchy Cottage",
"20500056": "La Bouff Mansion",
"20500057": "Animal Kingdom Lodge",
"20500058": "Cozy Halloween Cottage",
"20500059": "Wilted Flower Cottage",

Elzroni
Expert Cheater
Expert Cheater
Posts: 58
Joined: Fri May 31, 2024 5:46 am
Reputation: 19

Re: [Disney Dreamlight Valley Save Editor] Edit Pets/Clothes/Skins & More

Post by Elzroni »

upinout wrote:
Mon Jun 23, 2025 12:13 am
Elzroni wrote:
Sun Jun 22, 2025 10:32 pm
upinout wrote:
Sun Jun 22, 2025 8:28 pm


At one point I had an issue with this. For me it turned out to be an NPC house being accidentally added in as a player house skin. Once I removed that, the issue was resolved.
Oh no! Which house is it? Let me know please so I can go and remove it!

If this is the case it makes me wonder if the Furniture Disappearing in All category is due to accidently copying a wrong code... I did half and my friend did the other, I'll have to find time to go through it one by one and double check it for a third time just to make sure. I thought that it was working fine last update, no one said anything, which is why I assumed it might be the Save Editor that broke with the update but perhaps it was even broken then! I'll look into it!
The NPC house was tiana's house, but I may have added it myself when I was trying to figure out why housing skins weren't working. What I did discover, though, was that the original .Json files had some wonky listings in the houses.json and allknowids.json. Some of the houses had the wrong ids. I posted about it back on page 13, but this is the relevent part....

"20500035": "Wandering Moon",
"20500036": "Al's Toy Barn",
"20500037": "Reflection of China",
"20500038": "Corona Castle",
"20500039": "Tinker Bell's House",
"20500040": "Turning Red Temple",
"20500042": "Hawaiian Home",
"20500043": "Lady's House",
"20500044": "Camping House",
"20500046": "Jumbeaux's Cafe",
"20500047": "Seaside Villa",
"20500048": "Bayou Cottage",
"20500049": "Halloween Town House",
"20500050": "Witchy Cottage",
"20500052": "La Bouff Mansion",
"20500053": "Animal Kingdom Lodge",
"20500054": "Cozy Halloween Cottage",
"20500055": "Wilted Flower Cottage",

the first two have IDs that should have been skipped, lead to a snow ball effect. Should be:

"20500037": "Wandering Moon",
"20500038": "Al's Toy Barn",
"20500039": "Reflection of China",
"20500040": "Corona Castle",
"20500042": "Tinker Bell's House",
"20500043": "Turning Red Temple",
"20500045": "Hawaiian Home",
"20500046": "Lady's House",
"20500048": "Camping House",
"20500050": "Jumbeaux's Cafe",
"20500051": "Seaside Villa",
"20500052": "Bayou Cottage",
"20500053": "Halloween Town House",
"20500054": "Witchy Cottage",
"20500056": "La Bouff Mansion",
"20500057": "Animal Kingdom Lodge",
"20500058": "Cozy Halloween Cottage",
"20500059": "Wilted Flower Cottage",
Ah I see okay! My updated dict should have all the houses correct as I labeled everything in my spread sheet to try to help make sure everything was correct! I actually saw your message once while I was going through this form!

But thank you for your original comment because it made me FINALLY find where the problem is! There seems to be a bad code in the "Non-Disney Related' furniture list, which is what is causing the "All" Furniture menu to bug out. I thought I had added all the furniture to my inventory last update but apparently I didn't. Which means this mistake was here before the Peter Pan update and was unaware because I forgot to actually add all the furniture to my game!

I'm so sorry folks and working on a fix right now to find the messed up code!!!

Elzroni
Expert Cheater
Expert Cheater
Posts: 58
Joined: Fri May 31, 2024 5:46 am
Reputation: 19

Re: [Disney Dreamlight Valley Save Editor] Edit Pets/Clothes/Skins & More

Post by Elzroni »

Okay I found the mistake that was causing the bug!!! I assumed that the save editor had broken because I thought I had clicked 'add all furniture (without bugs)' on my save pior to the update but I didn't! The problem items are:

40004074 Bright Celebration Banner
40004075 Dazzle Celebration Banner
40004078 Glow Celebration Banner
40004079 Illuminate Celebration Banner
40004080 Radiate Celebration Banner
40004081 Shimmer Celebration Banner
40004082 Shine Celebration Banner
(I believe because they are given via code and not yet officially released)

WAS:
2050300132 Elegant Town Square Clock
(BAD)

SHOULD BE:
40001188 Elegant Town Square Clock
(GOOD)

Fix that item in the save editor and you should be good!

He's an updated Dict for Update 17!! I deeply apologize! It is awful hard to keep track of 4000+ items, I will do my best to be more careful in the future!!
Attachments
Dict.zip
(389.82 KiB) Downloaded 62 times

WellDoneSteak
What is cheating?
What is cheating?
Posts: 2
Joined: Sat Apr 05, 2025 1:12 am
Reputation: 2

Re: [Disney Dreamlight Valley Save Editor] Edit Pets/Clothes/Skins & More

Post by WellDoneSteak »

Elzroni wrote:
Mon Jun 23, 2025 2:44 am
He's an updated Dict for Update 17!! I deeply apologize! It is awful hard to keep track of 4000+ items, I will do my best to be more careful in the future!!
Updated furniture works well thank you.

clothescollection.json is missing A Bugs Life so my clothes were stuck at 99%, fixed below.

I went ahead and fixed the pet files too, the game has changed the way they are stored in the save and they go under Companions instead of Critters now. The problem with pets resetting is in the program itself and needs to be updated to retain the stats before editing anything

The old format is:

Code: Select all

        "Pets": [{
                "PetItemID": 120000001
            }, {
The new format is:

Code: Select all

        "Pets": [{
                "PetItemID": 120000001,
                "FriendshipLevel": 1,
                "FriendshipXp": 0,
                "LastSelfieDate": null,
                "LastPettedDate": null,
                "GrantedInventorySlots": 0,
                "CustomName": "",
                "PendingHangoutRewards": []
            }, {
You can use the files in this zip to add all pets to collection and unlock them - but they WILL go back to level 1
Attachments
clothescollection.zip
(651 Bytes) Downloaded 51 times
Pets.zip
(1.69 KiB) Downloaded 51 times

bpx
Expert Cheater
Expert Cheater
Posts: 118
Joined: Tue Dec 01, 2020 9:53 am
Reputation: 15

Re: [Disney Dreamlight Valley Save Editor] Edit Pets/Clothes/Skins & More

Post by bpx »

Thanks for the updates everyone! I gave it a quick shot again but it again caused a bug with quest items (in this case the Kaleidoscope). I also noticed, and I don't know if this is intended, if you edit the quantity of items but then use one of the functions like "add all X to collection" all your previous edits get reverted and you'll have to do it again. Maybe it's intended to force you to use those functions first before you do all the additional edits but it's a bit annoying

Elzroni
Expert Cheater
Expert Cheater
Posts: 58
Joined: Fri May 31, 2024 5:46 am
Reputation: 19

Re: [Disney Dreamlight Valley Save Editor] Edit Pets/Clothes/Skins & More

Post by Elzroni »

WellDoneSteak wrote:
Mon Jun 23, 2025 12:14 pm
Elzroni wrote:
Mon Jun 23, 2025 2:44 am
He's an updated Dict for Update 17!! I deeply apologize! It is awful hard to keep track of 4000+ items, I will do my best to be more careful in the future!!
Updated furniture works well thank you.

clothescollection.json is missing A Bugs Life so my clothes were stuck at 99%, fixed below.

I went ahead and fixed the pet files too, the game has changed the way they are stored in the save and they go under Companions instead of Critters now. The problem with pets resetting is in the program itself and needs to be updated to retain the stats before editing anything

The old format is:

Code: Select all

        "Pets": [{
                "PetItemID": 120000001
            }, {
The new format is:

Code: Select all

        "Pets": [{
                "PetItemID": 120000001,
                "FriendshipLevel": 1,
                "FriendshipXp": 0,
                "LastSelfieDate": null,
                "LastPettedDate": null,
                "GrantedInventorySlots": 0,
                "CustomName": "",
                "PendingHangoutRewards": []
            }, {
You can use the files in this zip to add all pets to collection and unlock them - but they WILL go back to level 1
Ohh thank you so much!!! :D

Elzroni
Expert Cheater
Expert Cheater
Posts: 58
Joined: Fri May 31, 2024 5:46 am
Reputation: 19

Re: [Disney Dreamlight Valley Save Editor] Edit Pets/Clothes/Skins & More

Post by Elzroni »

bpx wrote:
Mon Jun 23, 2025 2:19 pm
Thanks for the updates everyone! I gave it a quick shot again but it again caused a bug with quest items (in this case the Kaleidoscope). I also noticed, and I don't know if this is intended, if you edit the quantity of items but then use one of the functions like "add all X to collection" all your previous edits get reverted and you'll have to do it again. Maybe it's intended to force you to use those functions first before you do all the additional edits but it's a bit annoying
Yeah this is a problem with the save editor unfortunately, I believe this is the code for the Kaleidoscope! Put this in "allknowids" and add 1 to the item count in your inventory via Save Editor and it should fix the problem:

"31201202": "Kaleidoscope",

Janador
What is cheating?
What is cheating?
Posts: 1
Joined: Tue Jun 24, 2025 7:28 am
Reputation: 0

Re: [Disney Dreamlight Valley Save Editor] Edit Pets/Clothes/Skins & More

Post by Janador »

Hi, I am newbie here but I was able to get everything I needed until update 1.14.
Now with the newest update and the "problems" with the save editor here I don't know if I can still use it? I couldn't really follow trough the discussion here as I think I got a lack of knowledge in this field. How do I put furniture etc in the game now? Sorry if this question is unnecessary as it stands here somewhere...

Also I have a problem with vanellope and her house. I had to "put her in the game" by code and her house wasn't showing up and for her second quest I have to decorate her area and I can not put her house as it's not even in the menu... how do I fix this? How do I put the house in my code to place it in my valley?

I hope somebody can explain and help me. I love this forum and all the help here and thank you all a lot, as you are game life savers.

Also important information I play on switch and don't have an original game

RowenaMoon88
Noobzor
Noobzor
Posts: 6
Joined: Sun Mar 02, 2025 2:02 pm
Reputation: 0

Re: [Disney Dreamlight Valley Save Editor] Edit Pets/Clothes/Skins & More

Post by RowenaMoon88 »

HI! I hope everyone is doing well! I have had some issues with not being able to replace roads? i remember the issue from a while back but i dont remember the fix lol

xojho
Noobzor
Noobzor
Posts: 7
Joined: Sun May 11, 2025 11:32 am
Reputation: 0

Re: [Disney Dreamlight Valley Save Editor] Edit Pets/Clothes/Skins & More

Post by xojho »

Elzroni wrote:
Mon Jun 23, 2025 2:44 am
Okay I found the mistake that was causing the bug!!! I assumed that the save editor had broken because I thought I had clicked 'add all furniture (without bugs)' on my save pior to the update but I didn't! The problem items are:

40004074 Bright Celebration Banner
40004075 Dazzle Celebration Banner
40004078 Glow Celebration Banner
40004079 Illuminate Celebration Banner
40004080 Radiate Celebration Banner
40004081 Shimmer Celebration Banner
40004082 Shine Celebration Banner
(I believe because they are given via code and not yet officially released)

WAS:
2050300132 Elegant Town Square Clock
(BAD)

SHOULD BE:
40001188 Elegant Town Square Clock
(GOOD)

Fix that item in the save editor and you should be good!

He's an updated Dict for Update 17!! I deeply apologize! It is awful hard to keep track of 4000+ items, I will do my best to be more careful in the future!!
used your new updated version and deleted all the bugged items causing the "door, and paths bug" where you cant change doors or paths. before using your version and clearing all the bugged items, i could change doors and paths, after using your updated dict. file. the bug has returned only this time i don't know what i should be removing from the list to fix the bug. any suggestions? thank you for all the updates! (:

Post Reply

Who is online

Users browsing this forum: RedTear09