More actions
(Created page with "{{Infobox 3DS homebrew | title = IPS Merger tool | image = https://dlhb.gamebrew.org/3dshomebrew/IPSMergertool.jpg|250px | type = PC Utilities | version = | licence = Mixed |...") |
m (Text replacement - "Infobox 3DS homebrew" to "Infobox-3DS-Homebrews") |
||
Line 1: | Line 1: | ||
{{Infobox 3DS | {{Infobox-3DS-Homebrews | ||
| title = IPS Merger tool | | title = IPS Merger tool | ||
| image = https://dlhb.gamebrew.org/3dshomebrew/IPSMergertool.jpg|250px | | image = https://dlhb.gamebrew.org/3dshomebrew/IPSMergertool.jpg|250px |
Revision as of 09:30, 6 September 2021
Template:Infobox-3DS-Homebrews
just a simple tool... I made this because I'm too lazy to get my code.bin file and use SUMO IPS Helper hehe it will work with any .IPS patches for any game. works great with the IPS patches from this post (pkmn sun/moon! ;P)
coded in Java so should work on any OS.
Usage:
java -jar IPSMerge file1.ips file2.ips ... etc
it'll spit out code.ips (previous, if any exist will be overwritten without prompt!) you can then just throw it in /luma/titles/"titleID"/ for your game :)
Hope it's of use to anyone :P