mirror of
https://github.com/modmii/modmii.github.io.git
synced 2024-11-14 12:25:17 +01:00
6.5.0 Changelog:
-Updated MD5 for latest USBLoader GX released in Dec 2018. Also changed download link to always download r1271 as opposed to most recent release to avoid potential unstable releases. -Updated YAWMM to the modified rev5e version from the Complete Softmod Guide that supports Motion+ remotes, AHBPROT and WiiU (vWii).
This commit is contained in:
parent
c11c423966
commit
9d96f89155
@ -9,7 +9,7 @@ if not exist support cd..
|
|||||||
::::PUSHD "%~dp0"
|
::::PUSHD "%~dp0"
|
||||||
::POPD
|
::POPD
|
||||||
|
|
||||||
set currentversion=6.4.9
|
set currentversion=6.5.0
|
||||||
set currentversioncopy=%currentversion%
|
set currentversioncopy=%currentversion%
|
||||||
set agreedversion=
|
set agreedversion=
|
||||||
|
|
||||||
@ -24630,12 +24630,12 @@ goto:downloadstart
|
|||||||
set category=fullextract
|
set category=fullextract
|
||||||
set name=USB Loader GX
|
set name=USB Loader GX
|
||||||
set code1=URL
|
set code1=URL
|
||||||
set code2="http://sourceforge.net/projects/usbloadergx/files/latest/download"
|
set code2="https://sourceforge.net/projects/usbloadergx/files/Releases/New revisions (3.0+)/USBLoaderGX r1271.7z/download"
|
||||||
set version=*
|
set version=*
|
||||||
set dlname="download"
|
set dlname="download"
|
||||||
set wadname=USBLoaderGX_r1268.7z
|
set wadname=USBLoaderGX_r1271.7z
|
||||||
set filename=boot.dol
|
set filename=boot.dol
|
||||||
set md5=e90ccba45057c40273ce4765d5a5bda2
|
set md5=7c364d69d917d61e276c98fe230fd41d
|
||||||
set path1=apps\usbloader_gx\
|
set path1=apps\usbloader_gx\
|
||||||
goto:downloadstart
|
goto:downloadstart
|
||||||
|
|
||||||
@ -24695,13 +24695,15 @@ goto:downloadstart
|
|||||||
:yawm
|
:yawm
|
||||||
set name=Yet Another Wad Manager Mod
|
set name=Yet Another Wad Manager Mod
|
||||||
set code1=URL
|
set code1=URL
|
||||||
set code2="http://s2.filetrip.net/p/5365/275814-YAWMM.zip"
|
set code2="https://sites.google.com/site/completesg/how-to-use/wad-manager/YAWMM_EN.zip"
|
||||||
set version=*
|
set version=*
|
||||||
set dlname="275814-YAWMM.zip"
|
set dlname="YAWMM_EN.zip"
|
||||||
set wadname=YAWMM.zip
|
set wadname=YAWMM_EN_rev5e.zip
|
||||||
set filename=boot.dol
|
set filename=boot.elf
|
||||||
set md5=e475232c74f630aae3444e67e17d5f27
|
set md5=0646978c46967a019e5fca7d8d08ac4c
|
||||||
set path1=apps\yawmm\
|
set path1=apps\YAWMM_EN\
|
||||||
|
::special override for yawmm_en, wm_config introduces odd behaviour
|
||||||
|
if exist "%Drive%"\WAD\wm_config.txt del "%Drive%"\WAD\wm_config.txt>nul
|
||||||
goto:downloadstart
|
goto:downloadstart
|
||||||
|
|
||||||
:usbfolder
|
:usbfolder
|
||||||
|
@ -31,7 +31,7 @@ Exit
|
|||||||
|
|
||||||
::----------------------------------------------------------
|
::----------------------------------------------------------
|
||||||
|
|
||||||
set currentversion=6.4.9
|
set currentversion=6.5.0
|
||||||
set currentversioncopy=%currentversion%
|
set currentversioncopy=%currentversion%
|
||||||
set agreedversion=
|
set agreedversion=
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user