A CLI tool to automate patching your EQ directory with the latest P99 patch set.
Clone the project and install either globally or in a virtual environment
pip install /path/to/py-eq-patcher
Other tools such as pipx or uv will allow you to install straight from Github.
To update the installation directory with the latest patch set, run
py-eq-patcher patch /path/to/eq
See full usage below
usage: py-eq-patcher [-h] [--version] [--dry-run] {patch} ...
Patch your P99 installation with the latest files
positional arguments:
{patch}
patch Patch command
options:
-h, --help show this help message and exit
--version Display version number
--dry-run Dry run mode. Does everything short of overwriting files