Utilities for IPS patch files
- Python 100%
| .gitignore | ||
| .python-version | ||
| ips-utils.py | ||
| ips-utils.spec | ||
| pyproject.toml | ||
| README.md | ||
| uv.lock | ||
IPS Utilities
Utility program to perform common operations with .ips patch files
https://codeberg.org/aquova/ips-utils
Features
- Apply a single .ips patch to a ROM file
- Verify whether a collection of .ips files are compatible, and won't overwrite the same section of game data
- Merge multiple .ips files together
Installation
Python
The only dependency is the PyQt6 Python library. You will need to use a package manager such as pip, uv, or your Linux package manager to install it.
For example, if you have uv installed, you can simply run the application via
$ uv run ips-utils.py
Windows
For Windows users, a pre-built .exe has been made available. Please check the most recent release.
Acknowledgements
Font is courtesy of the Hack Font
Special thanks to ZeroSoft for information regarding the IPS format