An open API service indexing awesome lists of open source software.

https://github.com/minecraft-3ds-community/ips-patch-tool

A GUI with a simple design meant for multiple operations relating to IPS Patches.
https://github.com/minecraft-3ds-community/ips-patch-tool

game-patch game-patches ips ips-patch ips-patches patch patches python3 tool

Last synced: 9 months ago
JSON representation

A GUI with a simple design meant for multiple operations relating to IPS Patches.

Awesome Lists containing this project

README

          

# IPS-Patch-Combiner
- A GUI for IPS Patches, and Management of ROMHACKS.
- Patch ROMS, Create, Combine/Merge, and Parse your ROM Patches.
- Download Compiled Binary [Here](https://github.com/Minecraft-3DS-Community/IPS-Patch-Tool/releases/download/v1.0/IPS-Patch-Tool.exe).

## GUI-Usage:
- Install customtkinter with `pip install customtkinter`.
- Run the `gui.pyw` file, and select as many patches as you want to combine.

### CLI-Usage:
- Takes an unlimited amount of patches and combines them into one patch.
- Run the `cli.py` with the following arguments.
```
py main.py [patch1] [patch2] [patch3] [patch3] ... ...
```


## Image Gallery:
![image](https://github.com/user-attachments/assets/cab1fc19-fd43-4e33-85b5-b88412af8afe)
![image](https://github.com/user-attachments/assets/2e604488-7825-4b3d-809a-6fbe059e116c)
![image](https://github.com/user-attachments/assets/ad35bdd7-915b-494a-bb1d-54e7ce12c607)