patchimage/README

60 lines
1.9 KiB
Plaintext
Raw Normal View History

2016-08-04 17:36:58 +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
2014-05-16 20:39:01 +02:00
2013-10-12 10:37:29 +02:00
More information:
2016-08-04 17:36:58 +02:00
* 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
2013-07-02 20:56:35 +02:00
2016-08-04 17:36:58 +02:00
Example usages:
2013-07-02 20:56:35 +02:00
2016-08-04 17:36:58 +02:00
Newer Super Mario Bros Wii
$ patchimage --game=NewerSMBW --iso=/home/test/SMNP01.iso --download
2013-07-02 20:56:35 +02:00
2016-08-04 17:36:58 +02:00
Zelda: Parallel Worlds
$ patchimage --game=ParallelWorlds --rom=/home/test/ALTTP.smc --download
2013-07-02 20:56:35 +02:00
2016-08-04 17:36:58 +02:00
Toyko Mirage Sessions #FE Restoration
2016-08-04 18:30:06 +02:00
$ patchimage --game=TMSFE --xdelta=/home/test/xdelta/ \
--cpk=/home/test/ASEP01/content/Pack/
2013-07-02 20:56:35 +02:00
License: GNU GPLv3
Extra Licenses:
2016-08-04 17:36:58 +02:00
> applyppf3 as-is
> xml patches as-is
> other tools GNU GPL v2 / GNU GPL v3