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
2013-07-07 22:36:04 +02:00
patches add opening titles for NSMBW 4 and Retro Remix (PAL, US) by alejandroues 2013-07-07 22:01:05 +02:00
script.d support for HOME/.patchimage.rc configuration file 2013-07-07 22:36:04 +02:00
tools add and make use of ucat/unp 2013-07-07 22:14:05 +02:00
ChangeLog support for HOME/.patchimage.rc configuration file 2013-07-07 22:36:04 +02:00
GAMEIDS retro remix support 2013-07-07 09:42:41 +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
patchimage.sh support for HOME/.patchimage.rc configuration file 2013-07-07 22:36:04 +02:00
README retro remix support 2013-07-07 09:42:41 +02:00
README.RC support for HOME/.patchimage.rc configuration file 2013-07-07 22:36:04 +02:00

Based on DMMs and Wiimms excellent work, I've created a flexible
patchscript for GNU/Linux. Additionally to riivolution patches, this
one will also allow patching ROMs using ips/ppf patches. And more...

patchimage allows choosing a custom GAMEID, aswell as downloading
riivolution-files, patches and soundtrack (if available).

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

... Well, you need the original game 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.

Supported Games
* Newer SMBW (riivolution) [SMN?03]
* Cannon SMBW (riivolution) [SMN?04]
* Another SMBW (riivolution) [SMN?05]
* Newer Summer Sun (riivolution) [SMN?06]
* Newer Holiday Special (riivolution) [SMN?07]
* Epic Super Bower World (riivolution) [SMN?08]
* Koopa Country (riivolution) [SMN?10]
* New Super Mario Bros. 4 (riivolution) [SMN?11]
* New Super Mario Bros. Wii Retro Remix [MRR?01]
* The Legend of Zelda: Parallel Worlds (ips)

Default Searchpaths:

    ISO: BASE.iso / BASE.wbfs / GAMEID.iso / GAMEID.wbfs
    Riivolution: Original name of the zip / unpacked folder
    ROM: some mask matching the file (eg: "*[Ll]ink*[Pp]ast*smc" for Zelda: Parallel Worlds)

Parameters
--game={NewerSMB;NewerSummerSun;AnotherSMBW;HolidaySpecial;ParallelWorlds}
specify game to create (if none is provided, the script will ask you)

--iso/--rom=/home/test/<Image>
specify path to the original ISO/ROM

--riivolution/--patch=<Patch>
specify path to Riivolution/Patch files

--version=EURv1,EURv2,USAv1,USAv2,JPNv1
specify your game version (for Wii games, if auto-detection fails)

--customdid=SMNP02
specify a custom ID to use for the game

--sharesave
let modified game share savegame with original game

--download
download riivolution/patchfiles

--soundtrack
download soundtrack (if available) and exit

--banner=<banner>
specify a custom banner to use

--download-banner
download a custom banner (if available)

--clean
cleanup working directory from anything (also riivolution patches)

Examples:

NewerSMBW:
$ patchimage --game=NewerSMBW --iso=/home/test/SMNP01.iso --download

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

License: GNU GPLv3
Extra Licenses:

> wit GNU GPL v2
> uips GNU GPL v2
> applyppf3 as-is
> xml-patchfiles as-is