2012-06-19, 12:35 AM
Here are a few files. The "junk" data you're seeing is the text pointer table (at top) and other data between lines to tell the game where/how to draw the text. Let me know if these files are "cleaned" enough for your needs.
The game handles each line of text as a separate "sentence" rather than using a standard line-break code between lines. That makes it hard to tell if a text line is part of the sentence above or the beginning of a new sentence.
If I stared at the game's files long enough, I might be able to figure how to make a proper text dumper, but I wasn't planning on taking that much time.
The game handles each line of text as a separate "sentence" rather than using a standard line-break code between lines. That makes it hard to tell if a text line is part of the sentence above or the beginning of a new sentence.
If I stared at the game's files long enough, I might be able to figure how to make a proper text dumper, but I wasn't planning on taking that much time.