Recent content by ObsidianB

  1. ObsidianB

    ROM Hack [Release] Various 3DS editing tools

    Doubtful. If you had a .mes file handy I could see how different it is from .msbt (likely a different format altogether).
  2. ObsidianB

    ROM Hack [Release] Various 3DS editing tools

    Leaked and out-of-date >_>
  3. ObsidianB

    ROM Hack [POC] Rhythm Tengoku The Best Plus Hacking

    My recommendation: Extract ROMFS: 3dstool -x -t romfs -f rhythmtengoku.romfs --romfs-dir romfs Use my SARC tool on the zlib file to extract it to the current directory. It will decompress the zlib and extract the archive in one pass. You should have files like "messages/pajama.zlib" and...
  4. ObsidianB

    ROM Hack [POC] Rhythm Tengoku The Best Plus Hacking

    Where did you find 00000004.sarc? That's not a file in Rhythm Tengoku. Also, add -v and -d if you want it to spit out a bunch of fun debug info.
  5. ObsidianB

    ROM Hack [POC] Rhythm Tengoku The Best Plus Hacking

    Can you post the exact command you're running?
  6. ObsidianB

    ROM Hack [Release] Various 3DS editing tools

    Hey folks, A while back I started translating Rhythm Tengoku The Best+ (before Nintendo announced the US release -_-) and couldn't find tools that were cross-platform and worked with the specific (newer?) NintendoWare formats found in RTG, so I decided to write my own :)...
  7. ObsidianB

    ROM Hack [POC] Rhythm Tengoku The Best Plus Hacking

    Once you've got ROMFS extracted you can use my tool set here: https://github.com/ObsidianX/3dstools Most *.zlib files are zlib-compressed SARC files (use sarc.py). Make sure you use the zlib flag (-z) when you're extracting/creating the SARC files. If it isn't a SARC file then you can...
  8. ObsidianB

    ROM Hack [WIP] Rhythm Tengoku Best+ English Translation

    There won't be any output on the command line but you will get a new file: "romfs.english.bin" (if you used the command from the OP)
  9. ObsidianB

    ROM Hack [WIP] Rhythm Tengoku Best+ English Translation

    Woo! An official translation! Alright, here's the plan for this project: We still don't know when the official English version is coming out so what I'm going to do is add all of RandomKid150's translations into the game since I don't want his hard work to have gone to waste. He's pretty much...
  10. ObsidianB

    ROM Hack [WIP] Rhythm Tengoku Best+ English Translation

    Heads up on progress: RandomKid150 has been powering through and translating the story text at break-neck speeds! I can barely can't keep up! The next update will, once again, be all of his wonderful translation work (give or take a few paraphrasings) once I get it all in. As of right now I'm...
  11. ObsidianB

    ROM Hack [WIP] Rhythm Tengoku Best+ English Translation

    As you said, they probably won't. And I'm not asking you to yet, since I haven't provided a suitable alternative.
  12. ObsidianB

    ROM Hack [WIP] Rhythm Tengoku Best+ English Translation

    The XDelta patch only contains my changes and can only be applied to an original ROMFS. There are many original files that are included in the zlib archives that are now being distributed via your LayeredFS package. Once I write the final patching tool it will take only my modified content...
  13. ObsidianB

    ROM Hack [WIP] Rhythm Tengoku Best+ English Translation

    I just got NTR working on my 3DS but you beat me to the punch with the plugin :) Once I get around to creating the custom patcher I'll probably ask that you remove this link since you are distributing Nintendo property alongside my own edits at this point (zlib files are archives). I'll set up...
  14. ObsidianB

    ROM Hack [WIP] Rhythm Tengoku Best+ English Translation

    Version 12 uploaded so you know I'm still working on this :) All the strings in this update came from RandomKid150 (some were tweaked/localized). I wanted to make sure his hard work made it into the game! This includes: Descriptions for Lemon/River challenges (and the few missing titles from...
  15. ObsidianB

    ROM Hack [Release] CDN-FX - The ultimate eShop Content Downloader!

    Hey! Any plans or an ETA for open sourcing this? Unfortunately it locks up when I try and browse to find my ticket.db in Linux and I'd love to help patch it up.