PPF Patching
Jump to navigation
Jump to search
The PlayStation Patch Format (PPF) is a popular way to share translation hacks and other game modifications specifically for the PlayStation.
Installation
git clone https://github.com/meunierd/ppf cd ppf/ppfdev/applyppf_src gcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE applyppf3_linux.c -o applyppf3 sudo cp applyppf3 /usr/local/bin
Usage
applyppf3 a game.bin patch.ppf