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

[ASTC_8BPP] Legend of Mana Remake Psb.m texture file issue #63

Closed
MrVtR opened this issue Jul 9, 2021 · 5 comments
Closed

[ASTC_8BPP] Legend of Mana Remake Psb.m texture file issue #63

MrVtR opened this issue Jul 9, 2021 · 5 comments

Comments

@MrVtR
Copy link

MrVtR commented Jul 9, 2021

Hello, I'm trying to extract some textures from Legend of Mana Remake, the files are in psb.m extension. I was able to extract the tetxures with FreeMote PsbDecompile, but the result is kinda glitchy, is there an way to fix the image or extract normally?

In the attachment I'm uploading one sample file and the image result that I obtained if it helps to study the sample
Legend_of_Mana_Sample.zip

@UlyssesWu UlyssesWu changed the title Legend of Mana Remake Psb.m texture file issue [ASTC_8BPP] Legend of Mana Remake Psb.m texture file issue Jul 9, 2021
@UlyssesWu
Copy link
Owner

Currently unsupported texture format - ASTC_8BPP. Couldn't find a handy decoder/encoder. Will try to get it supported.

@UlyssesWu UlyssesWu added this to the v3.0 milestone Jul 9, 2021
@UlyssesWu UlyssesWu self-assigned this Jul 9, 2021
@MrVtR
Copy link
Author

MrVtR commented Jul 9, 2021

Currently unsupported texture format - ASTC_8BPP. Couldn't find a handy decoder/encoder. Will try to get it supported.

Thanks a lot, doing some extraction few moments ago, I found on the .json of psbDecompile the same texture format too, I'm trying to search for a ASTC_8PP decoder, but no clue where to find(I only found an encoder to ASTC_8PP)
And Crystal Tile tool doesn't support it too(I used to use it with NDS Tiled textures normally)
Thank you very much if you can take a look on it!

UlyssesWu added a commit that referenced this issue Jul 12, 2021
@UlyssesWu
Copy link
Owner

With the latest commit it's possible to decode ASTC_8PP images.
Encoding is not working for now and might be implemented later.

You can try the CI build:
https://ci.appveyor.com/project/UlyssesWu/freemote/build/artifacts

@MrVtR
Copy link
Author

MrVtR commented Jul 12, 2021

With the latest commit it's possible to decode ASTC_8PP images.
Encoding is not working for now and might be implemented later.

You can try the CI build:
https://ci.appveyor.com/project/UlyssesWu/freemote/build/artifacts

Thanks, the Decompile function worked without any issues!

@UlyssesWu
Copy link
Owner

With an external encoder it's now possible to encode ASTC, too. wiki

Try CI build: https://ci.appveyor.com/project/UlyssesWu/freemote/build/artifacts

To encode ASTC, you must download astcenc and put the .exe files into FreeMoteToolkit\Tools folder first.

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

No branches or pull requests

2 participants