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

Add compression test #11

Closed
kion-dgl opened this issue Jul 13, 2024 · 1 comment · Fixed by #13
Closed

Add compression test #11

kion-dgl opened this issue Jul 13, 2024 · 1 comment · Fixed by #13
Assignees

Comments

@kion-dgl
Copy link
Owner

It looks like we will need to compress Megaman's texture in order for it to be put back into the game. The scope of this ticket is to add a test for compression to see if we can take a texture, decompress it, compress it and then see if it works with decompression again.

@kion-dgl kion-dgl self-assigned this Jul 14, 2024
@kion-dgl
Copy link
Owner Author

In terms of things to do first there's a sanity check for decompressing and decoding that game's existing textures.

We need to do this three times for PL00T.BIN. this will be for the body texture body texture with alternate palette, and face texture.

Once we confirmed that decompression works, then we'll need another test to compress the texture and then see if it can decompress with the same algorithm.

@kion-dgl kion-dgl linked a pull request Jul 15, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: No status
Development

Successfully merging a pull request may close this issue.

1 participant