-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
PS2 Classic bin.enc filename Request #36
Comments
as a quick fix, I can change the behavior to create the ps2 classic file as so it would be: detecting the title ID inside the ISO would require new code to be added and tested... but if you name your file properly, Apollo could just use the filename |
Hi master, I see the title ID is on the offset 0x82A49-0x82A53 ISO game. |
that's valid for DVD .isos, but some ps2 games can be CD .isos, and in that case I think the offsets are different. If you can confirm with CD isos, that would help too. |
I've always wanted a quick way to find the game id in a ps2 iso, so i tried to find it at that offset in aggressive inline. I'm not that great with hex, but i know a bit. this is what i found; BASLUS-20327CEAIGAME 3C1D48D0-3C1D48E3 this is what i found at the offset LouisGarry mentioned. I also had an iso.bin.enc of that game, and I couldn't find either string at all. |
Some notes by @aldostools:
|
@aldostools I'd like it to have just the name with the title id only in the subtitle. |
@aldostools I just looked in the ps2config and webman game folders and didn't even find a config file for the game i tested. |
@retrosapien if you need support for webman mod, you'll have more chances if you post on psx-place.com forums, as I'm not sure if Aldos will be checking this messages here. |
@bucanero Thanks for looking out. For completeness ; |
this fix was added in 517dc4c Now in v1.6.0, PS2 classics are encrypted as |
Thanks. |
@bucanero, did you get inspiration for this request? |
no, this is not going to happen (at least from my side). If someone wants to contribute and open a PR, I can review it. |
Hi, hopefully the next version, to convert PS2, will be given 2 choices, ISO.BIN.ENC or title_id.BIN.ENC (sign _ not -).
Example: /dev_hdd0/PS2ISO/FFXII/SLUS_209.63.BIN.ENC
The reason is ISO.BIN.ENC does not support config from wMM.
Thank you.
The text was updated successfully, but these errors were encountered: