Open-PS2-Loader icon indicating copy to clipboard operation
Open-PS2-Loader copied to clipboard

[FR] VMC with CIV like sd2psx

Open hardlevel opened this issue 1 year ago • 6 comments

Checks

Describe the FR

Some games have problems with OPL's vmc, like Resident Evil 4.

Maybe these problems can be solve if the VMC have the CIV data. I know the CIV is copyrighted, so... What if OPL look for CIV file generated by the user, and if the file is found and have the corrrect HEX, apply it to the VMC?

Describe the solution you'd like

Apply CIV from file on root of usb to the VMC file when it is being created by OPL

Describe alternatives you've considered

Instead of looking for a file, a text input on vmc settings to include the hex manually

Additional context

No response

hardlevel avatar Apr 02 '24 15:04 hardlevel

Checks

Describe the FR

Some games have problems with OPL's vmc, like Resident Evil 4.

Maybe these problems can be solve if the VMC have the CIV data. I know the CIV is copyrighted, so... What if OPL look for CIV file generated by the user, and if the file is found and have the corrrect HEX, apply it to the VMC?

Describe the solution you'd like

Apply CIV from file on root of usb to the VMC file when it is being created by OPL

Describe alternatives you've considered

Instead of looking for a file, a text input on vmc settings to include the hex manually

Additional context

No response

The CIV (Challenge IV) is part of the magicgate technology, yes. but if I understood correctly from what I've read from SD2PSX firmware, CIV is used to formulate the responses for the card authentication commands.

RE4 calls security commands related to the Card ID tho. I dont think CIV will help there...

israpps avatar Apr 05 '24 14:04 israpps

pcsx2 creates virtual memory cards, but doesn´t have this problem, I think that the problem is the way of vmc is created, something is missing

I tried to make a copy of my official 8mb mc with MC Annihilator, but OPL fails to start the game using this image as vmc

If opl could use vmc from pcsx2, sd2psx and memcard pro 2, I think it can solve the problem

hardlevel avatar Apr 05 '24 16:04 hardlevel

pcsx2 creates virtual memory cards, but doesn´t have this problem, I think that the problem is the way of vmc is created, something is missing

I tried to make a copy of my official 8mb mc with MC Annihilator, but OPL fails to start the game using this image as vmc

If opl could use vmc from pcsx2, sd2psx and memcard pro 2, I think it can solve the problem

theres one difference. PCSX2 is emulating the mechacon and all the other hardware. they can deal with these issues in a very different way

israpps avatar Apr 05 '24 16:04 israpps

so what if using the vmc created by sd2psx or memcard pro 2?

hardlevel avatar Apr 05 '24 16:04 hardlevel

so what if using the vmc created by sd2psx or memcard pro 2?

I don't think it will help, the MC id is not on the card data, it's something the mc controller sends as a response for a command emitted by the SECRMAN driver

israpps avatar Apr 05 '24 16:04 israpps

@hardlevel, check out this and this.

10522 avatar Apr 12 '24 00:04 10522