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

Support for this kind of uasset #35

Open
Jackano opened this issue Mar 18, 2024 · 1 comment
Open

Support for this kind of uasset #35

Jackano opened this issue Mar 18, 2024 · 1 comment
Assignees

Comments

@Jackano
Copy link

Jackano commented Mar 18, 2024

4_pots.zip
Is it possible to add support for this kind of file? The live demo states invalid uasset: the package has been stored in a separate endianness however, this is an uasset created by UE 5.3 when embedding a simple texture.

@rancoud
Copy link
Member

rancoud commented May 5, 2024

Normally an uasset file has a tag at the beginning of the file which is of the form 0x9E2A83C1.
But in some cases the tag is swapped 0xC1832A9E.
In this case the file must be read in big endian rather than the default little endian.

I made a pull request to fix that.

@rancoud rancoud self-assigned this May 5, 2024
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

2 participants