Recent content by TimmSkiller

  1. T

    Hacking Translation Help with translation files

    Probably way too late, but I've recently investigated the OBT file format. I managed to "reverse engineer" it (even though it's pretty basic lol). Hopefully it'll be useful for people coming across this thread in the future with the same problem. I wrote a little python script that can extract...
  2. T

    ROM Hack [Tool] CIAInfo - Application that reads information from a CIA just like FBI, but on Windows

    I made a janky little app in C# (.NET Core 3.1) that implements ninfs and reads a CIAs info similar to what FBI does when you hover over a file. This is one of my first ever projects, so it might be badly coded, but at least it works. Search my username on GitHub and you'll find it. Sorry, I...
  3. T

    Gaming Makerom DLC Creation Error "SETTING ERROR: Content 0 already specified"

    I want to built a DLC from contents, but it fails to do so and tells me this: [SETTING ERROR] Content 0 is already specified Command I run: makerom.exe -f cia -o dlc.cia -content 000a.0000000a\decrypted.cfa:a:a -content 000b.0000000b\decrypted.cfa:b:b -content 000c.0000000c\decrypted.cfa:c:c...
  4. T

    ROM Hack Is there any utility that lets me extract bcsar to playable audio formats (wav, mp3, etc.)?

    I actually have all the sounds for the sequences (in .wav), but no real way to turn them into an audio file. I've searched for what you said, and haven't found anything that looks like it could work. I have found a small exe file that converts the .bcseq files into .mid, but the quality is...
  5. T

    ROM Hack Is there any utility that lets me extract bcsar to playable audio formats (wav, mp3, etc.)?

    I've taken a look at some tools like Citric Composer and those are WIP for editing those files for music mods, not for extracting music. Is it even possible? I've extracted the .bcsar I want and gotten some weird file extensions like .bcseq, and others. I've also done some research, downloaded...