Recent content by morarin

  1. morarin

    Disney Dreamlight Valley [0100D39012C1A000]

    You do not need to open or edit profile.json manually. The patcher handles everything automatically. Keep your original JKSV backup untouched. Put ddv_dlc_patcher.py and ddv_dlc_patcher.bat in the same folder. Remove any extra number in parentheses from their filenames. Open Command Prompt and...
  2. morarin

    Disney Dreamlight Valley [0100D39012C1A000]

    First, do you have access to any PC at all? Windows, Mac, or Linux is fine. As far as I know, there is no Android version of DDV itself, so I assume you mean you are trying to edit the Switch profile.json on an Android device. Renaming it to .txt will not work, because the Switch profile.json...
  3. morarin

    Disney Dreamlight Valley [0100D39012C1A000]

    I checked the complete save file you uploaded.The save structure itself does not look broken, and the DLC ownership fields were edited correctly. They match my reference save data, including: WinnieDLC MiniExpansion1PackExpansionPass_Nintendo_OnlineKey The three main paid expansion entries...
  4. morarin

    Disney Dreamlight Valley [0100D39012C1A000]

    DDV DLC Patcher A small v1.24.1 profile.json patcher for DLC-related save data. This script was made by analyzing DDV v1.24.1 save data. It patches the DLC-related fields in profile.json to match my reference save data. This does not guarantee that DLCs will be unlocked or recognized...
  5. morarin

    Disney Dreamlight Valley [0100D39012C1A000]

    I checked the excerpt carefully, and this DLC-related part matches my save data exactly. To check further, I would need to see the full `profile.json`, but posting the whole file publicly in the thread may be risky. If possible, please send it to me by DM instead. Also, if you still have it...
  6. morarin

    Disney Dreamlight Valley [0100D39012C1A000]

    Please share the DLC-related excerpt from your corrected decrypted `profile.json` again. LastKnownBoughtExpansions LastKnownBoughtExpansionsAnyPlatform ExpansionPackOwnershipByPlatform LastKnownBoughtSeasonalPacksAnyPlatform Also, if you are playing while connected online, the game may be...
  7. morarin

    Disney Dreamlight Valley [0100D39012C1A000]

    Your DLC-related entries look correct and match the data from my save. However, the JSON you posted has a structure/syntax problem here: "LastKnownBoughtSeasonalPacksAnyPlatform": : { }, There is an extra colon. It should be: "LastKnownBoughtSeasonalPacksAnyPlatform": {}, So the problem...
  8. morarin

    Disney Dreamlight Valley [0100D39012C1A000]

    The DLC-related data I posted is just the excerpt from my own save. I don’t have any other code to send. Another user already confirmed that it worked after copying the relevant entries into the correct place, so the data itself should be valid. If you share only the DLC-related parts of your...
  9. morarin

    Disney Dreamlight Valley [0100D39012C1A000]

    Basically, yes. Use my posted data as a reference and copy/paste only the relevant entries into the correct section of your own decrypted profile.json. Make a backup first. Be careful with the JSON structure: Keep the correct brackets/braces. Do not remove unrelated existing entries. Make...
  10. morarin

    Disney Dreamlight Valley [0100D39012C1A000]

    The package name is pycryptodome, not pycriptodome. If you are on Windows, please try this: Press Windows key + R. Type cmd. Press Enter. In the Command Prompt window, run this: py -m pip install pycryptodome If that does not work, try: python -m pip install pycryptodome If you get a...
  11. morarin

    Disney Dreamlight Valley [0100D39012C1A000]

    I already shared a tool in this thread for DDV save decryption/encryption: DDV save decrypt/encrypt tool Try using that instead of CyberChef for profile.json. Also, make a backup before editing/restoring anything.
  12. morarin

    Disney Dreamlight Valley [0100D39012C1A000]

    I only shared DLC-related save data excerpts from my own save. I bought the DLCs officially and play online, so I can’t confirm the exact edit needed for other setups. Please check this related thread for the current method after the update: Dreamlight Valley Rift in Time DLC thread 1783607584...
  13. morarin

    Disney Dreamlight Valley [0100D39012C1A000]

    The full v1.24.1 cheat pack has now been uploaded. And I agree, this Winnie the Pooh DLC is definitely something to look forward to. I was excited for it too. Just be a little careful while playing. I like the direction of this DLC, but there already seem to be some quest-blocking bugs...
  14. morarin

    Disney Dreamlight Valley [0100D39012C1A000]

    EasyGardening change: EasyGardening now only makes crops ready to harvest immediately after planting. It no longer prevents seed consumption. Use ZL NoConsumeItems while planting if needed. InfHarvesting change: InfHarvesting was changed for better future auto-updating. It now affects normal...
  15. morarin

    Disney Dreamlight Valley [0100D39012C1A000]

    Thank you, patjenova. Your code helped me understand Khuong’s old crafting recipe code more correctly. I need to correct my earlier understanding. I was mainly looking at the pointer-code part of Khuong’s old code, and I missed that the Master Code also had the part that saves the recipe...