From d678837bf35e3868d38251a91d4acbf5dfcf4f0c Mon Sep 17 00:00:00 2001 From: PorkchopGMX <92129305+PorkchopGMX@users.noreply.github.com> Date: Sun, 25 Sep 2022 16:19:43 -0500 Subject: [PATCH 1/5] Update CONTRIBUTING.md Updates the Connecting section to reflect changes in how LBP3 connects to Lighthouse, + minor copyedit --- CONTRIBUTING.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d2da1519..31efafc2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,11 +17,10 @@ Once you've gotten MySQL running you can run Lighthouse. It will take care of th PS3 is difficult to set up, so I will be going over how to set up RPCS3 instead. A guide will be coming for PS3 closer to release. You can also follow this guide if you want to learn how to modify your EBOOT. -Start by getting a copy of LittleBigPlanet 1/2 installed. (Check the LittleBigPlanet 1 section, since you'll need to do +Start by getting a copy of LittleBigPlanet 1/2/3 installed. (Check the LittleBigPlanet 1 section, since you'll need to do extra steps for your game to not crash upon entering pod computer). -The game can be a digital copy (NPUA80472/NPUA80662) or a disc copy ( -BCUS98148/BCUS98245). +The game can be a digital copy (NPUA80472/NPUA80662/NPUA81116) or a disc copy (BCUS98148/BCUS98245/BCUS98362). Next, download [UnionPatcher](https://github.com/LBPUnion/UnionPatcher/). Binaries can be found by reading the `README.md` file. @@ -94,4 +93,4 @@ Keep in mind while running database tests (which most tests are) you need to hav You can access API documentation by looking at the XMLDoc in the controllers under `ProjectLighthouse.Controllers.Api` You can also access an interactive version by starting Lighthouse and accessing Swagger -at `http://localhost:10060/swagger/index.html`. \ No newline at end of file +at `http://localhost:10060/swagger/index.html`. From f15beb0ecdcc70cefb87467fbba3e094f6cfb0d4 Mon Sep 17 00:00:00 2001 From: PorkchopGMX <92129305+PorkchopGMX@users.noreply.github.com> Date: Sun, 25 Sep 2022 16:51:22 -0500 Subject: [PATCH 2/5] Update CONTRIBUTING.md Adds a guide for connecting on PS3 --- CONTRIBUTING.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 31efafc2..c592a4f2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,10 +12,13 @@ you will need to change this. Once you've gotten MySQL running you can run Lighthouse. It will take care of the rest. -## Connecting +## Connecting (PS3) -PS3 is difficult to set up, so I will be going over how to set up RPCS3 instead. A guide will be coming for PS3 closer -to release. You can also follow this guide if you want to learn how to modify your EBOOT. +You can use UnionRemotePatcher to manually patch your EBOOT.BIN, it works over the network and automatically downloads, decrypts, patches, encrypts, and uploads your PSN and Disc EBOOTs - https://pages.lbpunion.com/unionremotepatcher-guide. + +If you are using **RPCS3**, continue scrolling for the manual method. + +## Connecting (RPCS3) Start by getting a copy of LittleBigPlanet 1/2/3 installed. (Check the LittleBigPlanet 1 section, since you'll need to do extra steps for your game to not crash upon entering pod computer). @@ -43,7 +46,7 @@ To launch the game with the patched EBOOT, open up RPCS3, go to File, Boot SELF/ Assuming you patched the file correctly, the database is migrated, and Project Lighthouse is running, the game should now connect, and you may begin contributing! -### LittleBigPlanet 1 +### LittleBigPlanet 1 (RPCS3) For LittleBigPlanet 1 to work with RPCS3, follow the steps above normally. From 1d7a595699d52770bc4b8ca39757f4556d273f7e Mon Sep 17 00:00:00 2001 From: PorkchopGMX <92129305+PorkchopGMX@users.noreply.github.com> Date: Sun, 25 Sep 2022 17:10:33 -0500 Subject: [PATCH 3/5] Update CONTRIBUTING.md Formatting and copyediting (special thanks to dagg) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c592a4f2..948f8556 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,7 @@ Once you've gotten MySQL running you can run Lighthouse. It will take care of th ## Connecting (PS3) -You can use UnionRemotePatcher to manually patch your EBOOT.BIN, it works over the network and automatically downloads, decrypts, patches, encrypts, and uploads your PSN and Disc EBOOTs - https://pages.lbpunion.com/unionremotepatcher-guide. +You can use [UnionPatcher's Remote Patch utility](https://github.com/LBPUnion/UnionPatcher) to manually patch your EBOOT.BIN; it works over the network and automatically downloads, decrypts, patches, encrypts, and uploads your PSN and Disc EBOOTs. If you are using **RPCS3**, continue scrolling for the manual method. From 78159e9d5cc6c6220a0085068d4a34d619512e82 Mon Sep 17 00:00:00 2001 From: PorkchopGMX <92129305+PorkchopGMX@users.noreply.github.com> Date: Thu, 29 Sep 2022 19:51:38 -0500 Subject: [PATCH 4/5] Update CONTRIBUTING.md formatting and copyediting Co-authored-by: Josh --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 948f8556..f9441ae8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,7 +16,7 @@ Once you've gotten MySQL running you can run Lighthouse. It will take care of th You can use [UnionPatcher's Remote Patch utility](https://github.com/LBPUnion/UnionPatcher) to manually patch your EBOOT.BIN; it works over the network and automatically downloads, decrypts, patches, encrypts, and uploads your PSN and Disc EBOOTs. -If you are using **RPCS3**, continue scrolling for the manual method. +If you are not using a PS3, see [the RPCS3 section](#connecting-rpcs3) ## Connecting (RPCS3) From ebd7fc94de0e7592d8bf6b642fef18b82f588d20 Mon Sep 17 00:00:00 2001 From: PorkchopGMX <92129305+PorkchopGMX@users.noreply.github.com> Date: Thu, 29 Sep 2022 20:01:52 -0500 Subject: [PATCH 5/5] Update CONTRIBUTING.md copyedit --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f9441ae8..769f740a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,7 @@ Once you've gotten MySQL running you can run Lighthouse. It will take care of th ## Connecting (PS3) -You can use [UnionPatcher's Remote Patch utility](https://github.com/LBPUnion/UnionPatcher) to manually patch your EBOOT.BIN; it works over the network and automatically downloads, decrypts, patches, encrypts, and uploads your PSN and Disc EBOOTs. +You can use the Remote Patch utility in [UnionPatcher](https://github.com/LBPUnion/UnionPatcher) to manually patch your EBOOT.BIN; it works over the network and automatically downloads, decrypts, patches, encrypts, and uploads your PSN and Disc EBOOTs. If you are not using a PS3, see [the RPCS3 section](#connecting-rpcs3)