NGBC File .LZ

Textures, recreate headers, conversions, algorithms and parsing of image files
KAINE
Posts: 2
Joined: Sat May 05, 2018 11:24 pm

NGBC File .LZ

Post by KAINE »

Could someone help me to discover that they have these .LZ files?, If my theory does not fail me they are textures in .dds or .png, but I could not find how to unzip them, any idea?

This is one of the files:
KAINE
Posts: 2
Joined: Sat May 05, 2018 11:24 pm

Re: NGBC File .LZ

Post by KAINE »

With this script it gives me a new file but now with .dat extension, any idea??

Code: Select all

comtype lzss0
get SIZE long
savepos OFFSET
get ZSIZE asize
math ZSIZE - OFFSET
get NAME basename
string NAME + .
clog NAME OFFSET ZSIZE SIZE