Recent content by Narles

  1. N

    ROM Hack Chrono Trigger DS Blake Robinson Soundtrack Romhack

    I’ve scoured the web but haven’t seen anyone trying this. Before I spend lots of time trying to make this happen, does anyone see any reason why it would not be possible to replace the music in Chrono Trigger DS with the Blake Robinson soundtrack (http://thechronosymphony.com/) similar to how is...
  2. N

    ROM Hack [HELP] SNES VC Decrypting doesn't work

    Thank you! I was starting the ROM 60 bytes in but the key was to start 12 bytes after the title ID. You are a genius. I also appreciate the tip on the PCM pointer. I was wondering why it seemed like such a small amount of data. Thanks again for your help.
  3. N

    ROM Hack [HELP] SNES VC Decrypting doesn't work

    Thank you. I realize that. The thing that is confusing to me is that in the case of Earthbound, I believe that the ROM is supposed to be 3,146,240 bytes. However, when I export from Data.bin offset 60+3,146,240 bytes, I end up with a file that contains many references to PCMF scattered...
  4. N

    ROM Hack [HELP] SNES VC Decrypting doesn't work

    Thanks! I'm actually having trouble identifying where the ROM begins and ends within the data.bin. I've done a bunch of research and way back in this thread I saw that offset 33 is supposed to tell me the size of the ROM (08 if for 512KB (4Mb) 16 for 1MB etc.). Unfortunately that doesn't seem to...
  5. N

    ROM Hack [HELP] SNES VC Decrypting doesn't work

    I'm on the same hunt as you, ootnes2. In the past, I've used vcromclaim to extract purchased SNES VC titles and found that it handled the sound by extracting the PCM audio, converting it to BRR, then injecting it into the appropriate places within the resulting .smc file (more info here...
  6. N

    ROM Hack [HELP] SNES VC Decrypting doesn't work

    Early on in this thread I saw people having trouble decrypting these eShop titles and then, once it was discovered that they are available crypto-fixed on various websites, all talk of decrypting seems to have stopped. Can anyone help me decrypt these titles myself? I do not want to download...
  7. N

    ROM Hack [Tutorial] How to Decrypt, Extract & Rebuild 3DS|CIA|CXI Files

    I do, thanks. I know it's frustrating and I appreciate you taking the time to help.
  8. N

    ROM Hack [Tutorial] How to Decrypt, Extract & Rebuild 3DS|CIA|CXI Files

    Thanks for the quick reply. I tried what you said and I am getting the same result. Since I used @cearp's tool, I was able to produce a clean .cia of the game. This installed just fine and I was able to run the repair process. When I update SeedDB on EmuNAND in Decrypt9WIP, I see the TitleID...
  9. N

    ROM Hack [Tutorial] How to Decrypt, Extract & Rebuild 3DS|CIA|CXI Files

    @Asia81 Your toolkit is awesome. Thank you so much for all of your hard work on it. I am running into an issue that isn't precisely related to your tools. I am trying to decrypt and unpack the eShop version of Earthbound on my N3DS. I used cearp's eShop toolkit to download and pack an...
  10. N

    Homebrew braindump - userland game dumping!

    My sysNAND and emuNAND are unlinked. Doesn't that prevent me from dumping and decrypting eShop games? If not, would you mind pointing me to a tutorial? I've been looking for quite a while but haven't found one. My hunch is that using decrypt9 launched from sysNAND with kernel access will be the...
  11. N

    Homebrew braindump - userland game dumping!

    I was disappointed to find out that Braindump 1.0 does not support Pokémon Yellow purchased from the eShop. I was hoping to poke around in the file system of that one but it just freezes on a red screen when run from a 10.6 reiNAND emuNAND using *hax 2.6. I was able to dump Zelda Oracle of...
  12. N

    ROM Hack Extract Ambassador Title ROM

    Ok, update. It looks like, for whatever reason, RxTools's Decrypt CTR Titles feature has not been working for me. It might have something to do with RxTools seeming to modify my slot0x25KeyX.bin file stored at the root of my SD card when I use it. I copy slot0x25KeyX to my SD, check its MD5...
  13. N

    ROM Hack Extract Ambassador Title ROM

    Thanks! It looks like my problem with extracting RomFS is that when I try to extract it using Packhack's partition command, I get the error Error, IVFC segment corrupted Error, RomFS corrupted Do you have any idea how I might be able to fix that problem? auto Thank you @Asia81! Your...
  14. N

    ROM Hack Extract Ambassador Title ROM

    I have been looking for a long time through these forums and haven't found any thread dealing quite with what I am trying to do. As a note, I have successfully extracted playable music from one of my own 3DS cartridges so I do have some idea as to how this process should work. One thing I've...