mirror of
https://github.com/LBPUnion/UnionPatcher.git
synced 2025-09-24 17:58:33 +00:00
A tool for LittleBigPlanet that patches the server urls to a custom url.
When a new sub form is opened, the main form's ``Close()`` method is called, which halts the entire application on Windows. Instead, we create an instance of the sub form, and bind its ``Closed`` event to an event handler that will halt the entire application. We can then hide the main form, rather than closing it completely, which resolves the issue and allows the app to run as intended. |
||
---|---|---|
.github/workflows | ||
.idea/.idea.UnionPatcher/.idea | ||
UnionPatcher | ||
UnionPatcher.Cli | ||
UnionPatcher.Gui | ||
UnionPatcher.Gui.Linux | ||
UnionPatcher.Gui.MacOS | ||
UnionPatcher.Gui.Windows | ||
.gitignore | ||
global.json | ||
LICENSE | ||
README.md | ||
UnionPatcher.sln | ||
UnionPatcher.sln.DotSettings | ||
UnionPatcher.sln.DotSettings.user |
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