Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.

Topic on Glossary talk:Controller

Emulating Controller input on a Keyboard

5
RaTcHeT302 (talkcontribs)

What's the cleanest and easiest way of doing that. For games such as Metal Gear Rising, where you need a controller to input the Konami Code.

Garrett (talkcontribs)

I used vJoy last time I wanted to do something like this for Windows games.

For DOS games the DOSBox mapper is fine (you'll need to set joysticktype= manually--on auto it will only report a controller if one is actually detected).

RaTcHeT302 (talkcontribs)

From what I understood vJoy needs to install a driver though, I was hoping for something a little bit more portable, I mean if I could remove it on the fly then that would be cool.

Garrett (talkcontribs)

Any normal method would involve a driver or something to have a controller show up. AutoHotkey can send controller inputs but it probably also needs an actual controller to be present for this.

RaTcHeT302 (talkcontribs)

Sorry I was being silly at the time, I was afraid it might be incomptible with some other stuff, I'll have to try this eventually.