Search results

  1. M

    ROM Hack 3DS explorer throws error

    You disable the Check for updates on startup option.
  2. M

    Homebrew Official Citra - New 3DS Emulator

    Code Name: S.T.E.A.M. work in game! to avoid hangs after starting a new campaign. Bravely Second make a correctly savedata this build.
  3. M

    Homebrew Official Citra - New 3DS Emulator

    Here is my build. I forgot, I patched ldr:ro and runs MHX.
  4. M

    Homebrew Official Citra - New 3DS Emulator

    MHX now working with CROs, Geometry Shaders!!!
  5. M

    Homebrew Official Citra - New 3DS Emulator

    Luigi's Mansion 2 Boots! Additional merge https://github.com/citra-emu/citra/pull/1613 https://github.com/exhalatio/citra/tree/dlp_dummy
  6. M

    Hacking [Release] rxTools - Roxas75 3DS Toolkit [fw 2.0 - 9.2]

    I've copy firm to rxtools\firm works fine. thanks.
  7. M

    Hacking [Release] rxTools - Roxas75 3DS Toolkit [fw 2.0 - 9.2]

    cbec77e is not working for my o3ds FW4.5. i launch on mset loading bar than shows the INSTALLATION FAILED screen. and than shows the Failed to load NATIVE_FIRM: 4 screen. Copy firmware.bin to rxTools/sys. The md5 should be: a9dcd99a360e8629810f8ed08403d74
  8. M

    ROM Hack [Release] InsaneLinker for ROM Hacking (exefs)

    It's all right. I hope that you will implemented it for us sometime.
  9. M

    Hacking BLUE 3DS Official Release

    Sadly no. MT-Card doesn't work both 1.0 and 1.01.
  10. M

    Homebrew Official [Download] Decrypt9 - Open Source Decryption Tools (WIP)

    Keyslots has been managed in ncchflag[3]. If you set ncchflag[3] to 0x00, Keyslots 0x2C is used. It should be same as SeedCrypto. I make a cryptofix .3ds rom worked in GW n3ds 9.5. also decrypted rom worked in citra. Edit: I tested converted .CIA worked in GW n3ds 9.5. so, more accurate that...
  11. M

    Homebrew Official [Download] Decrypt9 - Open Source Decryption Tools (WIP)

    I've tested Pony Pets 3D failed with the New release. Check your PM:) BTW. We can switch the options push R button, However, it switched next options when I pull R button.
  12. M

    Homebrew [Download] SEEDconv - seeddb.bin generator for use with Decrypt9

    I'll create a pull request to solve that inside the Python script and decryptor.
  13. M

    Homebrew [Download] SEEDconv - seeddb.bin generator for use with Decrypt9

    I understand. I'll open the New Issue on Archshifts Decrypt9 repo :)
  14. M

    Homebrew [Download] SEEDconv - seeddb.bin generator for use with Decrypt9

    That's ncchinfo_gen.py issue. Sorry but I can't understand the Python script.
  15. M

    Homebrew [Download] SEEDconv - seeddb.bin generator for use with Decrypt9

    I solved Pony Pet 3D issue. This game has been set NCCH Flags Index[3]=0 [4]=0x01 [5]=0x3 [6]=0 [7]=0x20 That's means using the Original NCCH key and Seed crypto. It was required a generated using SEEDKeyY and Keyslots 0x2C .exefs_7x.xorpad. Edit: ROMFS is no problem at all.
  16. M

    Homebrew [Download] SEEDconv - seeddb.bin generator for use with Decrypt9

    I'm using o3ds fw4.5 with slot0x25KeyX.bin. Do I need to update? 7x.xorpad is not generated. ncchinfo_gen.py of the log here. Parsing NCSD in file "Pony Pets 3D (Japan).3ds": Parsing Main NCCH NCCH Offset: 00004000 Product code: CTR-N-JHDJ Partition number: 0 KeyY: Title ID...
  17. M

    Homebrew Official [Download] Decrypt9 - Open Source Decryption Tools (WIP)

    SEEDconv works fine:lol: I did tested 2 SEED Crypto games Bloo Kid 2 (Europe) and Pony Pets 3D (Japan). In Bloo Kid 2 .exefs and .exheader was able to correctly decrypted. However I think .romfs.xorpad is invalid, due I can not be found Magic "IVFC" in romfs.bin. Pony Pets 3D has the unusual...
  18. M

    Homebrew Official [Download] Decrypt9 - Open Source Decryption Tools (WIP)

    i run it generate a seeddb.bin. TitleIDs looks incorrect, that should be 0x000400... (Seed was filled with 0xAA)
  19. M

    Homebrew Xorpad generation on 9.2

    Exactly. renamed it. I was wrote the seeddb.bin based on the internal structure, It was recognized correctly. However, since I don't know the correct seed, it generates a rogue xorpads. How can I find seed?