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 donating by either clicking this text or the Patreon link on the right.

Patreon

Recommended Posts

Posted

hey people, ive got a question, i have set up my cab and included amiga gamebase, but i have to use autohotkey to program my buttons to the standard 1s

my buttons are:

player1: player2:

up = w up = up arrow

down = s down = donwn arrow

left = a left = left arrow

right = d right = right arrow

button 1 = z button 1 = b

button 2 = x button 2 = n

button 3 = c button 3 = m

button 4 = v button 4 = .

could someon plz post a autohotkey script with my buttons for amiga gamebase plz? ive read the

readme's and stuff but i cant seem to work it out :(.

If i see how it should look like i should be able to create new ones if i need them for other consoles, tyvm

Posted

Have you taken a look at WinUAE Loader? It allows you to map your controls in that as well as a bunch of other settings for launching WinUAE from a cab. It can also fully integrate with GameEx.

You can check out this thread for more detailed instructions on how to get it running in GameEx. If you have any problems just post here.

Posted

didnt know about it, tried it and works like a charm, tyvm headkaze for this, however, if anybody has the time, could they make an autoscript anyway plz? seems like i have a bunch of pc games that dont have configurable buttons to and it would be nice to have a base script where i just have to edit the keys that are nescecery, tyvm for your help

Posted
didnt know about it, tried it and works like a charm, tyvm headkaze for this, however, if anybody has the time, could they make an autoscript anyway plz? seems like i have a bunch of pc games that dont have configurable buttons to and it would be nice to have a base script where i just have to edit the keys that are nescecery, tyvm for your help

GameEx can already do this, check out "Advanced Configurations". Have a look in GameEx\CONFIG\EMULATORS for some examples. To remap keys use the following format.

[KEYBOARDREMAP]

# Remap Keys for the emulator. Specify from the from key, which is the key you wish to replace the to key
# This should be good enough for real time gaming. Registered version feature. Look at VKCodes.htm for codes.

Enabled=True

Remap_1_From_VK=
Remap_1_To_VK=

You can take a look at VKCodes.htm or use my utility called "Virtual Key code lookup" from here and you can press a key to get the keycode.

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