mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2024-11-24 10:09:22 +01:00
fixup support for Cannon
This commit is contained in:
parent
efcbe45fc8
commit
577c5b878c
@ -1,3 +1,10 @@
|
|||||||
|
v2.1:
|
||||||
|
- --clean no longer removes riivolution .zip files
|
||||||
|
- only remove (if already existing) the wbfs file we are going to build,
|
||||||
|
prior to do so, not all wbfs files in the directory
|
||||||
|
- fixup support for Cannon SMBW (now built properly)
|
||||||
|
- add download-link for Cannon SMBW
|
||||||
|
|
||||||
v2.0:
|
v2.0:
|
||||||
- --download Parameter (lädt Riivolution-Daten mit wget herunter)
|
- --download Parameter (lädt Riivolution-Daten mit wget herunter)
|
||||||
- --soundtrack Parameter (lädt Soundtrack mit wget herunter)
|
- --soundtrack Parameter (lädt Soundtrack mit wget herunter)
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
WORKDIR=nsmb.d
|
WORKDIR=nsmb.d
|
||||||
DOL=${WORKDIR}/sys/main.dol
|
DOL=${WORKDIR}/sys/main.dol
|
||||||
|
DOWNLOAD_LINK="http://www.nanolx.org/riivolution/Cannon_Super_Mario_Bros._Wii_v1.1.zip"
|
||||||
RIIVOLUTION_ZIP="Cannon_Super_Mario_Bros._Wii_v1.1.zip"
|
RIIVOLUTION_ZIP="Cannon_Super_Mario_Bros._Wii_v1.1.zip"
|
||||||
RIIVOLUTION_DIR="Cannon_Super_Mario_Bros._Wii_v1.1"
|
RIIVOLUTION_DIR="Cannon_Super_Mario_Bros._Wii_v1.1"
|
||||||
GAMENAME="Cannon Super Mario Bros."
|
GAMENAME="Cannon Super Mario Bros."
|
||||||
@ -16,10 +17,12 @@ echo -e \
|
|||||||
"************************************************
|
"************************************************
|
||||||
${GAMENAME}
|
${GAMENAME}
|
||||||
|
|
||||||
Newer: Summer Sun is a short game with a hot theme, originally released
|
- 14 full new levels divided over 3 worlds
|
||||||
in Summer 2012. It features 23 new levels and some fresh music!
|
- Over 50 new goodies and retextured objects
|
||||||
|
- Many custom music composed over almost all levels
|
||||||
|
- And of course some custom tilesets
|
||||||
|
|
||||||
Source: http://www.newerteam.com/specials.html
|
Source: http://www.rvlution.net/forums/viewtopic.php?f=20&t=1080
|
||||||
Base Image: New Super Mario Bros. Wii (SMN?01)
|
Base Image: New Super Mario Bros. Wii (SMN?01)
|
||||||
Supported Versions: EURv1, EURv2, USAv1, USAv2, JPNv1
|
Supported Versions: EURv1, EURv2, USAv1, USAv2, JPNv1
|
||||||
************************************************"
|
************************************************"
|
||||||
@ -103,7 +106,7 @@ place_files () {
|
|||||||
cp "${RIIVOLUTION_DIR}"/Cannon/NewerRes/* ${WORKDIR}/files/NewerRes/
|
cp "${RIIVOLUTION_DIR}"/Cannon/NewerRes/* ${WORKDIR}/files/NewerRes/
|
||||||
cp "${RIIVOLUTION_DIR}"/Cannon/Stage/*.arc ${WORKDIR}/files/Stage/
|
cp "${RIIVOLUTION_DIR}"/Cannon/Stage/*.arc ${WORKDIR}/files/Stage/
|
||||||
cp "${RIIVOLUTION_DIR}"/Cannon/Env/* ${WORKDIR}/files/Env/
|
cp "${RIIVOLUTION_DIR}"/Cannon/Env/* ${WORKDIR}/files/Env/
|
||||||
cp "${RIIVOLUTION_DIR}"/Cannon/Sound/stream/* ${WORKDIR}/files/Sound/stream/
|
cp "${RIIVOLUTION_DIR}"/Cannon/Sound/Stream/* ${WORKDIR}/files/Sound/stream/
|
||||||
cp "${RIIVOLUTION_DIR}"/Cannon/Sound/*.brsar ${WORKDIR}/files/Sound/
|
cp "${RIIVOLUTION_DIR}"/Cannon/Sound/*.brsar ${WORKDIR}/files/Sound/
|
||||||
cp "${RIIVOLUTION_DIR}"/Cannon/WorldMap/* ${WORKDIR}/files/WorldMap/
|
cp "${RIIVOLUTION_DIR}"/Cannon/WorldMap/* ${WORKDIR}/files/WorldMap/
|
||||||
cp "${RIIVOLUTION_DIR}"/Cannon/Object/* ${WORKDIR}/files/Object/
|
cp "${RIIVOLUTION_DIR}"/Cannon/Object/* ${WORKDIR}/files/Object/
|
||||||
|
Loading…
Reference in New Issue
Block a user