mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2024-11-24 10:09:22 +01:00
update READMEs
This commit is contained in:
parent
ca11f1c85d
commit
fe21065790
1
README
1
README
@ -37,6 +37,7 @@ License: GNU GPLv3
|
|||||||
Extra Licenses:
|
Extra Licenses:
|
||||||
|
|
||||||
> wit GNU GPL v2
|
> wit GNU GPL v2
|
||||||
|
> szs GNU GPL v2
|
||||||
> uips GNU GPL v2
|
> uips GNU GPL v2
|
||||||
> applyppf3 as-is
|
> applyppf3 as-is
|
||||||
> xml-patchfiles as-is
|
> xml-patchfiles as-is
|
||||||
|
@ -9,7 +9,7 @@ specify path to the original ISO/ROM
|
|||||||
specify path to Riivolution/Patch files
|
specify path to Riivolution/Patch files
|
||||||
|
|
||||||
--version=EURv1,EURv2,USAv1,USAv2,JPNv1
|
--version=EURv1,EURv2,USAv1,USAv2,JPNv1
|
||||||
specify your game version (for Wii games, if auto-detection fails)
|
specify your game version (for NSMB, if auto-detection fails)
|
||||||
|
|
||||||
--customdid=SMNP02
|
--customdid=SMNP02
|
||||||
specify a custom ID to use for the game
|
specify a custom ID to use for the game
|
||||||
@ -21,13 +21,19 @@ let modified game share savegame with original game
|
|||||||
download riivolution/patchfiles
|
download riivolution/patchfiles
|
||||||
|
|
||||||
--soundtrack
|
--soundtrack
|
||||||
download soundtrack (if available) and exit
|
download soundtrack (if available)
|
||||||
|
|
||||||
|
--only-soundtrack
|
||||||
|
only download soundtrack (if available) and exit
|
||||||
|
|
||||||
|
--covers
|
||||||
|
download covers (if available)
|
||||||
|
|
||||||
|
--only-covers=SMNP02
|
||||||
|
only download covers (if available) and exit
|
||||||
|
|
||||||
--banner=<banner>
|
--banner=<banner>
|
||||||
specify a custom banner to use
|
specify a custom banner to use
|
||||||
|
|
||||||
--download-banner
|
--download-banner
|
||||||
download a custom banner (if available)
|
download a custom banner (if available)
|
||||||
|
|
||||||
--clean
|
|
||||||
cleanup working directory from anything (also riivolution patches)s
|
|
@ -34,6 +34,12 @@ setup_tools () {
|
|||||||
UNP=${PATCHIMAGE_TOOLS_DIR}/unp
|
UNP=${PATCHIMAGE_TOOLS_DIR}/unp
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ $(which wszst) ]]; then
|
||||||
|
SZS=$(which wszst)
|
||||||
|
else
|
||||||
|
SZS=${PATCHIMAGE_TOOLS_DIR}/../override/linux${SUFFIX}/wszst
|
||||||
|
fi
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ask_game () {
|
ask_game () {
|
||||||
@ -496,7 +502,7 @@ while [[ $xcount -lt $pcount ]]; do
|
|||||||
PATCHIMAGE_BANNER_DOWNLOAD=TRUE
|
PATCHIMAGE_BANNER_DOWNLOAD=TRUE
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"" | --help )
|
--help | -h )
|
||||||
echo -e "patchimage 4.96 (2014-05-16)
|
echo -e "patchimage 4.96 (2014-05-16)
|
||||||
|
|
||||||
(c) 2013-2014 Christopher Roy Bratusek <nano@jpberlin.de>
|
(c) 2013-2014 Christopher Roy Bratusek <nano@jpberlin.de>
|
||||||
|
Loading…
Reference in New Issue
Block a user