mirror of
https://github.com/modmii/modmii.github.io.git
synced 2025-06-03 04:34:57 +02:00
Add files via upload
This commit is contained in:
parent
15ef1a8899
commit
e3ef708696
@ -17,12 +17,18 @@ if exist temp\skin.txt (set updatermode=skin) else (set updatermode=classic)
|
|||||||
::update below with latest recommended d2x
|
::update below with latest recommended d2x
|
||||||
set CurrentcIOS=d2x-v11-beta2
|
set CurrentcIOS=d2x-v11-beta2
|
||||||
if exist support\d2x-beta\d2x-beta.bat call support\d2x-beta\d2x-beta.bat
|
if exist support\d2x-beta\d2x-beta.bat call support\d2x-beta\d2x-beta.bat
|
||||||
set watitle=ModMii d2x cIOS Warning
|
|
||||||
set "watext=Warning: d2x-v%d2x-beta-rev% cIOS is enabled but %CurrentcIOS% is recommended, consider enabling it in ModMii Classic's options"
|
|
||||||
|
|
||||||
if not exist support\d2x-beta\d2x-beta.bat goto:continue
|
if not exist support\d2x-beta\d2x-beta.bat goto:continue
|
||||||
|
|
||||||
|
set "watitlebak=%watitle%"
|
||||||
|
set "watextbak=%watext%"
|
||||||
|
set watitle=ModMii d2x cIOS Warning
|
||||||
|
set "watext=Warning: d2x-v%d2x-beta-rev% cIOS is enabled but %CurrentcIOS% is recommended, consider enabling it in ModMii Classic's options"
|
||||||
if /i "%d2x-beta-rev%" NEQ "%CurrentcIOS:~5%" echo %watext%
|
if /i "%d2x-beta-rev%" NEQ "%CurrentcIOS:~5%" echo %watext%
|
||||||
if /i "%updatermode%" EQU "skin" if /i "%d2x-beta-rev%" NEQ "%CurrentcIOS:~5%" start support\wizapp MB exclamation
|
if /i "%updatermode%" EQU "skin" if /i "%d2x-beta-rev%" NEQ "%CurrentcIOS:~5%" start support\wizapp MB exclamation
|
||||||
|
set "watitle=%watitlebak%"
|
||||||
|
set "watext=%watextbak%"
|
||||||
|
|
||||||
if exist support\d2x-beta\d2x-beta.bat goto:skip
|
if exist support\d2x-beta\d2x-beta.bat goto:skip
|
||||||
|
|
||||||
:continue
|
:continue
|
||||||
|
Loading…
x
Reference in New Issue
Block a user