More actions
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
| image = https://dlhb.gamebrew.org/3dshomebrew/IPSMergertool.jpg|250px | | image = https://dlhb.gamebrew.org/3dshomebrew/IPSMergertool.jpg|250px | ||
| type = PC Utilities | | type = PC Utilities | ||
| version= | | version=2017 | ||
| lastupdated = 2017/06/06 | | lastupdated = 2017/06/06 | ||
| licence = Mixed | | licence = Mixed | ||
Line 13: | Line 13: | ||
<youtube>uXu-dHnTiJA</youtube> | <youtube>uXu-dHnTiJA</youtube> | ||
just a simple tool... | |||
I made this because I'm too lazy to get my code.bin file and use SUMO IPS | |||
it will work with any .IPS patches for any game. | it will work with any .IPS patches for any game. | ||
works great with the IPS patches from [https://gbatemp.net/threads/batch-tool-to-generate-ips-patches-for-pkmn-su-mo.452178/ this post] (pkmn sun/moon! ;P) | works great with the IPS patches from [https://gbatemp.net/threads/batch-tool-to-generate-ips-patches-for-pkmn-su-mo.452178/ this post] (pkmn sun/moon! ;P) | ||
coded in Java so should work on any OS. | coded in Java so should work on any OS. | ||
Usage: | ==Usage:== | ||
java -jar IPSMerge file1.ips file2.ips ... etc | java -jar IPSMerge file1.ips file2.ips ... etc | ||
it'll spit out code.ips (previous, if any exist will be overwritten without prompt!) | 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! |
Revision as of 03:08, 20 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
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!