A tool for LittleBigPlanet that patches the server urls to a custom url.
Find a file
Zaprit c45b9ec37e
Remove macOS staging directory requirement, and update to .NET 8.0 (#41)
* Code cleanup and update to .NET 8

* Fix macOS requiring staging directory to be selected.
Also places eboots on Desktop on macos, to avoid them being inside the app bundle.

* Fix keys discovery on mac

* Removed debug logging, made GetExecutablePath more robust.

* Created a script for building on mac, as creating a universal binary is somewhat involved

* Update UnionPatcher.Gui/Forms/ModeSelectionForm.cs

Co-authored-by: sudokoko <koko@sudokoko.xyz>

* Apply suggestions from code review

Co-authored-by: Josh <josh@slendy.pw>

---------

Co-authored-by: sudokoko <koko@sudokoko.xyz>
Co-authored-by: Josh <josh@slendy.pw>
2024-01-19 00:05:42 +00:00
.github/workflows Remove macOS staging directory requirement, and update to .NET 8.0 (#41) 2024-01-19 00:05:42 +00:00
.idea/.idea.UnionPatcher/.idea Add shell script to build all UP versions 2022-07-28 17:06:56 -04:00
UnionPatcher Remove macOS staging directory requirement, and update to .NET 8.0 (#41) 2024-01-19 00:05:42 +00:00
UnionPatcher.Cli Remove macOS staging directory requirement, and update to .NET 8.0 (#41) 2024-01-19 00:05:42 +00:00
UnionPatcher.Gui Remove macOS staging directory requirement, and update to .NET 8.0 (#41) 2024-01-19 00:05:42 +00:00
UnionPatcher.Gui.Linux Remove macOS staging directory requirement, and update to .NET 8.0 (#41) 2024-01-19 00:05:42 +00:00
UnionPatcher.Gui.MacOS Remove macOS staging directory requirement, and update to .NET 8.0 (#41) 2024-01-19 00:05:42 +00:00
UnionPatcher.Gui.Windows Remove macOS staging directory requirement, and update to .NET 8.0 (#41) 2024-01-19 00:05:42 +00:00
.gitignore Merge remote-tracking branch 'origin/master' 2022-07-28 17:07:17 -04:00
build-all.sh Remove macOS staging directory requirement, and update to .NET 8.0 (#41) 2024-01-19 00:05:42 +00:00
build-mac.sh Remove macOS staging directory requirement, and update to .NET 8.0 (#41) 2024-01-19 00:05:42 +00: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