Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Sega Lightun Games, Mamewah and Autohotkey help  (Read 1968 times)

0 Members and 1 Guest are viewing this topic.

mumbles

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 89
  • Last login:January 25, 2024, 09:20:01 pm
  • I'm a llama!
Sega Lightun Games, Mamewah and Autohotkey help
« 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

darthbane2k

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 546
  • Last login:September 30, 2009, 04:54:06 am
  • Built the cab, just need the time to play!
Re: Sega Lightun Games, Mamewah and Autohotkey help
« Reply #1 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