Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: mumbles on April 03, 2006, 05:14:14 am

Title: Sega Lightun Games, Mamewah and Autohotkey help
Post by: mumbles on April 03, 2006, 05:14:14 am
Hi,

i have the follwing sega light gun games Virtua Squad (Pause key + f3, exit + alt f4), Virtua Cop 2 (Pause = f3, exit = alt+f4), House of The Dead (pause = p, exit = alt+f4), House Of The Dead 2 (Pause = enter, exit = escape), House of the dead 3 (pause = enter, exit = alt+f4). Now i run all thse games under mamewah andon my control panel puase=p and exit = escape so i want to be able to remap the keys to reflect that and then after i exit each individual games p stills eguals pand esc still equls escape. Now i think autohotkey can do this but waht script do i need and where in my batch files do i enter it. to run the above games i do the follwing

*** Virtua Cop batch ***
@ECHO OFF
D:
CD BATCH
Virtua Cop.BRS

**** Virtua Cop.brs ***
d:\prorgam files\vc.exe


So where do i enter a autohotkeyscript to do what iwant and what should it say??

thanks in advance
Title: Re: Sega Lightun Games, Mamewah and Autohotkey help
Post by: darthbane2k on April 03, 2006, 06:13:45 am
Create an exe out of your autohotkey script - lets say for example its called escape.exe.

Edit your "virtua cop.brs" batchrun file and insert a line BEFORE Vc.exe is launched:

RUN  \whatever your path is\escape.exe