mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2024-12-28 02:01:47 +01:00
use GAMENAME instead of GAME_NAME
This commit is contained in:
parent
5c4ba5c207
commit
771831fefc
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
GAME_TYPE="WII_GENERIC"
|
GAME_TYPE="WII_GENERIC"
|
||||||
GAME_NAME="Kirby's Adventure Wii"
|
GAMENAME="Kirby's Adventure Wii"
|
||||||
WBFS_MASK="SUK[PUJ]01"
|
WBFS_MASK="SUK[PUJ]01"
|
||||||
PATH_HERO="files/g3d/step/chara/hero/"
|
PATH_HERO="files/g3d/step/chara/hero/"
|
||||||
|
|
||||||
@ -9,7 +9,7 @@ show_notes () {
|
|||||||
|
|
||||||
echo -e \
|
echo -e \
|
||||||
"************************************************
|
"************************************************
|
||||||
${GAME_NAME}
|
${GAMENAME}
|
||||||
|
|
||||||
Base Image: Kirby's Adventure Wii (SUK?01)
|
Base Image: Kirby's Adventure Wii (SUK?01)
|
||||||
Supported Versions: EUR, JAP, USA
|
Supported Versions: EUR, JAP, USA
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
GAME_TYPE="MKWIIMM"
|
GAME_TYPE="MKWIIMM"
|
||||||
GAME_NAME="Mario Kart Wiimm"
|
GAMENAME="Mario Kart Wiimm"
|
||||||
DOWNLOAD_LINK="http://download.wiimm.de/wiimmfi/patcher/mkw-wiimmfi-patcher-v3.7z"
|
DOWNLOAD_LINK="http://download.wiimm.de/wiimmfi/patcher/mkw-wiimmfi-patcher-v3.7z"
|
||||||
WBFS_MASK="RMC[PUJ]01"
|
WBFS_MASK="RMC[PUJ]01"
|
||||||
|
|
||||||
@ -9,7 +9,7 @@ show_notes () {
|
|||||||
|
|
||||||
echo -e \
|
echo -e \
|
||||||
"************************************************
|
"************************************************
|
||||||
${GAME_NAME}
|
${GAMENAME}
|
||||||
|
|
||||||
Custom Mario Kart Wii
|
Custom Mario Kart Wii
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
GAME_TYPE="WII_GENERIC"
|
GAME_TYPE="WII_GENERIC"
|
||||||
GAME_NAME="Mario Kart Wiimm"
|
GAMENAME="Mario Kart Wiimm"
|
||||||
FSZS="files/Scene/UI/Font.szs"
|
FSZS="files/Scene/UI/Font.szs"
|
||||||
WBFS_MASK="RMC[PUJ]01"
|
WBFS_MASK="RMC[PUJ]01"
|
||||||
|
|
||||||
@ -9,7 +9,7 @@ show_notes () {
|
|||||||
|
|
||||||
echo -e \
|
echo -e \
|
||||||
"************************************************
|
"************************************************
|
||||||
${GAME_NAME}
|
${GAMENAME}
|
||||||
|
|
||||||
Custom Mario Kart Wii
|
Custom Mario Kart Wii
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
GAME_TYPE="WII_GENERIC"
|
GAME_TYPE="WII_GENERIC"
|
||||||
GAME_NAME="Mario Kart Wiimm"
|
GAMENAME="Mario Kart Wiimm"
|
||||||
CSZS="files/Race/Common.szs"
|
CSZS="files/Race/Common.szs"
|
||||||
CSZD="files/Race/Common.d"
|
CSZD="files/Race/Common.d"
|
||||||
|
|
||||||
@ -9,7 +9,7 @@ show_notes () {
|
|||||||
|
|
||||||
echo -e \
|
echo -e \
|
||||||
"************************************************
|
"************************************************
|
||||||
${GAME_NAME}
|
${GAMENAME}
|
||||||
|
|
||||||
Custom Mario Kart Wii
|
Custom Mario Kart Wii
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
GAME_TYPE="WII_GENERIC"
|
GAME_TYPE="WII_GENERIC"
|
||||||
GAME_NAME="Mario Kart Wiimm"
|
GAMENAME="Mario Kart Wiimm"
|
||||||
|
|
||||||
show_notes () {
|
show_notes () {
|
||||||
|
|
||||||
echo -e \
|
echo -e \
|
||||||
"************************************************
|
"************************************************
|
||||||
${GAME_NAME}
|
${GAMENAME}
|
||||||
|
|
||||||
Custom Mario Kart Wii
|
Custom Mario Kart Wii
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
DOWNLOAD_LINK="http://download.wiimm.de/wiimmfi/patcher/mkw-wiimmfi-patcher-v3.7z"
|
DOWNLOAD_LINK="http://download.wiimm.de/wiimmfi/patcher/mkw-wiimmfi-patcher-v3.7z"
|
||||||
GAME_TYPE="WII_GENERIC"
|
GAME_TYPE="WII_GENERIC"
|
||||||
GAME_NAME="Mario Kart Wiimmfi"
|
GAMENAME="Mario Kart Wiimmfi"
|
||||||
|
|
||||||
show_notes () {
|
show_notes () {
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
GAME_TYPE="WII_GENERIC"
|
GAME_TYPE="WII_GENERIC"
|
||||||
GAME_NAME="New Super Mario Bros. Wii"
|
GAMENAME="New Super Mario Bros. Wii"
|
||||||
|
|
||||||
show_notes () {
|
show_notes () {
|
||||||
|
|
||||||
echo -e \
|
echo -e \
|
||||||
"************************************************
|
"************************************************
|
||||||
${GAME_NAME}
|
${GAMENAME}
|
||||||
|
|
||||||
Custom New Super Mario Bros. Wii
|
Custom New Super Mario Bros. Wii
|
||||||
|
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
DOWNLOAD_LINK="http://download.wiimm.de/wiimmfi/patcher/wiimmfi-patcher-v3.7z"
|
DOWNLOAD_LINK="http://download.wiimm.de/wiimmfi/patcher/wiimmfi-patcher-v3.7z"
|
||||||
GAME_TYPE="WII_GENERIC"
|
GAME_TYPE="WII_GENERIC"
|
||||||
GAME_NAME="Mario Kart Wiimmfi"
|
GAMENAME="Mario Kart Wiimmfi"
|
||||||
|
|
||||||
show_notes () {
|
show_notes () {
|
||||||
|
|
||||||
echo -e \
|
echo -e \
|
||||||
"************************************************
|
"************************************************
|
||||||
${GAME_NAME}
|
${GAMENAME}
|
||||||
|
|
||||||
Patches Mario Kart Wii to use Wiimm's custom server
|
Patches Mario Kart Wii to use Wiimm's custom server
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user