Sorry for bringing up an old topic but I just cannot get House of the Dead 2 or 3 to work, and I felt that starting a new topic for this wouldnt be right...
Right now I'm currently trying to get specifically HOTD3 to run from Mala ... I tried using an AHK script and it seems to work fine when from windows, or when the game has been run once already. Otherwise Mala will just react like it wants to start the game, with no response. I should also note that I've replaced the explorer shell with Mala via the wiki registry instructions, in case that matters. Also, I don't have the compiled exe in Mala, but a shortcut to it. It actually resides in the HOTD3 folder.
Ths script I use is as follows:
Run C:\Program Files\SEGA\THE HOUSE OF THE DEAD3_EU\hod3launch.exe
IfWinExist THE HOUSE OF THE DEAD 3
{
WinActivate
}
Click 312, 235
IfWinExist THE HOUSE OF THE DEAD 3
{
WinActivate
}
I've also used (with the same outcome)
Run C:\Program Files\SEGA\THE HOUSE OF THE DEAD3_EU\hod3launch.exe
WinWait THE HOUSE OF THE DEAD 3
WinActivate
Click 312, 235
WinWait THE HOUSE OF THE DEAD 3
WinActivate
And before I get flamed. I have searched the forum many times looking for the solution to relative issues with HOTD 3 (with both the whole phrases in quotes and the acronyms in quotes), and have come up with nothing.. I was actually trying to prevent being flamed and thought that I was just going crazy because I figured the solution had to be SOMEWHERE.... but I haven't seen it...
The relative posts I found are:
1,
2,
3,
4, and
5.. I think I found others with slight mention but the post itself wasnt about the issue, and it didn't seem relevant (ie: HOTD3 is so cool!!)
Anyone?