Sassarai Posted August 11 Share Posted August 11 Hello, i want to extract and insert files from the game Serial Experiments Lain, its japanese game, that i want to translate. i know the files are packed and maybe compressed. can someone take a look? i would appreciate any help provide! thanks Serial Experiments Lain.zip Link to comment Share on other sites More sharing options...
Solution Rabatini Posted August 13 Solution Share Posted August 13 On 8/11/2024 at 5:07 PM, Sassarai said: Hello, i want to extract and insert files from the game Serial Experiments Lain, its japanese game, that i want to translate. i know the files are packed and maybe compressed. can someone take a look? i would appreciate any help provide! thanks Serial Experiments Lain.zip 5.48 MB · 3 downloads The files are packed and compressed. These two files you attached contain hundreds of chunks, with each chunk containing a compressed TIM. The compression is LZSS This LZSS variant is unique in that it uses 8-bit values for both the length (len) and the displacement (disp). I've attached a simple script to unpack the .bin files, as well as a tool to decompress and compress the LZSS format used in this "game". Napk_unpack.py LzsSerial-lain-DeCompressor.rar Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now