ROM Hack Discussion Requesting Minecraft Dungeons Cheats

Has anyone gotten their game data corrupted multiple times? Is there any way to avoid it?
 
So i have tryied a few things and i could see you can change any item to unique type and power too (600 should be enough).

You just have to change item rarity to Unique and type to itemname_Unique1 or Unique2 or Unique3. This number is how many enchantments you get. For each enchantment you need 3 options, so if you change your item to unique3 you will need 9 enchantments options.

You can change xp to 99999999. This way you get lvl 500+

Or just change your power to 600 for weapon, armor and ranged and become god...
 
  • Like
Reactions: hiroakihsu
so, I've been at this for an hour and a half, and no matter how I modify my save file, every time I restore it in JKSV and enter the game, it brings me to the skin selection screen as if I had started a new game.
I've edited my equipped weapon/armor/crossbow, and I've also tried editing spare pieces of gear from my inventory, and no, I didn't forget to modify the inventoryIndex, yet I can't seem to get it to work. Any tips?
 
so, I've been at this for an hour and a half, and no matter how I modify my save file, every time I restore it in JKSV and enter the game, it brings me to the skin selection screen as if I had started a new game.
I've edited my equipped weapon/armor/crossbow, and I've also tried editing spare pieces of gear from my inventory, and no, I didn't forget to modify the inventoryIndex, yet I can't seem to get it to work. Any tips?

Modify only equiped gear power to 600, xp to 99999999 and money 9999999
 
so, I've been at this for an hour and a half, and no matter how I modify my save file, every time I restore it in JKSV and enter the game, it brings me to the skin selection screen as if I had started a new game.
I've edited my equipped weapon/armor/crossbow, and I've also tried editing spare pieces of gear from my inventory, and no, I didn't forget to modify the inventoryIndex, yet I can't seem to get it to work. Any tips?
I might be wrong but this is what I mentioned days ago. You might have reached 59kb on your file size and so the game doesn't read your character anymore. Delete the filler scripts to lessen the file size for your save file to be read by the game.
 
Depends on what the PC Version is doing, this is unreal engine and very often the pc saves are encrypted or in other strange serialized formats, i would need a save from the pc version to check that.

About certain items and other values, here a full english textdump:
[Link removed because im new] ** not what op said
dumped from "Dungeons/Content/Localization/Game/en/Game.locres"
useful namespaces: Enchantment, ItemPowerEffect, ItemType
I can link you the PC Save files i have i have one in text form and one in dat form (2 differ characters) along with the trainer i use

I hope these help you if you need me and i dont respond here my discord is Rock#6969
 

Attachments

Здравствуйте, как добавить оружие в свой инвентарь и изменить уровень оружия и брони?

--------------------- MERGED ---------------------------

Hello, how to add weapons to your inventory and change the level of weapons and armor?
 
Здравствуйте, как добавить оружие в свой инвентарь и изменить уровень оружия и брони?

--------------------- MERGED ---------------------------

Hello, how to add weapons to your inventory and change the level of weapons and armor?
You can edit your save file if youre on switch there's a text file wondering ill attach the stuff
 

Attachments

Game uses json text files without checksum for the savegame, just mod your save with Notepad++, thats easier than making unreal engine cheats.

example modded currency:
Code:
    "currency": [
       {
           "count": 9999999,
           "type": "Emerald"
       }
   ],

example modded item:
Code:
       {
           "enchantments": [
               { "id": "Sharpness", level": 3 },
               { "id": "Stunning", "level": 0 },
               { "id": "Freezing", "level": 0 },
               { "id": "Rampaging", "level": 0 },
               { "id": "Thundering", "level": 3 },
               { "id": "Echo", "level": 0 }
           ],
           "equipmentSlot": "MeleeGear",
           "power": 600,
           "rarity": "Unique",
           "type": "Sickles_Unique2",
           "upgraded": false
       },

ingame:
View attachment 210959

--------------------- MERGED ---------------------------

Can someone please help me get infinite gems, i am having trouble adding the file to my game
 
--------------------- MERGED ---------------------------

Can someone please help me get infinite gems, i am having trouble adding the file to my game
just change the power of your gear and you'll level up easy enough to earn the enchantment points. That's all i was able to do.
 
Hi, I have one question if I want play from PC when I’m at home and when I’m out of home with my switch console my save file is the same ? With the same account Microsoft ?
 
I'm currently working on an online save editor.

I need high quality save data / character files with lots of uniques and enchanted items, preferably with a screenshot from the game so I can make it look less esoteric.

Thanks
 

Attachments

  • Capture.PNG
    Capture.PNG
    24.6 KB · Views: 469
  • Like
Reactions: comput3rus3r
I'm currently working on an online save editor.

I need high quality save data / character files with lots of uniques and enchanted items, preferably with a screenshot from the game so I can make it look less esoteric.

Thanks

This looks really interesting, please keep us updated on your progress !
 
Nice work on the online editor, looks promising...is there anything I can help with?

I just need save data with lots of uniques and items, if I can grab a good data set I can build in an item selector for example. In its current state it can edit power and enchantments.
 

Site & Scene News

Popular threads in this forum