Skip to content

Possibility to extend this tools to support other games too? #4

Description

@runlevel5

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions