modify New Super Mario Bros. Wii, Mario Kart Wii, Kirby's Adventure Wii, Tokyo Mirage Sessions #FE, Pokemon X/Y, Pokemon OR/AS, Bravely Second
Go to file
Christopher Roy Bratusek 5c4353238e fixup using UNP_EXTRA_ARGS
2016-08-04 18:19:57 +02:00
data fixup HANS data files mixup 2016-08-03 21:02:00 +02:00
debian debian/changelog 2016-07-27 18:36:01 +02:00
override update szs to 1.52 2016-07-03 13:09:59 +02:00
patches updated ESBW patch (dmm) 2013-07-14 18:40:25 +02:00
script.d fixup using UNP_EXTRA_ARGS 2016-08-04 18:19:57 +02:00
server add server files 2016-05-16 16:52:32 +02:00
tools fixup filename derp 2016-07-27 17:43:28 +02:00
ChangeLog improve documentation 2016-08-04 17:36:58 +02:00
LICENSE LICENSE README 2013-06-13 20:15:28 +02:00
LICENSE.EXTRA LICENSE.EXTRA 2013-06-20 21:25:49 +02:00
Makefile update Makefile 2014-05-18 09:02:11 +02:00
patchimage.sh - make the script more robust against directories with spaces in their names 2016-08-03 22:20:17 +02:00
README improve documentation 2016-08-04 17:36:58 +02:00
README.CMD_OPTS update README.CMD_OPTS 2016-07-01 22:09:24 +02:00
README.EXIT_CODES docs 2016-07-26 23:18:34 +02:00
README.GAMEIDS improve documentation 2016-08-04 17:36:58 +02:00
README.RC update README files 2016-08-02 22:21:17 +02:00
README.STATUS_CODES update README files 2016-08-02 22:21:17 +02:00

Based on DMMs and Wiimms excellent work, I've created a flexible patchscript
for GNU/Linux. Additionally to applying riivolution patches to Wii games, it
also allows patching 3DS games and Wii U games.

features include:
 - downloading riivolution files or patches
 - downloading soundtracks (if available)
 - downloading custom banners for Wii games (if available)
 - downloading covers for Wii games (if available)
 - automatic storing of patched games into desired destination (see README.RC)
 - automatic patching of Wii games, 3DS games, Wii U games

NOTE: don't fiddle around with sub-folders in riivolution-files, the script uses
files as "unzip" creates them. No need to modify anything.

You need the original games to do this legally, if you don't own the original,
you can't blame me. patchimage is 100% legal, as it does not contain any
propritary contents, nor is able to grab them.

patchimage supports the following base games:
	* New Super Mario Bros. Wii
	* Kirby's Adventure Wii
	* Mario Kart Wii
	* Tokyo Mirage Sessions #FE
	* Pokemon X
	* Pokemon Y
	* Pokemon Omega Ruby
	* Pokemon Alpha Sapphire
	* Bravely Second

More information:
	* supported game modifcations, search paths and expecte file names
		see README.GAMEIDS
	* supported commandline flags
		see README.CMD_OPTS
	* configuration file example
		see README.RC
	* status code while processing
		see README.STATUS_CODES
	* exit codes (for debugging)
		see README.EXIT_CODES

Example usages:

	Newer Super Mario Bros Wii
	$ patchimage --game=NewerSMBW --iso=/home/test/SMNP01.iso --download

	Zelda: Parallel Worlds
	$ patchimage --game=ParallelWorlds --rom=/home/test/ALTTP.smc --download

	Toyko Mirage Sessions #FE Restoration
	$ patchimage --game=TMSFE --xdelta=/home/test/xdelta/ --cpk=/home/test/ASEP01/content/Pack/

License: GNU GPLv3
Extra Licenses:
> applyppf3	as-is
> xml patches	as-is
> other tools	GNU GPL v2 / GNU GPL v3