From 3115fa22d84783d32fa9e840962b8c5e2c91367e Mon Sep 17 00:00:00 2001 From: CommandGenius <83155590+CommandGenius@users.noreply.github.com> Date: Tue, 18 Jan 2022 16:30:23 -0500 Subject: [PATCH] [skip ci] Fix the formatting im so sorry I promise this will be the last pull request --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d759c57a..e1836621 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,17 @@ Lighthouse is running, the game should now connect. ### LittleBigPlanet 1 -For LittleBigPlanet 1 to work with RPCS3, follow the steps for LittleBigPlanet 2. First, open your favourite hex editor. We recommend [HxD](https://mh-nexus.de/downloads/HxDSetup.zip). Once you have a hex editor open, open your `EBOOTlocalhost.elf` file and search for the hex values `73 63 65 4E 70 43 6F 6D 6D 65 72 63 65 32`. In HxD, this would be done by clicking on Search -> Replace, clicking on the `Hex-values` tab, and entering the hex there. Then, you can zero it out by replacing it with `00 00 00 00 00 00 00 00 00 00 00 00 00 00`. What this does is remove all the references to the sceNpCommerce2 function. The function is used for purchasing DLC, which is impossible on Lighthouse. The reason why it must be patched out is because RPCS3 doesn't support the function at this moment. Then save the file, and your LBP1 EBOOT can now be used with RPCS3. +For LittleBigPlanet 1 to work with RPCS3, follow the steps for LittleBigPlanet 2. + +First, open your favourite hex editor. We recommend [HxD](https://mh-nexus.de/downloads/HxDSetup.zip). + +Once you have a hex editor open, open your `EBOOTlocalhost.elf` file and search for the hex values `73 63 65 4E 70 43 6F 6D 6D 65 72 63 65 32`. In HxD, this would be done by clicking on Search -> Replace, clicking on the `Hex-values` tab, and entering the hex there. + +Then, you can zero it out by replacing it with `00 00 00 00 00 00 00 00 00 00 00 00 00 00`. + +What this does is remove all the references to the sceNpCommerce2 function. The function is used for purchasing DLC, which is impossible on Lighthouse. The reason why it must be patched out is because RPCS3 doesn't support the function at this moment. + +Then save the file, and your LBP1 EBOOT can now be used with RPCS3. Finally, take a break. Chances are that took a while.