cps-patcher
v1.0.1
Published
CLI to apply BPS patchers to ROM files
Downloads
1
Readme
cps-cli
A nodejs version of https://media.smwcentral.net/Alcaro/bps/ It's used to apply .bps patches to ROM files.
Install
$ npm i cps-patcher
Usage
$ cps rom-file.ext patch-file.bps
It will create a patch-file-patched.ext
with the patched ROM.
You also can use it to create multi patched ROMs at the same time:
$ cps rom-file.ext patch-file.bps anotherpatch.bps anotherone.bps
It will create patch-file-patched.ext
anotherpatch-patched.ext
anotherone-patched.ext
.
Credits
It is a shamelees copy of https://media.smwcentral.net/Alcaro/bps/, all credits to the original creator.
License
You may do whatever you want with this, except blame the author if anything goes wrong.