A tool for LittleBigPlanet that patches the server urls to a custom url.
Find a file
Dagg 7d77decf17
Swap out the custom message boxes with the stock Eto MessageBox (#29)
* Use regex to discover existing server urls

- Supports LBP PSP and PS3
- Hardcoded length limit, will fix soonTM

* Get maximum length for server URL from EBOOT

* Potential fix for LBP3
- Matches all but NULL instead of just all

* Potentially extend maximum length
Thanks slendy

* Leave a NULL character of padding

* Use stock eto message boxes instead of custom.

* Use Information message box type
Ding may be strange but this process takes a while sometimes
2022-11-02 13:26:15 -06: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 shell script to build all UP versions 2022-07-28 17:06:56 -04:00
UnionPatcher Added regex matching to find index of LBP server URLs (#27) 2022-09-13 17:15:04 -05:00
UnionPatcher.Cli Add application icon, build shit correctly 2022-06-14 22:08:11 -04:00
UnionPatcher.Gui Swap out the custom message boxes with the stock Eto MessageBox (#29) 2022-11-02 13:26:15 -06:00
UnionPatcher.Gui.Linux Update Eto.Forms and add arm64 macOS build support (#22) 2022-07-25 14:31:48 -04:00
UnionPatcher.Gui.MacOS Update Eto.Forms and add arm64 macOS build support (#22) 2022-07-25 14:31:48 -04:00
UnionPatcher.Gui.Windows Add shell script to build all UP versions 2022-07-28 17:06:56 -04:00
.gitignore Merge remote-tracking branch 'origin/master' 2022-07-28 17:07:17 -04:00
build-all.sh Make zip function recursive when building 2022-08-06 13:49:27 -04:00
global.json Update Eto.Forms and add arm64 macOS build support (#22) 2022-07-25 14:31:48 -04:00
LICENSE Add GPLv3 2021-10-18 15:23:25 -04:00
README.md [skip ci] Update obtaining build guide 2022-06-14 22:26:12 -04: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

You can obtain UnionPatcher builds via GitHub releases: https://github.com/LBPUnion/UnionPatcher/releases

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