apollo-psp icon indicating copy to clipboard operation
apollo-psp copied to clipboard

Add ARK cfw support to dumper plugin installer

Open bucanero opened this issue 1 year ago • 5 comments

As reported on Discord, ARK uses 1 file for all plugins (plugins.txt). its csv i.e:

vsh, ms0:/seplugins/cxmb/cxmb.prx, on

A quick patch would be to check if plugins.txt exists, then use it and assume ARK cfw; if not, then go with regular game.txt

bucanero avatar Apr 21 '23 11:04 bucanero

Update for you:

We have this as well for multiple games to be using the same plugin.

ULUS10041 ULES00502, ms0:/seplugins/cheatdevice_remastered.prx, on

krazynez avatar Apr 21 '23 12:04 krazynez

A quick patch would be to check if plugins.txt exists, then use it and assume ARK cfw it is not a proper way detecting ARK CFW

Demonic098 avatar Apr 21 '23 12:04 Demonic098

A quick patch would be to check if plugins.txt exists, then use it and assume ARK cfw it is not a proper way detecting ARK CFW

can you provide a better way to detect ARK?

bucanero avatar Apr 21 '23 12:04 bucanero

better ask @Acid_Snake https://discord.gg/Zu3RJAUu

Demonic098 avatar Apr 21 '23 13:04 Demonic098

Per Acid: There are multiple ways however these seem the best fit.

If you have kernel level access: scan for the compat layer or arkconfig function. usermode access : try to call getarkconfig and check for the magic number.

krazynez avatar Apr 21 '23 13:04 krazynez