A tool for LittleBigPlanet that patches the server urls to a custom url.
Find a file
2022-02-19 13:27:21 +00:00
.github/workflows Use proper platform for linux builds 2021-11-29 20:59:28 -05:00
.idea/.idea.UnionPatcher/.idea Specify --self-contained when building for Windows 2021-11-29 20:47:23 -05:00
UnionPatcher Fix syntax error 2022-02-15 17:08:09 -05:00
UnionPatcher.Gui Target .NET 6.0 2021-11-29 20:43:20 -05:00
UnionPatcher.Gui.Linux Target .NET 6.0 2021-11-29 20:43:20 -05:00
UnionPatcher.Gui.MacOS Target .NET 6.0 2021-11-29 20:43:20 -05:00
UnionPatcher.Gui.Windows Target .NET 6.0 2021-11-29 20:43:20 -05:00
.gitignore Initial Commit 2021-10-17 23:16:24 -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 Better formatting of download instructions 2022-02-19 13:27:21 +00:00
UnionPatcher.sln pain 2021-10-28 15:54:49 -04:00
UnionPatcher.sln.DotSettings Add LBP Beta, LBP Vita, and LBP Vita Beta URLs 2021-11-29 21:06:04 -05:00
UnionPatcher.sln.DotSettings.user Target .NET 6.0 2021-11-29 20:43:20 -05:00

UnionPatcher

A commandline tool that will take the official EBOOT of a LittleBIGPlanet title and replace the server URLs with the ones specified

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
  • Basic commandline knowledge

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