-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Comments
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. |
Implemented in 17a3048 Will be in the next release :) |
No-Intro's "Redump Custom DATs" use yet another format ( |
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. |
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. |
Decided to work on this, currently only decompression is implemented: https://docs.rs/wux (along with a CLI: https://crates.io/crates/wux-cli) |
With GROUP_SUBSYSTEMS set to true, csos in the
Non-Redump - Sony - Playstation Portable
dat, don't go toSony - Playstation Portable
as they should, but instead toNon-Redump - Sony - Playstation Portable
.I'm using oxyromon 0.16.0, on Gentoo Linux.
The text was updated successfully, but these errors were encountered: