Vampire: The Masquerade – Bloodhunt – Set Multiple Key Binds

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

Find Config

All credit goes to Schwifty !

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.

Volodymyr Azimoff
About Volodymyr Azimoff 13955 Articles
I love games and I live games. Video games are my passion, my hobby and my job. My experience with games started back in 1994 with the Metal Mutant game on ZX Spectrum computer. And since then, I’ve been playing on anything from consoles, to mobile devices. My first official job in the game industry started back in 2005, and I'm still doing what I love to do.

Be the first to comment

Leave a Reply

Your email address will not be published.


*