From dcf902d2b15e3bbd0ec3c09561714e34419c8aeb Mon Sep 17 00:00:00 2001 From: gotbletu Date: Sat, 3 Feb 2018 13:56:53 -0800 Subject: [PATCH] added region --- wit_wii_gamecube_convert.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wit_wii_gamecube_convert.md b/wit_wii_gamecube_convert.md index d0e6e77..ffe488f 100644 --- a/wit_wii_gamecube_convert.md +++ b/wit_wii_gamecube_convert.md @@ -55,7 +55,7 @@ convert wii iso to wbfs with auto split at 4GB. convert gamecube iso to ciso (co GAMEID=$(wit lll -H "$arg" | awk '{print $1}') TITLE=$(wit lll -H "$arg" | awk '{ print substr($0, index($0,$5)) }' | awk '{$1=$1};1' ) DIR_FILENAME="$FILENAME [$GAMEID]" - DIR_TITLENAME="$TITLE [$GAMEID]" + DIR_TITLENAME="$TITLE ($REGION) [$GAMEID]" ## no conversion; only generate folder base on title inside the rom, move iso to folder # mkdir -pv "$DIR_TITLENAME" @@ -102,7 +102,7 @@ convert wii iso to wbfs with auto split at 4GB. convert gamecube iso to ciso (co GAMEID=$(wit lll -H "$arg" | awk '{print $1}') TITLE=$(wit lll -H "$arg" | awk '{ print substr($0, index($0,$5)) }' | awk '{$1=$1};1' ) DIR_FILENAME="$FILENAME [$GAMEID]" - DIR_TITLENAME="$TITLE [$GAMEID]" + DIR_TITLENAME="$TITLE ($REGION) [$GAMEID]" ## create proper folder structure base on title inside the rom, scrub image & convert to wbfs, auto split at 4GB a piece # mkdir -pv "$DIR_TITLENAME"