Recent content by Uniityy

  1. Uniityy

    ROM Hack Enter The Gungeon 100% Save File

    There should be 3 files in your backed up Gungeon save file if you're using Checkpoint. After you're done decoding the PC save file using Zatherz's tool, open up the json file using Notepad/Notepad++ and copy all the contents. Then go into your SlotA.save file and replace everything in it with...
  2. Uniityy

    ROM Hack Enter The Gungeon 100% Save File

    You can find it on Zatherz's gitlab page, under "savefile.moon". **Do note that you are required to have LUA, LUA headers and LFS installed though, so I would suggest you go about it with a linux based system where it's easier to just apt-get prerequisites.
  3. Uniityy

    ROM Hack Enter The Gungeon 100% Save File

    I've decrypted a PC save file and created a (nearly)100% save for the switch. All characters have been unlocked and most guns have been unlocked, apart from the newer ones included in the "Advanced Gungeons & Draguns" update. Credit where credit's due: "Wonderis_" on the speedrun forums for the...
  4. Uniityy

    ROM Hack Enter the Gungeon near 100% Save file

    Upon opening up SlotA.save in Notepad++, I noticed that the code ends abruptly. Compared it to my own save file and sure enough, a whole chunk of code was not present. Perhaps you might want to try backing up your save file again and re-uploading it. :) EDIT: I've decrypted a PC save file and...