Hi again, I get some Unity files that are compressed (maybe lz4) because begin with 64 00 00.
Samples:
Regards
Unity Assets Bandai Namco Compresed files
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Unity Assets Bandai Namco Compresed files
Code: Select all
comtype lz4
get DUMMY long # 0x64
get SIZE long
get ZSIZE long
get TYPE long
savepos OFFSET
get NAME basename
string NAME + "_unpack"
clog NAME OFFSET ZSIZE SIZE
-
- Posts: 36
- Joined: Fri Jun 24, 2016 6:26 am
Re: Unity Assets Bandai Namco Compresed files
Many thanks ., you rock!!!!!!!!!!!!!
-
- Posts: 36
- Joined: Fri Jun 24, 2016 6:26 am
Re: Unity Assets Bandai Namco Compresed files
Hi again Aluigi, in some files the script show error, the files begin with @UTF....
This is the message:
-error in src\etra\xalloc.c line 619: xdbg_malloc()
Error: memory allocation problem
Not enough storage is available to process this command
Here's the samples:
This is the message:
-error in src\etra\xalloc.c line 619: xdbg_malloc()
Error: memory allocation problem
Not enough storage is available to process this command
Here's the samples:
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Unity Assets Bandai Namco Compresed files
If I remember correctly @UTF is the CRI framework, the same used in the CPK archives (without the CPK header here).
I don't know what tool should be used on these files.
I don't know what tool should be used on these files.
-
- Posts: 36
- Joined: Fri Jun 24, 2016 6:26 am
Re: Unity Assets Bandai Namco Compresed files
Exist a tool, but doesn't work with this type of files, maybe be for the lacks of header in files