From c2b733fa00440b3820fa2c63db27b7dd730b1d56 Mon Sep 17 00:00:00 2001 From: XFlak Date: Thu, 10 Apr 2025 15:12:06 +0300 Subject: [PATCH] See ModMii 8.0.1 Changelog for more info https://github.com/modmii/modmii.github.io/releases/tag/8.0.1 --- ModMiiSkin__SOURCE.au3 | 21 ++++++--------------- ModMii_Launcher.au3 | 4 ++-- ModMii_Launcher_32bit.au3 | 6 +++--- 3 files changed, 11 insertions(+), 20 deletions(-) diff --git a/ModMiiSkin__SOURCE.au3 b/ModMiiSkin__SOURCE.au3 index 09aa6a9..e4c480b 100644 --- a/ModMiiSkin__SOURCE.au3 +++ b/ModMiiSkin__SOURCE.au3 @@ -1,28 +1,19 @@ #Region ;**** Directives created by AutoIt3Wrapper_GUI **** -#AutoIt3Wrapper_icon=D:\ModMii\Support\icon.ico +#AutoIt3Wrapper_icon=C:\ModMii\Support\Skins\Default\skin.ico #AutoIt3Wrapper_outfile=ModMiiSkin.exe #AutoIt3Wrapper_UseX64=N #AutoIt3Wrapper_UseUpx=Y #AutoIt3Wrapper_Res_Description=ModMii Skin Launcher #AutoIt3Wrapper_Res_Fileversion=1.0.0.0 -#AutoIt3Wrapper_Res_LegalCopyright=ModMii by XFlak, Launcher by person66 +#AutoIt3Wrapper_Res_LegalCopyright=ModMii by XFlak #AutoIt3Wrapper_Res_Field=ProductName|ModMii Skin Launcher #AutoIt3Wrapper_Res_Field=ProductVersion|1.0.0.0 #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI **** -#cs ---------------------------------------------------------------------------- - AutoIt Version: 3.3.14.5 - Author: person66 +;script version 2.4 (2025-04-08) +;by XFlak, based on original ModMii Launcher by person66 - Script Function: - Move the ModMii skin window. - - Script Version: 2.2 - -#ce ---------------------------------------------------------------------------- - -;REMEMBER TO COMPILE WITH AUTOIT3WRAPPER -;https://www.autoitscript.com/site/autoit-script-editor/downloads/ +;Compile using Aut2Exe, or for smaller size use autoit3wrapper.au3 (https://www.autoitscript.com/site/autoit-script-editor/downloads/) #AutoIt3Wrapper_Autoit3Dir="C:\Program Files (x86)\AutoIt3" @@ -47,7 +38,7 @@ if $HasArgs = "True" then endif ;Check if other ModMii windows are open -if WinExists("[CLASS:WizAppWindow; TITLE:ModMii Skin]", "by XFlak") <> 0 OR WinExists("[CLASS:ConsoleWindowClass; TITLE:ModMii]", "") <> 0 then +if WinExists("[CLASS:WizAppWindow; TITLE:ModMii Skin]", "by XFlak") <> 0 OR WinExists("[CLASS:ConsoleWindowClass; TITLE:ModMii]", "") <> 0 OR WinExists("[CLASS:ConsoleWindowClass; TITLE:ModMii nand tools]", "") <> 0 OR WinExists("[CLASS:ConsoleWindowClass; TITLE:ModMii Inspector Wadget]", "") <> 0 OR WinExists("[CLASS:ConsoleWindowClass; TITLE:ModMii Game Image tools]", "") <> 0 OR WinExists("[CLASS:HTML Application Host Window Class; TITLE:ModMii]", "") <> 0 OR WinExists("[CLASS:ConsoleWindowClass; TITLE:ModMii WAD tools]", "") <> 0 OR WinExists("[CLASS:ConsoleWindowClass; TITLE:Administrator: ModMii]", "") <> 0 OR WinExists("[CLASS:ConsoleWindowClass; TITLE:Administrator: ModMii nand tools]", "") <> 0 OR WinExists("[CLASS:ConsoleWindowClass; TITLE:Administrator: ModMii Inspector Wadget]", "") <> 0 OR WinExists("[CLASS:ConsoleWindowClass; TITLE:Administrator: ModMii Game Image tools]", "") <> 0 OR WinExists("[CLASS:ConsoleWindowClass; TITLE:Administrator: ModMii WAD tools]", "") <> 0 then $AlreadyOpen = MsgBox(52, "WARNING", "It appears as if you already have a ModMii Window open." & @CRLF & @CRLF & "Running more than one instance of ModMii at a time is not" & @CRLF & "recommended and may get buggy." & @CRLF & @CRLF & "Are you sure you wish to continue?") if $AlreadyOpen <> 6 then exit diff --git a/ModMii_Launcher.au3 b/ModMii_Launcher.au3 index fe00983..73b4f2a 100644 --- a/ModMii_Launcher.au3 +++ b/ModMii_Launcher.au3 @@ -10,7 +10,7 @@ #AutoIt3Wrapper_Res_Field=ProductVersion|1.0.0.0 #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI **** -;script version 2.3 (2024-12-03) +;script version 2.4 (2025-04-08) ;by XFlak, based on original ModMii Launcher by person66 ;Compile using Aut2Exe, or for smaller size use autoit3wrapper.au3 (https://www.autoitscript.com/site/autoit-script-editor/downloads/) @@ -20,7 +20,7 @@ AutoItSetOption("TrayIconHide", 1) AutoItSetOption("WinTitleMatchMode", 3) -if WinExists("[CLASS:ConsoleWindowClass; TITLE:ModMii]", "") <> 0 OR WinExists("[CLASS:ConsoleWindowClass; TITLE:ModMii nand tools]", "") <> 0 OR WinExists("[CLASS:ConsoleWindowClass; TITLE:ModMii Inspector Wadget]", "") <> 0 OR WinExists("[CLASS:ConsoleWindowClass; TITLE:ModMii Game Image tools]", "") <> 0 OR WinExists("[CLASS:HTML Application Host Window Class; TITLE:ModMii]", "") <> 0 OR WinExists("[CLASS:ConsoleWindowClass; TITLE:ModMii WAD tools]", "") <> 0 then +if WinExists("[CLASS:ConsoleWindowClass; TITLE:ModMii]", "") <> 0 OR WinExists("[CLASS:ConsoleWindowClass; TITLE:ModMii nand tools]", "") <> 0 OR WinExists("[CLASS:ConsoleWindowClass; TITLE:ModMii Inspector Wadget]", "") <> 0 OR WinExists("[CLASS:ConsoleWindowClass; TITLE:ModMii Game Image tools]", "") <> 0 OR WinExists("[CLASS:HTML Application Host Window Class; TITLE:ModMii]", "") <> 0 OR WinExists("[CLASS:ConsoleWindowClass; TITLE:ModMii WAD tools]", "") <> 0 OR WinExists("[CLASS:ConsoleWindowClass; TITLE:Administrator: ModMii]", "") <> 0 OR WinExists("[CLASS:ConsoleWindowClass; TITLE:Administrator: ModMii nand tools]", "") <> 0 OR WinExists("[CLASS:ConsoleWindowClass; TITLE:Administrator: ModMii Inspector Wadget]", "") <> 0 OR WinExists("[CLASS:ConsoleWindowClass; TITLE:Administrator: ModMii Game Image tools]", "") <> 0 OR WinExists("[CLASS:ConsoleWindowClass; TITLE:Administrator: ModMii WAD tools]", "") <> 0 then $AlreadyOpen = MsgBox(52, "WARNING", "It appears as if you already have a ModMii Window open." & @CRLF & @CRLF & "Running more than one instance of ModMii at a time is not" & @CRLF & "recommended and may get buggy." & @CRLF & @CRLF & "Are you sure you wish to continue?") if $AlreadyOpen <> 6 then exit diff --git a/ModMii_Launcher_32bit.au3 b/ModMii_Launcher_32bit.au3 index 5ce264a..aa847b4 100644 --- a/ModMii_Launcher_32bit.au3 +++ b/ModMii_Launcher_32bit.au3 @@ -1,6 +1,6 @@ #Region ;**** Directives created by AutoIt3Wrapper_GUI **** #AutoIt3Wrapper_icon=C:\ModMii\Support\icon.ico -#AutoIt3Wrapper_outfile=ModMii.exe +#AutoIt3Wrapper_outfile=ModMii_32bit.exe #AutoIt3Wrapper_UseX64=N #AutoIt3Wrapper_UseUpx=Y #AutoIt3Wrapper_Res_Description=ModMii Launcher @@ -10,7 +10,7 @@ #AutoIt3Wrapper_Res_Field=ProductVersion|1.0.0.0 #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI **** -;script version 2.3 (2024-12-03) +;script version 2.4 (2025-04-08) ;by XFlak, based on original ModMii Launcher by person66 ;Compile using Aut2Exe, or for smaller size use autoit3wrapper.au3 (https://www.autoitscript.com/site/autoit-script-editor/downloads/) @@ -20,7 +20,7 @@ AutoItSetOption("TrayIconHide", 1) AutoItSetOption("WinTitleMatchMode", 3) -if WinExists("[CLASS:ConsoleWindowClass; TITLE:ModMii]", "") <> 0 OR WinExists("[CLASS:ConsoleWindowClass; TITLE:ModMii nand tools]", "") <> 0 OR WinExists("[CLASS:ConsoleWindowClass; TITLE:ModMii Inspector Wadget]", "") <> 0 OR WinExists("[CLASS:ConsoleWindowClass; TITLE:ModMii Game Image tools]", "") <> 0 OR WinExists("[CLASS:HTML Application Host Window Class; TITLE:ModMii]", "") <> 0 OR WinExists("[CLASS:ConsoleWindowClass; TITLE:ModMii WAD tools]", "") <> 0 then +if WinExists("[CLASS:ConsoleWindowClass; TITLE:ModMii]", "") <> 0 OR WinExists("[CLASS:ConsoleWindowClass; TITLE:ModMii nand tools]", "") <> 0 OR WinExists("[CLASS:ConsoleWindowClass; TITLE:ModMii Inspector Wadget]", "") <> 0 OR WinExists("[CLASS:ConsoleWindowClass; TITLE:ModMii Game Image tools]", "") <> 0 OR WinExists("[CLASS:HTML Application Host Window Class; TITLE:ModMii]", "") <> 0 OR WinExists("[CLASS:ConsoleWindowClass; TITLE:ModMii WAD tools]", "") <> 0 OR WinExists("[CLASS:ConsoleWindowClass; TITLE:Administrator: ModMii]", "") <> 0 OR WinExists("[CLASS:ConsoleWindowClass; TITLE:Administrator: ModMii nand tools]", "") <> 0 OR WinExists("[CLASS:ConsoleWindowClass; TITLE:Administrator: ModMii Inspector Wadget]", "") <> 0 OR WinExists("[CLASS:ConsoleWindowClass; TITLE:Administrator: ModMii Game Image tools]", "") <> 0 OR WinExists("[CLASS:ConsoleWindowClass; TITLE:Administrator: ModMii WAD tools]", "") <> 0 then $AlreadyOpen = MsgBox(52, "WARNING", "It appears as if you already have a ModMii Window open." & @CRLF & @CRLF & "Running more than one instance of ModMii at a time is not" & @CRLF & "recommended and may get buggy." & @CRLF & @CRLF & "Are you sure you wish to continue?") if $AlreadyOpen <> 6 then exit