Windows 8.1 Minimizer for ET

I'm looking for a working Windows 8.1 minimizer for ET. I tried the ZodiMizer and it doesn't seem to work (the non-native ingame resolution version gives me an error 'try again' and the other opens properly but doesn't minimize), so I'm in search of something else.
Comments
14
using windows 8 with minimizer without problem (well, some minor bugs with steam friends, but otherwise it's all good)
http://www.upload.ee/files/4222922/ET-mini.exe.html

try this one

Im also using windows 8.1 and its working fine for me
Try running ZodiMizer as admin
worked, thanks!
Parent
WINDOWPLACEMENT ETwp;
GetWindowPlacement(hWndET, &ETwp);
if (ETwp.showCmd == SW_SHOWMINIMIZED) {
ShowWindow(hWndET, SW_RESTORE);
HWND hWndETCon = FindWindowExA(FindWindow(0, "ET Console"), NULL, "Edit", 0);
SendMessage(hWndETCon, WM_SETTEXT, 0, (LPARAM) "quit");
SendMessage(hWndETCon, WM_CHAR, 13, 0);
} else {
ShowWindow(hWndET, SW_MINIMIZE);
ChangeDisplaySettings(NULL,0);
}
Parent
yes ok, why would you do that
Parent
Your improved minimizer.
For people like Bobika, Ohurcool, Embarred, etc.
Parent
alt+enter
Q3Minimizer maybe?
alt + enter
open as administrator
I have a different solution. It's called...wait for it...WINDOWS 7 !!! :D Waiting for win9, before I'm updating ;)
Back to top