Mercenary Kings

Mercenary Kings

Not enough ratings
Proper Keyboard + Mouse Controls
By Silverizer
I'm not a fan of using a gamepad for PC, nor do I have one. Some games however aren't my cup of tea when it comes to controls, luckily there is a way to properly play Mercenary Kings with a keyboard AND a mouse.
   
Award
Favorite
Favorited
Unfavorite
Intro/Download
Unfortunately, the controls aren't the best for my taste, however a quick download can solve everything and a free vir- I mean...helpful non-virus link.

http://www.autohotkey.com/

It's a safe link and it'll help for other games with off controls as well!
Making the script and contents
After you download and install properly, go to your desktop and right click: choose new, then choose AutoHotKeyScript



(Name it whatever you like)

After naming and creating your script, right click and click Edit Script



After opening it up, paste the following contents inside

RButton::i

LButton::j

space::k

shift::l

r::space

MButton::LShift

q::r

#MaxHotkeysPerInterval 155555

NumLock::ExitApp

Let me explain what does what:

Right Mouse Button = Melee (Knife)

Left Mouse Button = Shoot (Pew Pew)

Space = Jump (Bunny style)

Shift = Roll (Do a barre- yeah..)

Middle Mouse = Chat pop up (The dialogue wheel type thing)

Q = Switch to gun (Will still allow R as reload)

Note: You can easily change these if you don't like them, just put what key you want the following action to be first, and then whatever the games scripted key is next. (A bit confusing.)

The Max Hot Key is so the script doesn't stop mid game telling you you've been spamming your keys like some wild monkey for the past minute or two.

The NumLock is so you can close the script, once it's open you'll obviously lose control of your normal set up. Once you're done with the game, just press Number Lock a few times and it should close the script.



This is my personal setup, it works best for me. Go ahead and change it to how you like if this is not your cup of tea. ~

In the end the scrip should look something like this.


Conclusion/Q&A
Once you're finished editing and all of that, just save and exit the script. Whenever you play the game, get into the game first and double click the script to open it up with your key set up. Should work just fine. If you have any problems feel free to comment below and let me know!



Q&A Section:

Q: Does this work with other games?

A: Yes. I have used this for DMC3 and 4, as I feel they have some...derp controls as well, I do have a guide for that as well if need be, but anything can work with this basically, as long as you have set up the keys properly.