1
1
Fork
You've already forked ips-patcher
0
A simple IPS patcher written in Hy
  • Hy 59.2%
  • Python 40.8%
Find a file
Reiddragon fe676f3b5a Added a Python version of the patcher
The Python version is resulted from hy2py, cleaned up of any junk Hy
creates that isn't actually needed, but the code is still quite ugly
considering the translation
2024年01月07日 20:55:01 +02:00
ips-patcher.hy renamed EMPTY-RECORD to RECORD 2023年03月05日 17:07:49 +02:00
ips_patcher.py Added a Python version of the patcher 2024年01月07日 20:55:01 +02:00
LICENSE Initial commit 2023年02月10日 22:20:14 +00:00
README.md Added a list of dependencies 2023年02月20日 17:05:54 +02:00

ips-patcher.hy

A simple IPS patcher written in Hy

Dependencies

The patcher relies on Python 3.10 or higher, and Hy

Usage

Simply run the patcher from the command line, providing it with a ROM file to patch and an IPS file containing the patches. Optionally you can provide the path where to save the resulting ROM file. If the path for the output file is ommited, the resulting file will be named [original rom name] - [IPS name].[original ROM extension]

$ ips-patcher <path/to/ROM> <path/to/IPS> [<path/to/output>]