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 7cc29b4d0c - improved Tokyo Mirage Sessions #FE Restoration Patcher:
- use 'Restoration' instead of 'Uncensored' as Name
  - more failsafe build-directory name
  - add support for downloading xdelta files with --download
  - check whether files have already been downloaded and use those
    - if you want to re-download the files regardless, simply use --download
      this will trigger re-download (unlike for Riivolution archives, where
      --download will not re-download if the file[s] were found)
  - for cpk file path support both the top level directory of the dump as well
    as the sub level directory which holds the cpk files, read: when your dump
    is in
ChangeLog /home/test/TMSFE
    you were previously required to set the cpk path to
ChangeLog /home/test/TMSFE/vol/content/Pack
    now using
ChangeLog /home/test/TMSFE
    will work, too, as the script will look for the sub directory
ChangeLog vol/content/Pack
    on it's own
2016-08-29 21:04:38 +02:00
data add new custom karts for Mario Kart Wii 2016-08-21 21:04:22 +02:00
database - fixed that character mods were not applicable to Cliff Super Mario Bros. Wii 2016-08-27 19:35:33 +02:00
debian bump version 2016-08-27 11:04:14 +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
scripts - improved Tokyo Mirage Sessions #FE Restoration Patcher: 2016-08-29 21:04:38 +02:00
tools - use 'wget -nv' instead of 'wget -q' 2016-08-29 21:04:14 +02:00
ChangeLog - improved Tokyo Mirage Sessions #FE Restoration Patcher: 2016-08-29 21:04:38 +02:00
LICENSE LICENSE README 2013-06-13 20:15:28 +02:00
Makefile string changes 2016-08-27 21:18:10 +02:00
patchimage.sh fix issue with relative paths 2016-08-27 14:53:33 +02:00
README README 2016-08-29 16:43:27 +02:00
README.CMD_OPTS minor help message re-organization 2016-08-19 10:39:09 +02:00
README.EXIT_CODES docs 2016-07-26 23:18:34 +02:00
README.GAMEIDS - fixed that character mods were not applicable to Cliff Super Mario Bros. Wii 2016-08-27 19:35:33 +02:00
README.RC update README files 2016-08-02 22:21:17 +02:00
README.STATUS_CODES rewrite downloader function 2016-08-07 19:17:31 +02:00

Based on DMMs and Wiimms excellent work, I've created a flexible patchscript
for GNU/Linux. Patchimage is a script that allows to patch riivoluton, ips
or xdelta patches into wbfs or iso images of legal game dumps, ROMs or dumped
cpk files.

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
 - replacing characters, fonts and items in Mario Kart Wii
 - replacing characters in New Super Mario Bros. Wii
 - replacing first players Kirby in Kirby's Adventure Wii
 - patch Nintendo WFC compatible games to use WiimmFi server

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/

	Newer Super Mario Bros. Wii and Cannon Super Mario Bros. in one go:
	$ patchimage --game="NewerSMB Cannon" --iso=/home/test/SMNP01.iso --download

	All Mods of New Super Mario Bros. Wii:
	$ patchimage --game=NSMB_ALL --iso=/home/test/SMNP01.iso --download

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