Skip to content

Fix param.sfo for carts

Cinnamoni edited this page Aug 5, 2016 · 2 revisions

Fix param.sfo for carts (undubbed games)

Get HxD or any other HEX-editor. Get your param.sfo from your decrypted game dump which you want to launch. Open param.sfo in the HEX-editor and search for "TITLE_ID.VERSION" what follows is usually 01.00 or maybe something higher.

Which should be 30 31 2E 30 30 in our case (01.00). Edit the last 30 to 31 and save the file.

Anything that makes the number higher is probably okay though.

Use the sce_sys from moleculeshell as a base. Put icon0.png from your dumped game's sce_sys into moleculeshell's sce_sys overwriting it. Then put the edited param.sfo into molemoleculeshell's sce_sys and overwrite that one too.

You now have a sce_sys which you should copy to your ux0:patch[TITLEID]\

You can now launch the physical cartridge with your modded stuff.

Clone this wiki locally