Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. My bare hosting costs are currently not met so please consider becoming a contibuting member by either clicking this text or the Patreon link on the right.

Patreon

Recommended Posts

Posted

hia all

can any one help me out with the controls in epsxe1.7 this is the 1st time ive had it setup and running well

i have setup all my controls but when i use butt 3 the close menu pops up or it stop my psx game

the menu is the one where you left click at the top left of a window and it lets you move, size, min, and maximize an close a window

plus im having some probs with the setup controls in sega model 2 emul

it will not let me setup the accelerate or brake. they are set to analog joy (null) (inv)

im running a jamma 3but cab with ipac and an arcadevga pc2.4gig

hope some one can help

thanx carl.

Posted
hia all

can any one help me out with the controls in epsxe1.7 this is the 1st time ive had it setup and running well

i have setup all my controls but when i use butt 3 the close menu pops up or it stop my psx game

the menu is the one where you left click at the top left of a window and it lets you move, size, min, and maximize an close a window

plus im having some probs with the setup controls in sega model 2 emul

it will not let me setup the accelerate or brake. they are set to analog joy (null) (inv)

im running a jamma 3but cab with ipac and an arcadevga pc2.4gig

hope some one can help

thanx carl.

Connect a keyboard to your IPACS and redifine your game pad keys to ones that dont bring up menus etc... So if button 3 is F and thats bringing up the file menu. Make the key you have assigned to button 3 H or something.

Then use autohotkey to map F::H so when you press button 3 it sends H which controls the game and not F that brings up the menu.

Save the script and make an EXE of it (compile) Then lauch that program in the launch before section of the emu. Then in lauch after kill the AHK process so it doesnt break other emus.

Posted
Connect a keyboard to your IPACS and redifine your game pad keys to ones that dont bring up menus etc... So if button 3 is F and thats bringing up the file menu. Make the key you have assigned to button 3 H or something.

Then use autohotkey to map F::H so when you press button 3 it sends H which controls the game and not F that brings up the menu.

Save the script and make an EXE of it (compile) Then lauch that program in the launch before section of the emu. Then in lauch after kill the AHK process so it doesnt break other emus.

hi brian thanx for the fast reply

wow that sounds complicated bit of a noob when it comes to mappin keys an compiling exe and ahk process ?

is there a tut on the forum i can follow like im a 3 year old lol

Posted
hi brian thanx for the fast reply

wow that sounds complicated bit of a noob when it comes to mappin keys an compiling exe and ahk process ?

is there a tut on the forum i can follow like im a 3 year old lol

No here really. But if you tell me what your keys are I can make one up real quick.

I need your directionals and buttons for both players.

Also you said you have a 3 button cab? That will make MOST games un playable. Unless I understood you incorrectly.

Posted
No here really. But if you tell me what your keys are I can make one up real quick.

I need your directionals and buttons for both players.

Also you said you have a 3 button cab? That will make MOST games un playable. Unless I understood you incorrectly.

thanx brian that be brill m8 if you can do that

is there any easy way of finding out the keys use on my cab!

yes 3 butts im going to add more soon. not 100% if im going to get a new 6butt cab

or if i will stick with the one i have an add butts an so on.

all started from me geting a rave racer sitdown then a jamma cab

now i can not stop looking for arcade cabs to buy lol

sad bit is my flat is 6floors up so can not get any thing to BIG lol

thanx loadz

Posted
thanx brian that be brill m8 if you can do that

is there any easy way of finding out the keys use on my cab!

yes 3 butts im going to add more soon. not 100% if im going to get a new 6butt cab

or if i will stick with the one i have an add butts an so on.

all started from me geting a rave racer sitdown then a jamma cab

now i can not stop looking for arcade cabs to buy lol

sad bit is my flat is 6floors up so can not get any thing to BIG lol

thanx loadz

There is a program called CHARPROBE that will tell you what keys your pressing.

:)

Posted
There is a program called CHARPROBE that will tell you what keys your pressing.

:)

rite brian

got that porg down and this is wat i get

player 1

cab up = up key

cab down = down key

cab left = left key

cab right = right key

cab butt 1 = control key

cab butt 2 = alt key

cab butt 3 = spacebar

player 2

cab up = r letter

cab down = f letter

cab left = d letter

cab right = g letter

cab butt 1 = a letter

cab butt 2 = s letter

cab butt 3 = q letter

cab player 1 butt = key 1

cab player 2 butt = key 2

cab coin butt = key 5

i hope this helps. carl.

Posted

Here are you new Keys

Button 1 = B

Button 2 = Z

Button 3 = M

So map the keys in NULLDC

cab butt 1 = control key

cab butt 2 = alt key

cab butt 3 = spacebar

To the above

Run this program and see if it works.

Keys.zip

Posted
Here are you new Keys

Button 1 = B

Button 2 = Z

Button 3 = M

So map the keys in NULLDC

cab butt 1 = control key

cab butt 2 = alt key

cab butt 3 = spacebar

To the above

Run this program and see if it works.

brill m8 it works 100% with epsxe.

i have got the exe to run when i start a psx game but how do i get the keys.exe to exit when i quit out of epsxe

Posted

all sorted thanx for all your help brian

i got autohotkey down and added

control::b

alt::z

space::m

esc::exitapp <---- the esc bit now it exits when i exit epsxe

thanx loads brian for your time m8

Posted

needed to add to this

control::b

alt::z

space::m

esc::exitapp

#SingleInstance force <-------- add this line or it trips up in the gameex screensaver mode

just for anyone who dont no! :)

Guest
This topic is now closed to further replies.
×
×
  • Create New...