diff --git a/Support/Guide/AfterModding.001 b/Support/Guide/AfterModding.001 index 1c8da40..a2d4a33 100644 --- a/Support/Guide/AfterModding.001 +++ b/Support/Guide/AfterModding.001 @@ -11,7 +11,7 @@
  • Check out some of my custom Forwarder Channels to launch your favourite homebrew straight from the System Menu. -
  • Get a new theme for your Wii Menu! Confirm you have Priiloader installed before installing themes, then open mym themes\files using ModMii or ThemeMii Mod to convert them to csm files for your specific system menu version. Or check out the huge library of themes available at www.wiithemer.org, a website that also converts MYMs to CSMs for you on the fly. CSM files can then be installed to your Wii using MyMenuify Mod. ThemeMii Mod and MyMenuify Mod are both available on ModMii Classic's Download Page 2. +
  • Get a new theme for your Wii Menu! Confirm you have Priiloader installed before installing themes, then open mym themes\files using ModMii or ThemeMii Mod to convert them to csm files for your specific system menu version. Or check out the huge library of themes available at www.wiithemer.org, a website that also converts MYMs to CSMs for you on the fly. CSM files can then be installed to your Wii using MyMenuify Mod. ThemeMii Mod and MyMenuify Mod are both available on ModMii Classic's Download Page 2.
  • "Expand" your Wii's 500MB internal memory for more WiiWare and Virtual Console games by having it load the System Menu from external storage instead. Use ModMii's SNEEK installer and Emulated NAND builder to get started. +
  • Install Fakemote to an unused IOS slot like 247 to add support for DS3 and DS4 controllers. This can also be done using ModMii Classic's Advanced Downloads Menu by choosing the latest FM (Fakemote) version of d2x in ModMii's options.
  • Check out some Crazy Intro Videos to customize how your Wii starts up (SD Card required).
  • Bring back WiiConnect24 to your Wii! The RiiConnect24 Patcher restores functionality to Wii Mail and various Nintendo Channels such as Forecast, News, Everybody Votes, Nintendo, Check Mii Out, and more! You can get this tool from from ModMii Classic's Download Page 2. diff --git a/Support/Guide/str2hax.001 b/Support/Guide/str2hax.001 index 3205176..fde4182 100644 --- a/Support/Guide/str2hax.001 +++ b/Support/Guide/str2hax.001 @@ -32,4 +32,4 @@ Requirements: a WiFi connection on your Wii, but does not require an SD card to
    -Fun Facts about str2hax! If a boot.elf file is detected on the root of your SD card, str2hax will launch it instead of automatically downloading then launching the HackMii Installer. And did you know when str2hax is finished, it will reset your DNS to Google's 8.8.8.8 and 8.8.4.4? You can leave it this way or re-enable Auto-Obtain DNS, or change it to Cloudflare's 1.1.1.1, or use RiiConnect24's DNS, the choice is yours!
    +Fun Facts about str2hax! If a boot.elf file is detected on the root of your SD card, str2hax will launch it instead of automatically downloading then launching the HackMii Installer. And did you know when str2hax is finished, it will reset your DNS to Google's 8.8.8.8 and 8.8.4.4? You can leave it this way or re-enable Auto-Obtain DNS, or change it to Cloudflare's 1.1.1.1, or use RiiConnect24's DNS, the choice is yours!
    diff --git a/Support/ModMii.bat b/Support/ModMii.bat index 9835d73..a6aab5e 100644 --- a/Support/ModMii.bat +++ b/Support/ModMii.bat @@ -23,7 +23,7 @@ chcp 437>nul ::::PUSHD "%~dp0" ::POPD -set currentversion=7.0.1 +set currentversion=7.0.2 set currentversioncopy=%currentversion% set agreedversion= @@ -2384,7 +2384,7 @@ support\sfk -spat echo \x20 \x20 [%yellowtext%]Installing themes for the wrong S support\sfk -spat echo \x20 \x20 [%yellowtext%]Use the ModMii Wizard or SysCheck Updater Wizard for brick protection before applying themes! echo. echo Install themes for YOUR System Menu version using MyMenuifyMod from ModMii's Download Page 3. -echo More tips on finding themes and using MyMenuifyMod available at https://wii.guide/themes +echo More themes available at wiithemer.org and wii.hacks.guide/themes echo. echo Note: to check your System Menu version, turn on your wii, click the Wii button in the echo bottom left of the main system menu, click Wii Settings, @@ -2434,7 +2434,7 @@ support\sfk -spat echo \x20 \x20 [%yellowtext%]Installing themes for the wrong S support\sfk -spat echo \x20 \x20 [%yellowtext%]Use the ModMii Wizard or SysCheck Updater Wizard for brick protection before applying themes! echo. echo Install themes for YOUR System Menu version using MyMenuifyMod from ModMii's Download Page 3. -echo More tips on finding themes and using MyMenuifyMod available at https://wii.guide/themes +echo More themes available at wiithemer.org and wii.hacks.guide/themes echo. if not exist temp\TMCL.exe goto:downloadit @@ -2632,7 +2632,7 @@ support\sfk -spat echo \x20 \x20 [%yellowtext%]Installing themes for the wrong S support\sfk -spat echo \x20 \x20 [%yellowtext%]Use the ModMii Wizard or SysCheck Updater Wizard for brick protection before applying themes! echo. echo Install themes for YOUR System Menu version using MyMenuifyMod from ModMii's Download Page 3. -echo More tips on finding themes and using MyMenuifyMod available at https://wii.guide/themes +echo More themes available at wiithemer.org and wii.hacks.guide/themes echo. set multimym=? @@ -16812,6 +16812,9 @@ if /i "%d2x-beta-rev%" EQU "10-beta52" support\sfk filter "%sysCheckCopy%" -rep if /i "%d2x-beta-rev%" EQU "8-final" support\sfk filter "%sysCheckCopy%" -rep _d2x-v10beta52_d2x-v8final_ -write -yes>nul if /i "%d2x-beta-rev%" EQU "8-final" support\sfk filter "%sysCheckCopy%" -rep _d2x-v11beta1_d2x-v8final_ -write -yes>nul +::remove any lines ending in ": Skipped" and assume outdated, this will also prevent stubs from being listed like 249 (even though they won't be constructed) +support\sfk filter "%sysCheckCopy%" -le!": Skipped" -write -yes>nul + ::if /i "%d2x-beta-rev%" EQU "11-beta1" support\sfk filter "%sysCheckCopy%" -rep _d2x-v8final_d2x-v11beta1_ -write -yes>nul ::if /i "%d2x-beta-rev%" EQU "11-beta1" support\sfk filter "%sysCheckCopy%" -rep _d2x-v10beta52_d2x-v11beta1_ -write -yes>nul @@ -17181,6 +17184,9 @@ IF ERRORLEVEL 1 (set IOS61=*) else (set IOS61=) findStr /I /B /C:"IOS62 (rev 6430): No Patches" "%sysCheckCopy%" >nul IF ERRORLEVEL 1 (set IOS62=*) else (set IOS62=) +findStr /I /B /C:"BC v6" "%sysCheckCopy%" >nul +IF ERRORLEVEL 1 (set BC=*) else (set BC=) + :skipactivecheck @@ -17273,13 +17279,13 @@ IF NOT ERRORLEVEL 1 set IOS52P= ::cMIOS if /i "%CMIOSOPTION%" EQU "OFF" goto:skipcMIOScheck set RVL-cMIOS-v65535(v10)_WiiGator_WiiPower_v0.2= -findStr /I /B /C:"MIOS v65535" "%sysCheckCopy%" >nul +findStr /I /B /E /C:"MIOS v65535" "%sysCheckCopy%" >nul IF ERRORLEVEL 1 set RVL-cMIOS-v65535(v10)_WiiGator_WiiPower_v0.2=* :skipcMIOScheck ::MIOSv10 if /i "%CMIOSOPTION%" EQU "ON" goto:skipMIOScheck -findStr /I /B /C:"MIOS v10" "%sysCheckCopy%" >nul +findStr /I /B /E /C:"MIOS v10" "%sysCheckCopy%" >nul IF ERRORLEVEL 1 (set M10=*) else (set M10=) :skipMIOScheck @@ -17298,7 +17304,11 @@ copy /y "%sysCheckCopy%" temp\stubs.txt>nul support\sfk filter -quiet temp\stubs.txt -!"(rev 404): Stub" -write -yes support\sfk filter -quiet temp\stubs.txt -ls+IOS -rep _IOS_a_ -rep _"["*_z_ -rep _" "*_z_ -write -yes ::filter out good stuff, intentionally skipping stubbed SM IOSs, etc. -support\sfk filter -quiet temp\stubs.txt -!a9z -!a11z -!a12z -!a13z -!a14z -!a15z -!a17z -!a20z -!a21z -!a22z -!a28z -!a30z -!a31z -!a33z -!a34z -!a35z -!a36z -!a37z -!a38z -!a40z -!a41z -!a43z -!a45z -!a46z -!a48z -!a50z -!a52z -!a53z -!a55z -!a56z -!a57z -!a58z -!a60z -!a61z -!a62z -!a70z -!a80z -!a236z -!a240z -!a241z -!a242z -!a243z -!a244z -!a245z -!a246z -!a247z -!a248z -!a249z -!a250z -!a251z -!a254z -write -yes +support\sfk filter -quiet temp\stubs.txt -!a9z -!a11z -!a12z -!a13z -!a14z -!a15z -!a17z -!a20z -!a21z -!a22z -!a28z -!a30z -!a31z -!a33z -!a34z -!a35z -!a36z -!a37z -!a38z -!a40z -!a41z -!a43z -!a45z -!a46z -!a48z -!a50z -!a52z -!a53z -!a55z -!a56z -!a57z -!a58z -!a60z -!a61z -!a62z -!a70z -!a80z -!a248z -!a249z -!a250z -!a251z -!a254z -write -yes + +::removed the following whitelisted slots from suggesting they optionally be stubbed in the syscheck updater wizard +::-!a236z -!a240z -!a241z -!a242z -!a243z -!a244z -!a245z -!a246z -!a247z + if /i "%hermesOPTION%" EQU "on" support\sfk filter -quiet temp\stubs.txt -!a202z -!a222z -!a223z -!a224z -write -yes @@ -17328,6 +17338,8 @@ set "STUBSlist=%STUBSlist:~0,-1%" :nostubs +::disable RiiConnect24 check as it no longer requires a patched IOS31 or system menu IOS +goto:NoRiiConnect24Check ::check for RiiConnect24 IOS31 and IOS80 set RiiConnect24Detected= @@ -17429,6 +17441,7 @@ if /i "%IOS50P%" EQU "*" set yawm=* if /i "%IOS52P%" EQU "*" set yawm=* if /i "%OHBC%" EQU "*" set yawm=* if /i "%STUBS%" EQU "*" set yawm=* +if /i "%BC%" EQU "*" set yawm=* set BACKB4QUEUE=sysCheckName goto:DOWNLOADQUEUE @@ -26194,7 +26207,7 @@ if /i "%MENU1%" EQU "W" support\sfk filter "%Drive%\%guidename%" -!"if you are m ::common important note, end bullet tag and line break -echo ^Detailed guides covering a broader range of Wii topics available at the ^Complete Softmod Guide^<^/a^> and ^wii.guide^^ >>"%Drive%"\%guidename% +echo ^Detailed guides covering a broader range of Wii topics available at the ^Complete Softmod Guide^<^/a^> and ^wii.guide^^ >>"%Drive%"\%guidename% echo ^If you come across a term or abbreviation that you're not familar with you can reference the ^WiiBrew Glossary^<^/a^> or the ^CSG Glossary^^ >>"%Drive%"\%guidename% @@ -26751,7 +26764,7 @@ for /f %%a in (temp\stubs.txt) do set /a TotalSTUBS+=1 support\sfk echo -spat "
    ">>"%Drive%"\%guidename% -echo You have some extra IOSs installed on your Wii that are unnecessary. Optionally recover some space by navigating to the WAD/STUBS folder and repeating the steps above to install the %TotalSTUBS% stub IOS WADs below.^^>>"%Drive%"\%guidename% +echo You have some extra IOSs installed on your Wii that are unnecessary. Optionally recover some space by navigating to the WAD/STUBS folder and repeating the steps above to install the %TotalSTUBS% stub IOS WADs below. Ignore this for any slots you intentionally installed (e.g. for ^Fakemote^<^/a^> support).^^>>"%Drive%"\%guidename% ::start ordered list of stubs @@ -27181,16 +27194,16 @@ echo ^<^/ul^>^>>"%Drive%"\%guidename% copy /y "%Drive%"\%guidename%+Support\Guide\CustomizeLoader.001 "%Drive%"\%guidename%>nul -if /i "%LOADER%" EQU "GX" echo ^If you have questions about getting started with USB-Loader GX ^click here^<^/a^>.^>>"%Drive%"\%guidename% -if /i "%LOADER%" EQU "FLOW" echo ^If you have questions about getting started with WiiFlow ^click here^<^/a^>.^>>"%Drive%"\%guidename% +if /i "%LOADER%" EQU "GX" echo ^If you have questions about getting started with USB-Loader GX ^click here^<^/a^>.^>>"%Drive%"\%guidename% +if /i "%LOADER%" EQU "FLOW" echo ^If you have questions about getting started with WiiFlow ^click here^<^/a^>.^>>"%Drive%"\%guidename% if /i "%LOADER%" EQU "FLOW" echo ^