Shared by tekgeekstertekgeekster
- 09 Jun 2021 18:48

rating: 0+x

Configuration to play Titanfall 2 with JoyShockMapper

# Example configuration for a 3D game (mouse turns the camera) with flick stick
# (Any line that starts with # is ignored by JoyShockMapper)
# First, reset to defaults so we don't have to set values we don't care about
RESET_MAPPINGS

#My gyro settings. Replace with your own if you need.
GYRO_SPACE = WORLD_TURN
REAL_WORLD_CALIBRATION = 45.454 #Do not change this value.
IN_GAME_SENS = 1
GYRO_SENS = 3.1 2.8
GYRO_CUTOFF_SPEED = 0.75

RESTART_GYRO_CALIBRATION
SLEEP 2                       # wait two seconds
FINISH_GYRO_CALIBRATION

VIRTUAL_CONTROLLER = XBOX #Tells JSM to create a virtual Xbox controller

#Touchpad settings go here
TOUCHPAD_DUAL_STAGE_MODE #Tells touchpad to react to both touch and presses
GRID_SIZE = 2 1 #Divides the pad into two sections similar to steam
TOUCH = GYRO_INVERT #Touchpad is great for turning gyro off temporarily on touch or for inverting gyro for active re-centering
T1,CAPTURE = X_BACK #Score
T2,CAPTURE = X_START #Menu

#Change controller configs in game to your personal preference
UP = X_UP
DOWN = X_DOWN
LEFT = X_LEFT
RIGHT = X_RIGHT
L = X_LB
R = X_RB
W = X_X
S = X_A
N = X_Y
E = X_B
L3 = X_LS
R3 = X_RS
- = F12
+ = ^GYRO_OFF #Toggles gyro on and off when needed. (e.g. off in menus, on for gameplay.
HOME = X_GUIDE
ZL_MODE = X_LT
ZR_MODE = X_RT
# Hybrid stick to allow slow normal camera adjustments for B-hopping and flick stick on outer edge for quick turning.
LEFT_STICK_MODE = LEFT_STICK
RIGHT_STICK_MODE = AIM
RRING, RIGHT_STICK_MODE = FLICK
RIGHT_STICK_DEADZONE_OUTER = 0.0001
STICK_POWER = 0.7
STICK_SENS = 360 180
RIGHT_STICK_DEADZONE_INNER = 0.05

#Personal Hair Trigger Calibrations for Dualsense. Calibrate your Dualsense's triggers and replace with your own below with the command CALIBRATE_TRIGGERS
#RIGHT_TRIGGER_OFFSET = 33
#RIGHT_TRIGGER_RANGE = 141
#LEFT_TRIGGER_OFFSET = 31
#LEFT_TRIGGER_RANGE = 147

tekgeekster's Notes

Recommended to use JSM 3.2 onward.

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 Titanfall 2 page.