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