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

[Issue] GROUP_SUBSYSTEMS not-working for No-Intro's Non-Redump - Sony - Playstation Portable #94

Open
monyarm opened this issue Aug 12, 2023 · 6 comments
Labels
enhancement New feature or request

Comments

@monyarm
Copy link

monyarm commented Aug 12, 2023

With GROUP_SUBSYSTEMS set to true, csos in the Non-Redump - Sony - Playstation Portable dat, don't go to Sony - Playstation Portable as they should, but instead to Non-Redump - Sony - Playstation Portable.

I'm using oxyromon 0.16.0, on Gentoo Linux.

@alucryd
Copy link
Owner

alucryd commented Aug 15, 2023

Yeah, grouping subsystems only works for suffixes right now, not prefixes. I don't know why no-intro went for a prefix in this case, but in order to make that one work I'll need to handle it as a special case.

@alucryd
Copy link
Owner

alucryd commented Aug 28, 2023

Implemented in 17a3048

Will be in the next release :)

@leo60228
Copy link
Contributor

No-Intro's "Redump Custom DATs" use yet another format (Nintendo - Wii U - WUX). I'm not sure if there's a good way to handle them without special-casing.

@leo60228
Copy link
Contributor

Arguably, the need for them should be sidestepped by adding WUX support to oxyromon, though. I might do that, but the WUX CLI tool doesn't have macOS/Linux support or a listed license.

@alucryd
Copy link
Owner

alucryd commented Oct 29, 2023

Wii U is on my TODO list indeed :) I dumped my games as WUA a while ago, and I'm definitely interested in supporting WUX. If the WUX format isn't too complicated, making a rust lib for it could be a fun weekend project.

@leo60228
Copy link
Contributor

leo60228 commented Nov 3, 2023

If the WUX format isn't too complicated, making a rust lib for it could be a fun weekend project.

Decided to work on this, currently only decompression is implemented: https://docs.rs/wux (along with a CLI: https://crates.io/crates/wux-cli)

@alucryd alucryd added the enhancement New feature or request label Feb 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants