A tool for LittleBigPlanet that patches the server urls to a custom url.
Find a file
jvyden 447ca7b4a5
Merge UnionRemotePatcher into UnionPatcher
Squashed commit of the following:

commit db54f752b1a7d876c8e8ac23f64fac0e133c6c42
Author: jvyden <jvyden@jvyden.xyz>
Date:   Tue Jun 14 21:50:24 2022 -0400

    Fix warnings in Program.cs, remove version

commit abab75e00a9fa5c762669365a130025b7fa28522
Author: jvyden <jvyden@jvyden.xyz>
Date:   Tue Jun 14 21:45:08 2022 -0400

    Enforce file-scoped namespaces

commit d004b8dd77546b0dedc572bc3e7849677a707697
Author: jvyden <jvyden@jvyden.xyz>
Date:   Tue Jun 14 21:43:53 2022 -0400

    Cleanup remote patching

commit d611df7e2e5ad86466acb3fe95b835e5df3efa38
Author: jvyden <jvyden@jvyden.xyz>
Date:   Tue Jun 14 21:25:57 2022 -0400

    Theoretically working state

commit 18b362e268d800bac3c6fa5c3ae0c0b896627648
Author: jvyden <jvyden@jvyden.xyz>
Date:   Tue Jun 14 21:10:58 2022 -0400

    Import code from UnionRemotePatcher

Co-authored-by: Logan Lowe <loganr.lowe@gmail.com>
2022-06-14 21:55:07 -04:00
.github/workflows Don't build self-contained for runtime for Windows 2022-06-04 18:17:37 -04:00
.idea/.idea.UnionPatcher/.idea Add more validation to patcher 2022-06-14 03:10:33 -04:00
UnionPatcher Merge UnionRemotePatcher into UnionPatcher 2022-06-14 21:55:07 -04:00
UnionPatcher.Cli Merge UnionRemotePatcher into UnionPatcher 2022-06-14 21:55:07 -04:00
UnionPatcher.Gui Merge UnionRemotePatcher into UnionPatcher 2022-06-14 21:55:07 -04:00
UnionPatcher.Gui.Linux Use file-scoped namespaces 2022-06-14 21:01:29 -04:00
UnionPatcher.Gui.MacOS Use file-scoped namespaces 2022-06-14 21:01:29 -04:00
UnionPatcher.Gui.Windows Use file-scoped namespaces 2022-06-14 21:01:29 -04:00
.gitignore Merge UnionRemotePatcher into UnionPatcher 2022-06-14 21:55:07 -04:00
global.json Initial Commit 2021-10-17 23:16:24 -04:00
LICENSE Add GPLv3 2021-10-18 15:23:25 -04:00
README.md Removed commandline references 2022-02-19 19:52:37 +00:00
UnionPatcher.sln Add more validation to patcher 2022-06-14 03:10:33 -04:00
UnionPatcher.sln.DotSettings Merge UnionRemotePatcher into UnionPatcher 2022-06-14 21:55:07 -04:00
UnionPatcher.sln.DotSettings.user Target .NET 6.0 2021-11-29 20:43:20 -05:00

UnionPatcher

A tool that will take the official EBOOT of a LittleBIGPlanet title and replace the server URLs with a custom one

Prerequisites

  • For running the console application, you will need the .NET 6 Runtime
  • You will need to know the server URL you wish to use

Getting the latest build

  1. Access the CI builds for UnionPatcher
  2. In the "workflow runs" grid, select the first in the list with a green check mark (✔️)
  3. Scroll to the bottom of this build and find the correct zip for your platform

Building manually (Required for MacOS)

You will need the .NET 6 SDK

git clone https://github.com/LBPUnion/UnionPatcher
cd UnionPatcher
dotnet build UnionPatcher.sln
#Running
cd UnionPatcher/bin/Debug/net6.0/
./LBPUnion.UnionPatcher