I've been poking into the new awsome game Cyber Shadow which is supposed to be FP. Sadly the tool could not extract the compressed data, I ran into following:
[tle@runlevel5 fp-assets]$ ./fp-assets.py -x
Traceback (most recent call last):
File "./fp-assets.py", line 478, in <module>
assets_dir_path=assets_dir_path)
File "./fp-assets.py", line 406, in extract_all_assets
"img_%d_meta.txt" % index)
File "./fp-assets.py", line 142, in extract_img
file_dat = zlib.decompress(assets_file.read(file_len))
zlib.error: Error -3 while decompressing data: incorrect header check
which makes sense, perhaps the assets are not compressed ith zlib after all. So wondering if you have any doc or could give me guidance on how to find out the reverse the image format logic of the game engine? Many thanks in advance
I've been poking into the new awsome game Cyber Shadow which is supposed to be FP. Sadly the tool could not extract the compressed data, I ran into following:
which makes sense, perhaps the assets are not compressed ith zlib after all. So wondering if you have any doc or could give me guidance on how to find out the reverse the image format logic of the game engine? Many thanks in advance