/bayonetta_patch

A patching infrastructure for bayonetta.

Primary LanguageCBSD 2-Clause "Simplified" LicenseBSD-2-Clause

bayonetta_patch

A patching infrastructure for bayonetta.

install

pip install setuptools --upgrade
pip install lief
pip install pyyaml
git clone https://github.com/Kerilk/bayonetta_patch.git
cp "PATH_TO_BAYONETTA.exe" bayonetta_patch/
cd bayonetta_patch
make
cp out/Bayonetta.exe "PATH_TO_BAYONETTA.exe"

install from archive

Extract in the Bayonetta install directory and run the bayo_patch.bat file.

Thanks https://github.com/cnSchwarzer/bsdiff-win/ for porting the bsdiff tool to windows.