mirror of
https://github.com/modmii/modmii.github.io.git
synced 2024-12-26 16:11:56 +01:00
6.2.5 Changelog:
Fixed bug where BC wasn't being installed to emunands when using ModMii Classic. Abstinence Wizard now queues WiiFlow for download if selected. Updated MD5 for nswitch. Other minor changes.
This commit is contained in:
parent
8fc33647a0
commit
a48e820d21
@ -1,6 +1,6 @@
|
|||||||
<html>
|
<html>
|
||||||
<title>Find HBC IOS</title>
|
<title>Find HBC IOS</title>
|
||||||
<link rel="icon" type="image/ico" href="http://nusad.googlecode.com/files/icon.ico"></link>
|
<link rel="icon" type="image/ico" href="http://dl.dropbox.com/u/74562700/ModMii/icon.ico"></link>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
body { font-family: Calibri, Arial, Helvetica, "Century Gothic", sans-serif; }
|
body { font-family: Calibri, Arial, Helvetica, "Century Gothic", sans-serif; }
|
||||||
</style>
|
</style>
|
||||||
@ -11,4 +11,4 @@ body { font-family: Calibri, Arial, Helvetica, "Century Gothic", sans-serif; }
|
|||||||
<font size="6">How to find which IOS the HomeBrew Channel is using</font><br>
|
<font size="6">How to find which IOS the HomeBrew Channel is using</font><br>
|
||||||
<iframe width="480" height="360" src="http://www.youtube.com/embed/DaESnuMzzbU?rel=0" frameborder="0" allowfullscreen></iframe>
|
<iframe width="480" height="360" src="http://www.youtube.com/embed/DaESnuMzzbU?rel=0" frameborder="0" allowfullscreen></iframe>
|
||||||
</center>
|
</center>
|
||||||
</html>
|
</html>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<html>
|
<html>
|
||||||
<title>Find MAC Address</title>
|
<title>Find MAC Address</title>
|
||||||
<link rel="icon" type="image/ico" href="http://nusad.googlecode.com/files/icon.ico"></link>
|
<link rel="icon" type="image/ico" href="http://dl.dropbox.com/u/74562700/ModMii/icon.ico"></link>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
body { font-family: Calibri, Arial, Helvetica, "Century Gothic", sans-serif; }
|
body { font-family: Calibri, Arial, Helvetica, "Century Gothic", sans-serif; }
|
||||||
</style>
|
</style>
|
||||||
@ -11,4 +11,4 @@ body { font-family: Calibri, Arial, Helvetica, "Century Gothic", sans-serif; }
|
|||||||
<font size="6">How to find your Wii's MAC address</font><br>
|
<font size="6">How to find your Wii's MAC address</font><br>
|
||||||
<iframe width="480" height="360" src="http://www.youtube.com/embed/6Pc8L-ARa1M?rel=0" frameborder="0" allowfullscreen></iframe>
|
<iframe width="480" height="360" src="http://www.youtube.com/embed/6Pc8L-ARa1M?rel=0" frameborder="0" allowfullscreen></iframe>
|
||||||
</center>
|
</center>
|
||||||
</html>
|
</html>
|
||||||
|
@ -9,7 +9,7 @@ if not exist support cd..
|
|||||||
::::PUSHD "%~dp0"
|
::::PUSHD "%~dp0"
|
||||||
::POPD
|
::POPD
|
||||||
|
|
||||||
set currentversion=6.2.4
|
set currentversion=6.2.5
|
||||||
set currentversioncopy=%currentversion%
|
set currentversioncopy=%currentversion%
|
||||||
set agreedversion=
|
set agreedversion=
|
||||||
|
|
||||||
@ -3865,7 +3865,7 @@ if exist temp\list.txt del temp\list.txt>nul
|
|||||||
|
|
||||||
start %ModMiimin%/wait support\wget -N "http://code.google.com/p/modmii/downloads/list?can=3&q=&colspec=Filename+Summary+Uploaded+ReleaseDate+Size+DownloadCount"
|
start %ModMiimin%/wait support\wget -N "http://code.google.com/p/modmii/downloads/list?can=3&q=&colspec=Filename+Summary+Uploaded+ReleaseDate+Size+DownloadCount"
|
||||||
|
|
||||||
if exist list* (move /y list* temp\list.txt>nul) else (goto:updatefail)
|
if exist "list@can=3&q=&colspec=Filename+Summary+Uploaded+ReleaseDate+Size+DownloadCount" (move /y "list@can=3&q=&colspec=Filename+Summary+Uploaded+ReleaseDate+Size+DownloadCount" temp\list.txt>nul) else (goto:updatefail)
|
||||||
|
|
||||||
support\sfk filter -quiet "temp\list.txt" ++"ModMii" ++"zip" ++"modmii.googlecode.com/files/" -rep _*"files/ModMii"__ -rep _".zip"*__ -write -yes
|
support\sfk filter -quiet "temp\list.txt" ++"ModMii" ++"zip" ++"modmii.googlecode.com/files/" -rep _*"files/ModMii"__ -rep _".zip"*__ -write -yes
|
||||||
|
|
||||||
@ -8413,10 +8413,11 @@ if /i "%SHOP%" EQU "Y" set IOS56=*
|
|||||||
|
|
||||||
if /i "%SNEEKSELECT%" EQU "5" (set SM4.3U=) & (set SM4.2U=) & (set SM4.1U=) & (set SM4.3E=) & (set SM4.2E=) & (set SM4.1E=) & (set SM4.3J=) & (set SM4.2J=) & (set SM4.1J=) & (set SM4.3K=) & (set SM4.2K=) & (set SM4.1K=)
|
if /i "%SNEEKSELECT%" EQU "5" (set SM4.3U=) & (set SM4.2U=) & (set SM4.1U=) & (set SM4.3E=) & (set SM4.2E=) & (set SM4.1E=) & (set SM4.3J=) & (set SM4.2J=) & (set SM4.1J=) & (set SM4.3K=) & (set SM4.2K=) & (set SM4.1K=)
|
||||||
|
|
||||||
if /i "%SNKcBC%" EQU "NMM" set cBC=*
|
set BC=*
|
||||||
::if /i "%SNKcBC%" EQU "DML" set DML=*
|
::if /i "%SNKcBC%" EQU "NMM" set cBC=*
|
||||||
if /i "%SNKcBC%" EQU "DML" set BC=*
|
::::if /i "%SNKcBC%" EQU "DML" set DML=*
|
||||||
if /i "%SNKcBC%" EQU "N" set BC=*
|
::if /i "%SNKcBC%" EQU "DML" set BC=*
|
||||||
|
::if /i "%SNKcBC%" EQU "N" set BC=*
|
||||||
|
|
||||||
if /i "%SNEEKSELECT%" NEQ "5" goto:skipdeselect
|
if /i "%SNEEKSELECT%" NEQ "5" goto:skipdeselect
|
||||||
if /i "%BCtype%" EQU "BC" set BC=
|
if /i "%BCtype%" EQU "BC" set BC=
|
||||||
@ -22697,8 +22698,7 @@ if /i "%SNKcBC%" EQU "DML" (set DML=*) & (set mmm=*)
|
|||||||
if /i "%SNKFLOW%" EQU "Y" set FLOW=*
|
if /i "%SNKFLOW%" EQU "Y" set FLOW=*
|
||||||
if /i "%SNKPLC%" EQU "Y" set PL=*
|
if /i "%SNKPLC%" EQU "Y" set PL=*
|
||||||
|
|
||||||
|
if /i "%AbstinenceWiz%" EQU "Y" (set nSwitch=) & (set mmm=)
|
||||||
if /i "%AbstinenceWiz%" EQU "Y" (set nSwitch=) & (set mmm=) & (goto:Download)
|
|
||||||
|
|
||||||
:tinyskip
|
:tinyskip
|
||||||
|
|
||||||
@ -25567,7 +25567,7 @@ set version=*
|
|||||||
set dlname="neek2o NK2O_1 .wad"
|
set dlname="neek2o NK2O_1 .wad"
|
||||||
set wadname=neek2o_NK2O_1.wad
|
set wadname=neek2o_NK2O_1.wad
|
||||||
set filename=neek2o_NK2O_1.wad
|
set filename=neek2o_NK2O_1.wad
|
||||||
set md5=bdca7faf1910fe332e6c464e899bbe1c
|
set md5=2b68b689d182a6151fb9d9154430889f
|
||||||
set md5alt=%md5%
|
set md5alt=%md5%
|
||||||
set category=fullextract
|
set category=fullextract
|
||||||
set path1=WAD\
|
set path1=WAD\
|
||||||
|
@ -31,7 +31,7 @@ Exit
|
|||||||
|
|
||||||
::----------------------------------------------------------
|
::----------------------------------------------------------
|
||||||
|
|
||||||
set currentversion=6.2.4
|
set currentversion=6.2.5
|
||||||
set currentversioncopy=%currentversion%
|
set currentversioncopy=%currentversion%
|
||||||
set agreedversion=
|
set agreedversion=
|
||||||
|
|
||||||
@ -1707,7 +1707,7 @@ if exist temp\list.txt del temp\list.txt>nul
|
|||||||
|
|
||||||
start %ModMiimin%/wait support\wget -N "http://code.google.com/p/modmii/downloads/list?can=3&q=&colspec=Filename+Summary+Uploaded+ReleaseDate+Size+DownloadCount"
|
start %ModMiimin%/wait support\wget -N "http://code.google.com/p/modmii/downloads/list?can=3&q=&colspec=Filename+Summary+Uploaded+ReleaseDate+Size+DownloadCount"
|
||||||
|
|
||||||
if exist list* (move /y list* temp\list.txt>nul) else (goto:updatefail)
|
if exist "list@can=3&q=&colspec=Filename+Summary+Uploaded+ReleaseDate+Size+DownloadCount" (move /y "list@can=3&q=&colspec=Filename+Summary+Uploaded+ReleaseDate+Size+DownloadCount" temp\list.txt>nul) else (goto:updatefail)
|
||||||
|
|
||||||
start support\wizapp PB UPDATE 70
|
start support\wizapp PB UPDATE 70
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<html>
|
<html>
|
||||||
<title>Find System Menu Version</title>
|
<title>Find System Menu Version</title>
|
||||||
<link rel="icon" type="image/ico" href="http://nusad.googlecode.com/files/icon.ico"></link>
|
<link rel="icon" type="image/ico" href="http://dl.dropbox.com/u/74562700/ModMii/icon.ico"></link>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
body { font-family: Calibri, Arial, Helvetica, "Century Gothic", sans-serif; }
|
body { font-family: Calibri, Arial, Helvetica, "Century Gothic", sans-serif; }
|
||||||
</style>
|
</style>
|
||||||
@ -11,4 +11,4 @@ body { font-family: Calibri, Arial, Helvetica, "Century Gothic", sans-serif; }
|
|||||||
<font size="6">How to find your Wii's System Menu version</font><br>
|
<font size="6">How to find your Wii's System Menu version</font><br>
|
||||||
<iframe width="480" height="360" src="http://www.youtube.com/embed/s9WFpm--iTg?rel=0" frameborder="0" allowfullscreen></iframe>
|
<iframe width="480" height="360" src="http://www.youtube.com/embed/s9WFpm--iTg?rel=0" frameborder="0" allowfullscreen></iframe>
|
||||||
</center>
|
</center>
|
||||||
</html>
|
</html>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<html>
|
<html>
|
||||||
<title>Wii Themes</title>
|
<title>Wii Themes</title>
|
||||||
<link rel="icon" type="image/ico" href="http://nusad.googlecode.com/files/icon.ico"></link>
|
<link rel="icon" type="image/ico" href="http://dl.dropbox.com/u/74562700/ModMii/icon.ico"></link>
|
||||||
</head>
|
</head>
|
||||||
<body style="margin:5px 5px 5px 5px;">
|
<body style="margin:5px 5px 5px 5px;">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
@ -18,4 +18,4 @@ DarkWii Blue Theme<br>
|
|||||||
<br>
|
<br>
|
||||||
DarkWii Orange Theme<br></font>
|
DarkWii Orange Theme<br></font>
|
||||||
<object width="480" height="360"><param name="movie" value="http://www.youtube.com/v/g66UasiFEhg?version=3&hl=en_US&rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/g66UasiFEhg?version=3&hl=en_US&rel=0" type="application/x-shockwave-flash" width="480" height="360" allowscriptaccess="always" allowfullscreen="true"></embed></object></center>
|
<object width="480" height="360"><param name="movie" value="http://www.youtube.com/v/g66UasiFEhg?version=3&hl=en_US&rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/g66UasiFEhg?version=3&hl=en_US&rel=0" type="application/x-shockwave-flash" width="480" height="360" allowscriptaccess="always" allowfullscreen="true"></embed></object></center>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user