From cc949c88c8c91b4361ad7bdcd1fdf4391661ed9a Mon Sep 17 00:00:00 2001 From: XFlak Date: Tue, 15 Apr 2025 11:07:33 +0300 Subject: [PATCH] 8.0.3 small bugfix --- Support/ModMii.bat | 13 +++++++++++-- Support/ModMiiSkin.bat | 2 +- Support/subscripts/DB.bat | 6 +++--- temp/updater.bat | 2 +- 4 files changed, 16 insertions(+), 7 deletions(-) diff --git a/Support/ModMii.bat b/Support/ModMii.bat index d8a0e26..dd65824 100644 --- a/Support/ModMii.bat +++ b/Support/ModMii.bat @@ -24,7 +24,7 @@ chcp 437>nul ::::PUSHD "%~dp0" ::POPD -set currentversion=8.0.2 +set currentversion=8.0.3 set d2x-bundled=11-beta3 set currentversioncopy=%currentversion% set agreedversion= @@ -9812,7 +9812,7 @@ set DB=N ::--followup-- IF "%Drive%"=="" set Drive=COPY_TO_SD IF "%DriveU%"=="" set DriveU=COPY_TO_USB -set "DRIVErestore= +set DRIVErestore= if /i "%cmdlinemode%" NEQ "Y" set USBCONFIG= ::set USBCONFIG= @@ -26822,12 +26822,21 @@ if /i "%MENU1%" EQU "FC" goto:skipchange if not "%REALDRIVE%"=="" set "DRIVE=%REALDRIVE%" if /i "%USBCONFIG%" NEQ "USB" goto:skipchange if /i "%WADNAME%" EQU "WiiBackupManager.zip" set "DRIVE=%DRIVEU%" + +if /i "%name%" EQU "USB Loader GX" set "DRIVE=%DRIVEU%" +if /i "%name%" EQU "Configurable USB-Loader" set "DRIVE=%DRIVEU%" +if /i "%name%" EQU "WiiFlow" set "DRIVE=%DRIVEU%" +if /i "%name%" EQU "CleanRip" set "DRIVE=%DRIVEU%" +if /i "%name%" EQU "Nintendont" set "DRIVE=%DRIVEU%" + if /i "%PATH1%" EQU "Program Files\FAT32_GUI_Formatter\" set "DRIVE=%DRIVEU%" if /i "%PATH1%" EQU "Program Files\NKit\" set "DRIVE=%DRIVEU%" if /i "%PATH1%" EQU "Program Files\GCBM\" set "DRIVE=%DRIVEU%" :skipchange + + if /i "%MENU1%" EQU "S" set DRIVE=temp if not exist "%Drive%" mkdir "%Drive%" diff --git a/Support/ModMiiSkin.bat b/Support/ModMiiSkin.bat index 0287d9d..1396ced 100644 --- a/Support/ModMiiSkin.bat +++ b/Support/ModMiiSkin.bat @@ -43,7 +43,7 @@ Exit ::---------------------------------------------------------- -set currentversion=8.0.2 +set currentversion=8.0.3 if exist Support\settings.bat call Support\settings.bat set d2x-bundled=11-beta3 set d2x-beta-rev=%d2x-bundled% diff --git a/Support/subscripts/DB.bat b/Support/subscripts/DB.bat index 1fefa2b..a86afdf 100644 --- a/Support/subscripts/DB.bat +++ b/Support/subscripts/DB.bat @@ -1,4 +1,4 @@ -set DBversion=25.04.14 +set DBversion=25.04.15 if "%CurrentDLNAME%"=="" goto:DBend call "Support\subscripts\ClearDB.bat" goto:%CurrentDLNAME% @@ -2815,8 +2815,8 @@ set code1=yawmME set "dlname=%code1%.zip" set "wadname=%dlname%" ::create wm_config if missing to set startup IOS to IOS36; does not apply if ahbprot enabled -if not exist "%Drive%\WAD" mkdir "%Drive%\WAD" -if not exist "%Drive%"\WAD\wm_config.txt echo cIOSVersion=36> "%Drive%"\WAD\wm_config.txt +if /i "%MENU1%" EQU "H" if not exist "%Drive%\WAD" mkdir "%Drive%\WAD" +if /i "%MENU1%" EQU "H" if not exist "%Drive%"\WAD\wm_config.txt echo cIOSVersion=36> "%Drive%"\WAD\wm_config.txt goto:DBend :usbfolder diff --git a/temp/updater.bat b/temp/updater.bat index b6e1b62..4cbd1c2 100644 --- a/temp/updater.bat +++ b/temp/updater.bat @@ -1,6 +1,6 @@ ::get info and return to caller UNLESS temp\currentversion.txt is detected, not currentversionInfo.txt @echo off -set newversion=8.0.2 +set newversion=8.0.3 set changelogURL=https://modmii.github.io/changelog.html set "wabmplast=%wabmp%"