Anyone know how to load these bad boys from a frontend say like Mamewah? I could just load them by clicking on icons on the windows desktop or Start Menu.
PS Fozzy I just bought them all from Hoots off of eBay. $2.99 a game! Sweet!
Glad you got your games.....
Yes, you can just copy them to the hard drive they run perfectly well and have no protection scheme.
Yes, there is a way to load them up from your front end, and have them start up full screen instead of in a box at 320X240
Cananas wrote a little launcher that you can run from your front end to start them up in the correct mode. You need to google for a copy of a program called AutoHotkey run the following script in it and then use AutoHotkey to create an .exe file. start that file from your front end and all will be good! This will start them up at full screen and when you re-load the gun it will not drop the cursor to the bottom corner.
Run,mdm.exe ; Run MadDog McCree
IfWinNotExist,Mad Dog McCree
{
winwait,Mad Dog McCree,,100
WinActivate,Mad Dog McCree
Send f ; Fullscreen
Send r ; reload don't move the cursor down
return
}
else
{
WinActivate,Mad Dog McCree
Send f ; Fullscreen
Send r ; Reload don't move the cursor down
return
}
*1::Send {LControl}; like LControl starts the game I remap to the '1' key
*Escape::
Send !{F4} ; Press ALt+F4 to exit
ExitApp ; Kill this script
return
After you use AutoHotkey to create the exe Mamewah is quite happy to run it and start them up full screen.
Alternatively, you can use the ALG Launcher program written by Eric Rudd... that has the same result but lets you launch any ALG game and sets them up properly with only a single launch program. Here's the link for that:
http://erikruud.freeservers.com/arcade/ALGLaunch.zipBest Regards,
Julian (Fozzy The Bear)