Noticed the 0x78 0x9C patterns, which means the file is zlib compressed!
Use offzip to decompress the file
eg:
It doesn't appear to be using CGFX but I have a gut feeling it's a modified version of the propreitary model format. (looks like it's the case!)
Use offzip to decompress the file
eg:
Code:
offzip.exe -a -1 "C:\Users\TGE\Downloads\ghost simple\ghosthider.data" "C:\Users\TGE\Downloads\ghost simple" 0
It doesn't appear to be using CGFX but I have a gut feeling it's a modified version of the propreitary model format. (looks like it's the case!)