Skip to content

Metroynome/patch-creator

Repository files navigation

patch-creator

Takes advantage of the patch.bin file from Ratchet: Deadlocked or Ratchet: Gladiator and lets you insert your own code.

NOTE: Even though the PAL Prototype is in here, it doesn't load the patch.bin file when you enter multiplayer.

Build with docker

Clone Repo:

git clone https://github.com/Metroynome/patch-creator.git
cd patch-creator

Get PS2SDK via docker:

docker pull ps2dev/ps2dev:v1.2.0
docker run -it --rm -v "$PWD\:/src" ps2dev/ps2dev:v1.2.0
cd src
./docker-init.sh

Make it:

make clean && make

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published