Recent content by bugubugu

  1. bugubugu

    ROM Hack I'd like a crash course in C++...

    from what i've looked at in this book, i don't think it can live up to its namesake. it's a comprehensive tutorial, but it's fairly accelerated, which might not be great for a beginner... I would strongly recommend starting with C# (since it will work on any windows computer [which is good if...
  2. bugubugu

    Gaming Fate/Extra Google Translation Patch

    the prolbem right now is that i can't get to the script. it's in the .cmp files and it's compressed along some version of the lzss scheme that i'm trying to figure out. i'm asking around for help, but i'll post back here if ever i manage to figure it out. can't test anything until i actually...
  3. bugubugu

    ROM Hack compression?

    emulator's not working with the game (at least not on my computer) so much for the shortcut. i don't think that all the files have one dictionary because the pattern of being coherent at the beginning and gibberish at the end stays. oh, and would it be too much wishful thinking if i were to...
  4. bugubugu

    ROM Hack compression?

    Thank you so much FAST6191! that tutorial was exactly what i needed. So, it's definitely compressed according to the LZSS scheme and actually seems to be quite similar to the examples they gave... The one thing i don't understand, however, is the offset/length pair, as wikipedia calls it. In the...
  5. bugubugu

    ROM Hack compression?

    i got that and put it with total commander, but it doesn't seem to be working for me...i think the .cmp files he made the plugin for aren't the same as the .cmp files i'm dealing with. it always gives me an Error packing files and Error in archive file, whenever attempting to compress and...
  6. bugubugu

    ROM Hack compression?

    Hi, i know this is the nds hacking section, but i'm running into a rather big, unbreakable brick wall in my attempt to find the script in Fate/Extra. I'm fairly certain it is in a bunch of files with the extension .cmp. At first i thought they were Character MaP files, since there are about 300...
  7. bugubugu

    Gaming Fate/Extra Google Translation Patch

    nvm, found it, pulled the game apart and all... I don't think you're going to find anything useful in the day folder. all of those just seem to be pointers to the pack folder, where i'm finding some real text, followed by random save screen stuffs... i looked at all the day files, and they all...
  8. bugubugu

    Gaming Fate/Extra Google Translation Patch

    can't find that thread -^(o_O)^- but i take it you could use UMDGen, right? i'll take a foray into there in a day or two, when i can get my (virtual) hands on the iso...
  9. bugubugu

    Gaming Fate/Extra Google Translation Patch

    how did you extract the .cpk? i'd be interested in helping out once i'm done reading the romhacking.net tutorials.