mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-26 04:39:51 -04:00
no longer show megahack message on installer
maybe we should make it show which dll file is conflicting..
This commit is contained in:
parent
b4235bb59a
commit
6ed419aab0
1 changed files with 1 additions and 4 deletions
|
@ -399,7 +399,7 @@ Function .onVerifyInstDir
|
|||
IfFileExists $INSTDIR\Geode.dll valid
|
||||
|
||||
; check mod loaders/mod menus
|
||||
IfFileExists $INSTDIR\hackpro.dll megahack
|
||||
IfFileExists $INSTDIR\hackpro.dll other
|
||||
IfFileExists $INSTDIR\ToastedMarshmellow.dll other
|
||||
IfFileExists $INSTDIR\quickldr.dll other
|
||||
IfFileExists $INSTDIR\XInput9_1_0.dll other
|
||||
|
@ -413,9 +413,6 @@ Function .onVerifyInstDir
|
|||
noGameNoLife:
|
||||
SendMessage $geode.DirectoryPage.ErrorText ${WM_SETTEXT} "" "STR:$(GEODE_TEXT_GD_MISSING)"
|
||||
Goto error
|
||||
megahack:
|
||||
SendMessage $geode.DirectoryPage.ErrorText ${WM_SETTEXT} "" "STR:$(GEODE_TEXT_MH_ALREADY_INSTALLED)"
|
||||
Goto error
|
||||
other:
|
||||
SendMessage $geode.DirectoryPage.ErrorText ${WM_SETTEXT} "" "STR:$(GEODE_TEXT_MOD_LOADER_ALREADY_INSTALLED)"
|
||||
Goto error
|
||||
|
|
Loading…
Add table
Reference in a new issue