Vampire The Masquerade Bloodhunt: How to Set Multiple Key Binds

Add multiple key binds to 1 function. e.g jump with spacebar + scroll wheel.

 

How to Set Multiple Key Binds

Find Config
Windows Key+R to open Run window and then paste “%localappdata%”, navigate to \Tiger\Settings Open “InputBindings.json” with notepad.

Edit Config
In this case I’m using this method to jump with scroll wheel. For some reason its blocked in game, but you can use scroll wheel for switching weapons. Basically I have just copied and pasted the “Jump” commands and replaced the key with mouse wheel.

{
“actionName”: “Jump”,
“bShift”: false,
“bCtrl”: false,
“bAlt”: false,
“bCmd”: false,
“key”: “MouseWheelAxis”
},

I did also remove “MouseWheelAxis” from switching weapons. I dont want to switch weapon and jump at the same time. This was just an example. You can use this method to create multiple binds.

Save
Finally save the config file. Right click properties, select read only and apply.


Thanks to Schwifty for his great guide, all credit to his effort. you can also read the original guide from Steam Community. enjoy the game.

Related Posts:

About Robins Chew

I'm Robins, who love to play the mobile games from Google Play, I will share the gift codes in this website, if you also love mobile games, come play with me. Besides, I will also play some video games relresed from Steam.

Leave a Comment