Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unpacking a compressed .pak file with only a single asset within it will not yield a path structure #81

Open
Iridium-IO opened this issue Mar 7, 2023 · 0 comments

Comments

@Iridium-IO
Copy link

Take the following file structure of an example ModFile.pak, as seen in many mods for Hogwarts Legacy, which contain only a single file:

// ModFile.pak

Phoenix/Content/SQLiteDB/PhoenixShipData.sqlite

If this file is uncompressed, Provider.Files() will correctly list the path as "Phoenix/Content/SQLiteDB/PhoenixShipData.sqlite"

If the file is compressed however, it will be listed as just the filename "PhoenixShipData.sqlite"

When comparing mod pak structures, it can lead to issues as the output files will clash with each other as there's no other identifying path data available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant