Shared by Sleepy Weeby
- 11 Jul 2020 00:19
Configuration to play Resident Evil 7: Biohazard with JoyShockMapper
#Resident Evil 7 Calibration
RESET_MAPPINGS
#Right stick settings
#Flick stick is on by default but if you want normal stick aim control put a "#" next to Right Stick Mode = Flick, and take off the "#" next to Right Stick Mode = Aim
# Use flick stick
RIGHT_STICK_MODE = FLICK
REAL_WORLD_CALIBRATION = 187.45555
COUNTER_OS_MOUSE_SPEED
#Use stick aim
# Stick sensitivity is in degrees per second
STICK_SENS = 360
STICK_POWER = 4
STICK_ACCELERATION_RATE = 1
STICK_ACCELERATION_CAP = 2
#RIGHT_STICK_MODE = AIM
# Change this to whatever mouse sensitivity you have in the game you're playing
#RE7 has both a camera and aim sensitivity set them both to the same number for a consistent experience
IN_GAME_SENS = 1
# Aim settings
# Gyro sens of 1 means you'll turn the same amount in game as in the real world
MIN_GYRO_SENS = 1
MAX_GYRO_SENS = 1.75
# Gyro thresholds are in degrees per second
MIN_GYRO_THRESHOLD = 0
MAX_GYRO_THRESHOLD = 75
# Button mappings
#All buttons line up with the standard game-pad layout. Only exception is holding the "W" button for switching ammo instead of "ZL+N" which I think is more natural
GYRO_OFF = L3 #Hold L3 to realign gyro controls when they get off center, this is similar to having to lift and recenter a mouse on a mouse-pad
UP = 2 #D-pad controls for weapon switching
RIGHT= 4
DOWN = 3
LEFT = 1
LLEFT = A #Left stick for standard movement controls
LRIGHT = D
LUP = W
LDOWN = S
ZR = LMOUSE #Shoot/melee
ZL = RMOUSE #Aim
R = LCONTROL #Quick heal
L = SPACE #Guard
N = TAB #Inventory
W = R G #Tap to reload, hold to switch ammo type
E = X #180 turn
S = F #Interact/select
L3 = LSHIFT #Sprint
R3 = C #Crouch
+ = ESC #Pause menu
Sleepy Weeby's Notes
IN_GAME_SENS is set to 1 in the config because it feels smoother. This game has two values one for camera and one for aim make them both 1. Also this game does have aim assist which I'd recommend turning off for a more consistent experience across the board. Other than that, if you're familiar with the standard game-pad control scheme this config should feel right at home. Only exception is switch ammo type is hold W(West or square on Dualshock) face button instead of LT+N. Additional notes are left inside the config itself.
How to Use this Config
Using JoyShockMapper configurations is easy once you know how. If you haven't used it before, check out the guide. For using a community config like this one, you only need to get through the first two sections — Installing JSM and Using an already-made configuration file.
Just copy the above configuration into a text file, change the IN_GAME_SENS to match your in-game settings, and then drag that file into JoyShockMapper and hit Enter to use it right away. Some games have their own limitations with certain controllers or require some extra setup, so make sure to check for any notes near top of the main Resident Evil 7: Biohazard page.