Jump to content

TheGreatHeinrich

Members
  • Posts

    12
  • Joined

  • Last visited

Posts posted by TheGreatHeinrich

  1. Shouldn't be so difficult. I tested some days ago and i think i can extract the text of S like in Majikoi, so instead of the translator creating a .txt with the text, he can directly translate this files.

    Did you figure out how to automatically locate the text? I can't seem to do it without hard-coding the location within each file.

  2.  

    For example in the translation file there is this:

     

    I don't know why, but I'm starting to feel uneasy.
    August 16th (Sun.)
    Miyako: Moro’s not here today, huh.
     
    but in the script.txt file there is this:
     
    SEG 1995 NULL 1 
    何やら不穏な空気があった。
    --------------------------
    I don't know why, but I'm starting to feel uneasy.
     
    SEG 1996 NULL 1 
    @vJ00030070「今日はモロいないね」
    ---------------------------------
    @vJ00030070"Miyako: Moro’s not here today, huh."
     
    There is no room for "August 16th (Sun.)" because it's not a line of the text of this file, so you have to find it manually and delete it.

     

  3.  

    I have no problem admitting I don't know how to make a script that will do what needs to be done without breaking something. If you think you can and want to help out, by all means, have at it.

    Since I don't have the real files you guys are working on, I tested it out by trivially copying and pasting (with minor formatting) text ripped straight out of Dowolf's YouTube subtitles and managed to get 2/3 of Kazama's route replaced in about 3-4 hours, give or take, with text that wraps properly and resizes automatically for long strings. It's nice that these formatting options can be embedded in the text instead of having to edit random bits in other parts of the binary file.

     

    I did volunteer myself, but it seems I was a bit late to the party.

  4. From what I can tell, it looks as though you are going through each string manually, inserting line breaks and resizing them to fit the windows if they get too long. That process can be automated as long as the string doesn't contain any other special character. I found the tool Pseudodiego used to extract the text in the (quasi) human-readable format you see in his screenshot, and I wrote a little test tool to repack them while automatically inserting line breaks. That way, for the strings that don't contain special characters (i.e. the vast majority of them), all you have to do is copy and paste whatever translation you have with you.

×
×
  • Create New...