Quick Guide to Rebind Your W (Up) Key
By Sphinc.
A simple guide to change your W key to match 2D fighting games or hitbox controllers.
Find Your Config File:
- Go to your game’s config file.
- The path is usually:
- C:\Users\Your_Name\AppData\Roaming\Sega\VFREVOBETA\Steam
- Quick way: Type %AppData% in your file explorer and then find the rest of the folders.
Change the Settings:
Open config.ini with Notepad and look for the text at the beginning:
[VF5FS_P1]
Minigame_LeftLever_Up="16,87"
Minigame_LeftLever_Down="17,83"
Minigame_LeftLever_Left="18,65"
Minigame_LeftLever_Right="19,68"
Minigame_LeftLever_Up_alt="12,38"
Minigame_LeftLever_Down_alt="13,40"
Minigame_LeftLever_Left_alt="14,37"
Minigame_LeftLever_Right_alt="15,39"
Minigame_Punch="0,74"
Minigame_Kick="1,75"
Minigame_Guard="2,32"
Minigame_PunchKick="7,85"
Minigame_PunchGuard="6,79"
Minigame_KickGuard="5,73"
Minigame_PunchKickGuard="4,72"
LMenu="9,9"
RMenu="8,27"
LS="10,78"
RS="11,77"
You’ll see this line in your file:
[VF5FS_P1]
Minigame_LeftLever_Up="16,87"
Minigame_LeftLever_Up_alt="12,38"
You need to change one of the numbers to 32. You have two options:
- Change “16,87” to “16,32” – this will affect your W key.
- Change “12,38” to “12,32” – this will affect your Up Arrow key.
After you pick one and make the change, save the file. If your game is running, close it and start it again. Make sure your changes are still there when you check.
Be the first to comment