extract LZMA - TALES OF XILLIA

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
aoba200941
Posts: 7
Joined: Mon Apr 17, 2017 4:25 pm

extract LZMA - TALES OF XILLIA

Post by aoba200941 »

how can I extract the LZMA files - TALES OF XILLA

Image

xilla.zip
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: extract LZMA - TALES OF XILLIA

Post by aluigi »

Have you used my script for extracting the files from the original archive?
http://aluigi.org/bms/tales_of_xillia.bms

There is an important note written in the comments:

Code: Select all

            elif TVER == 0x0401   # Tales of Symphonia IS NOT SUPPORTED: unknown lzma files and encrypted files
                #comtype lzma_dynamic    # doesn't work!!!
                comtype copy    # better than nothing

I bet the file you have there is a TVER 0x0401
aoba200941
Posts: 7
Joined: Mon Apr 17, 2017 4:25 pm

Re: extract LZMA - TALES OF XILLIA

Post by aoba200941 »

aluigi wrote:Have you used my script for extracting the files from the original archive?
http://aluigi.org/bms/tales_of_xillia.bms

There is an important note written in the comments:

Code: Select all

            elif TVER == 0x0401   # Tales of Symphonia IS NOT SUPPORTED: unknown lzma files and encrypted files
                #comtype lzma_dynamic    # doesn't work!!!
                comtype copy    # better than nothing

I bet the file you have there is a TVER 0x0401



THANK YOU for answering so fast


if you use your script for the files

then they are impossible to extract LZMA TVER 0x0401