Lost Planet 2 translation

Read or post about compression. And decompression. Or ask questions how to decompress your files.
Post Reply
User avatar
Marusero
beginner
Posts: 29
Joined: Sat Jan 14, 2012 9:12 pm
Has thanked: 1 time

Lost Planet 2 translation

Post by Marusero » Mon Jan 16, 2012 2:08 pm

The contents of this post was deleted because of possible forum rules violation.

User avatar
Marusero
beginner
Posts: 29
Joined: Sat Jan 14, 2012 9:12 pm
Has thanked: 1 time

Re: Lost Planet 2 translation

Post by Marusero » Wed Jan 18, 2012 12:21 am

Anyone?

0xFAIL
VVIP member
VVIP member
Posts: 50
Joined: Fri Oct 21, 2011 10:59 am
Has thanked: 7 times
Been thanked: 20 times

Re: Lost Planet 2 translation

Post by 0xFAIL » Wed Jan 18, 2012 9:24 pm

What I got so far (probably won't continue):

New line character: 0x0A (be careful when editing text in windows, it will add another type of new line character: 0x0D if I remember correctly)

Sometimes there are DUMMY or HARDUMMY parts, probably placeholders

String data structure (after, what looks to be, the header)

for each string:

4 bytes 0x00 (not always 4 bytes?)
x byte Pascal string




Suggestion:
Edit the text manually with a hex editor (make a string a byte longer than it was and test it on the console
maybe there is no description about the offsets in the header, but there probably is :( )

Post Reply