mirror of
https://github.com/LBPUnion/UnionPatcher.git
synced 2025-04-25 14:05:18 +00:00
Merge pull request #6 from 505e06b2/master
Add build instructions to Readme
This commit is contained in:
commit
07880be045
1 changed files with 21 additions and 4 deletions
25
README.md
25
README.md
|
@ -1,7 +1,24 @@
|
||||||
# UnionPatcher
|
# UnionPatcher
|
||||||
|
|
||||||
A tool for LittleBigPlanet that patches the server urls to a custom url.
|
A tool that will take the official EBOOT of a LittleBIGPlanet title and replace the server URLs with a custom one
|
||||||
|
|
||||||
# Downloading
|
## Prerequisites
|
||||||
You can download UnionPatcher by going [here](https://github.com/LBPUnion/UnionPatcher/actions), clicking the top link, and choosing a download for your platform at the bottom.
|
* For running the console application, you will need the [.NET 6 Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/6.0/runtime?utm_source=getdotnetcore&utm_medium=referral)
|
||||||
Mac will have to be self-compiled for now, but it does work.
|
* You will need to know the server URL you wish to use
|
||||||
|
|
||||||
|
## Getting the latest build
|
||||||
|
1. Access the [CI builds for UnionPatcher](https://github.com/LBPUnion/UnionPatcher/actions)
|
||||||
|
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](https://dotnet.microsoft.com/en-us/download/dotnet/6.0)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git clone https://github.com/LBPUnion/UnionPatcher
|
||||||
|
cd UnionPatcher
|
||||||
|
dotnet build UnionPatcher.sln
|
||||||
|
#Running
|
||||||
|
cd UnionPatcher/bin/Debug/net6.0/
|
||||||
|
./LBPUnion.UnionPatcher
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue