Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: dabone on March 10, 2005, 04:30:40 pm

Title: Mamewah 1.61 and House Of The Dead 2
Post by: dabone on March 10, 2005, 04:30:40 pm
Has anybody gotten hotd2 (PC) to launch form 1.61?

It used to work fine under 1.5

Also, I'm trying to run virtuacop2, but it requires 98 compatibility mode, and mamewah seems to ignore the compatibility settings on programs.


Later,
dabone
Title: Re: Mamewah 1.61 and House Of The Dead 2
Post by: hatrick on March 10, 2005, 06:09:18 pm
The compatibility settings should be completely independent of Mamewah.
If you set up a shortcut to the exe to start Virtual Cop that has the Win98 compatibility mode selected, and then have Mamewah call that shortcut, it should work.

I haven't tried this, but at least that's how it should work  ;)
Title: Re: Mamewah 1.61 and House Of The Dead 2
Post by: dabone on March 11, 2005, 12:23:23 am
Shortcut works great from windows.

Doesn't work under mamewah.


Mamewah is also launching HOTD2 as a process instead of as a application.
(And you can't alt-tab into a process.)


Later,
dabone
Title: Re: Mamewah 1.61 and House Of The Dead 2
Post by: clanggedin on March 11, 2005, 11:26:41 am
Dude, where'd you find HOTD2 for the PC?? I can't find it anywhere! I have HOTD and Virtua Cop 2, but no HOTD2.

Thanks
Title: Re: Mamewah 1.61 and House Of The Dead 2
Post by: dabone on March 11, 2005, 01:49:34 pm
http://search.ebay.com/house-of-the-dead-2-pc_W0QQfkrZ1QQfromZR8


Later,
dabone
Title: Re: Mamewah 1.61 and House Of The Dead 2
Post by: Chris on March 12, 2005, 08:57:55 am
It works for me.  I had to set the command line in MAMEWah to {dosbox} instead of {nodosbox} to get it to launch, though. 

HOTD2 is sweet with dual lightguns...

--Chris
Title: Re: Mamewah 1.61 and House Of The Dead 2
Post by: Popcorrin on March 12, 2005, 07:07:47 pm
It works for me.
Title: Re: Mamewah 1.61 and House Of The Dead 2
Post by: Chris on March 12, 2005, 07:10:29 pm

Is there a trick to getting the dual lightguns to work.
Title: Re: Mamewah 1.61 and House Of The Dead 2
Post by: vibez on March 16, 2005, 03:52:33 pm
Can anyone help me out. I have house of the dead 3 & virtuacop2. I have them showing up in the games list but they don't load.

For HOTD3 I have a .lnk pointing towards the launcher exe (the game won't load even on pc without this) When I try to launch via PC, everything is ok. But via mamewah I get a direct3d cannot innitialize error.

Virtual cop2 crashes. I have win98 compatabilty set in the .lnk & the exe. It loads ok when I click the .lnk. But crashes when I launch the .lnk in mamewah. It seems like the win98 compatabilty is ignored when launching via mamewah.

Anyone got these games working from mamewah in winxp? Fancy sharing your config's.
Title: Re: Mamewah 1.61 and House Of The Dead 2
Post by: DreamWeb on March 16, 2005, 04:13:23 pm
I find NFL Blitz for the PC the most difficult game to find.
Title: Re: Mamewah 1.61 and House Of The Dead 2
Post by: vibez on March 17, 2005, 12:55:04 pm
did anyone fix this for house of the dead 2? I have the problem of hotd2 being launched as a process & not an application.

here is my ini

Code: [Select]
emulator_title                            PC Games

### List Generation Settings ###
rom_path                                  c:\pcgames\links
rom_extension                             lnk
dat_file                                 
nms_file                                 
catver_ini_file                           
list_generation_method                    rom_folder

### Execution Settings ###
emulator_executable                       PC
commandline_format                        "[rompath]\[name].[romext]"{dosbox}{safelaunch}
alt_commandline_format_1                  [name]
alt_commandline_format_2                  [name]
game_specific_config_path                 
Title: Re: Mamewah 1.61 and House Of The Dead 2
Post by: Chris on March 17, 2005, 02:00:09 pm
did anyone fix this for house of the dead 2? I have the problem of hotd2 being launched as a process & not an application.

here is my ini

[code]emulator_title
Title: Re: Mamewah 1.61 and House Of The Dead 2
Post by: vibez on March 17, 2005, 02:47:14 pm
oh dear now I have a new problem. If run it from the start/run box with

"C:\House Of The Dead 2\Hod2.exe"
it loads ok

but if I put that into a batch file, it still launches the games as a process! even outside of mamewah

Can you post your batch file if it's different from mine. Or know what is going wrong on my system
Title: Re: Mamewah 1.61 and House Of The Dead 2
Post by: Chris on March 17, 2005, 09:09:40 pm
hotd2.bat:
Code: [Select]
@echo off
d:
cd \hotd2
start /wait hod2
exit
Title: Re: Mamewah 1.61 and House Of The Dead 2
Post by: vibez on March 18, 2005, 05:45:45 am
Cheers! I couldnt get a bat to run from mamewah. it grumbled about not being a .url or .lnk extention. So I created .lnk that pointed towards the .bat & now it works! Thanks again.

Now my last problem is that when I'm running virtuacop2 in my cabinet. I have no way to exit the game, unless I use alt+f4 on my keyboard or use the mouse. Neither of these help as they are hidden in the back of the cab most of the time. Has anyone got a way to exit the game with the keyboard/mouse?

Title: Re: Mamewah 1.61 and House Of The Dead 2
Post by: Chris on March 18, 2005, 09:59:13 am
Now my last problem is that when I'm running virtuacop2 in my cabinet. I have no way to exit the game, unless I use alt+f4 on my keyboard or use the mouse. Neither of these help as they are hidden in the back of the cab most of the time. Has anyone got a way to exit the game with the keyboard/mouse?
You might be able to do it with an AutoIt script.

--Chris