-
Notifications
You must be signed in to change notification settings - Fork 89
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
Xbox 360 functionality #28
Comments
Please don't remove. This is the only tool I use on Linux for 360 iso management. a.f.a.i.k there are no other options. There is exiso, by somski and its GUI, but that is only extract-xiso, with his patches, and those are backported to extract-xiso (a.f.a.i.k). case sensitivity could be fixed with strcasestr(). Mind you this is a non standard function, and could break windows build. and do a :
|
(This is my personal opinion, other XboxDev maintainers might disagree)
I don't follow the 360 scene but I'd imagine that there are other tools, too. Even then you'd rarely need this as the 360 scene had better dumping standards. So what do you actually use this tool for? What's your use-case? Also note that we'll probably ditch extract-xiso or do some major refactors to solve these problems (which already existed in the original version):
On top of that we also never became an upstream for extract-xiso (which is probably good due to issues described in the first post). If you feel like maintaining an XISO tool I'd suggest to fork extract-xiso (ours or another one) and fix these critical issues. I don't mind having a new upstream for this tool (potentially with 360 support).
It's not that we don't know how to fix it: we just have no motivation to do it. XboxDev is an organization for original Xbox. We don't care for 360. For original Xbox, we have very few use-cases:
Note that with extract-xiso:
...so it doesn't do any of these tasks properly. So expect refactors after complexity reduction, or different tools. This "$SystemUpdate" feature is a dirty hack in my opinion (against UNIX Philosophy and unecessary + poorly implemented). Maintaining this spaghetti code is hard enough as is - so any reduction in complexity would help to carry on with this codebase. Without a reduction of complexity I assume that this codebase will be replaced by something else entirely (and because of XboxDev roots, it almost certainly won't support 360 discs). |
Hi, its 2023, whats the status of the tool for xbox360 images? |
Same here |
As JayFoxRox said above, XboxDev organization is focused exclusively on the original Xbox. We don't intend to support this tool, or others, for use on Xbox 360 media. Moreover, we will likely stop supporting the tool altogether now that we have alternatives. |
There's some Xbox 360 functionality.
We have to decide wether we want to keep these parts:
Unless it affects original Xbox, I feel that we should remove features.
Removing these features will probably prevent some users from switching to our fork, but we never test these features anyway (so they might be broken). I'd also assume that there's better tools for Xbox 360.
One negative aspect is that we might have to rebrand our fork: There's already extract-xiso in some distributions, and I doubt they'd allow 2 versions of the same tool. We couldn't replace the original tool anymore as people might depend on the 360 functionality.
If we keep these features, we could take-over those packages - the upstream hasn't been updated in more than 5 years and tickets remain unanswered.
The text was updated successfully, but these errors were encountered: