Shared by UffomiesUffomies
- 05 Jan 2024 13:33

rating: 0+x

Configuration to play Stalker GAMMA with JoyShockMapper

RESET_MAPPINGS

# Calibrate. Flick stick relies on good calibration; gyro and stick sens make more sens with it, too.
# This may not be correct, adjust as needed
REAL_WORLD_CALIBRATION = 13.0

# Please set IN_GAME_SENS to your in game mouse speed setting. I just installed GAMMA and didn't touch the sensitivity setting. It shows aim sensitivity 1 and mouse sensitivity 0.71 for me.
IN_GAME_SENS = 1.0

N = 3       # Draw/stow main weapon
E = LCONTROL # Crouch
W = R       # reload or unjam
S = SPACE   # Jump
LLEFT = A   # Move left
LRIGHT = D  # Move right
LUP = W     # Move forward
LDOWN = S   # Move backward
L = Q       # L-Bumper Lean left
R = E       # R-Bumper Lean right
L+R = LCONTROL+LSHIFT # Both bumpers for Prone

L3 = X      # Run
R3 = N      # Night vision 

### Directional pad left or right first then another button
LEFT,N = 1  # Knife
LEFT,E = 2  # 2nd weapon
LEFT,S = 4  # Binoculars
LEFT,W = 5  # Bolt
LEFT,L = 6  # 2nd gadget
LEFT,R = 7  # Suppressor

RIGHT,N = F1 # Quick access 1
RIGHT,E = F2 # Quick access 2
RIGHT,S = F3 # Quick access 3
RIGHT,W = F4 # Quick access 4
RIGHT,L = Y  # Ammo selector
RIGHT,R = L  # Flashlight toggle / hold for laser sight

DOWN  = F   # Interact
UP    = C   # Companion wheel command 

- = ESC     # ps4 controller options button for esc to back out of menus and such
+ = T       # Wipe mask

### Press until click on the corners of the touchpad
GRID_SIZE = 2 2
CAPTURE = NONE
T1,CAPTURE = SCROLLUP
T2,CAPTURE = M          # Map
T3,CAPTURE = SCROLLDOWN
T4,CAPTURE = I          # Inventory

# Change this path to point to where ever you extracted JoyShockMapper
C:\tools\JoyShockMapper_x64\GyroConfigs\_3Dmouse.txt

### Use soft pull left to dampen gyro sensitivity, full pull left to aim and soft pull right to fire
ZR_MODE = NO_SKIP
ZR = LMOUSE # Shoot
ZL_MODE = NO_SKIP
ZLF = RMOUSE # Aim / Block
ZL,GYRO_SENS = 4 2

MIN_GYRO_SENS = 7 3.5
MAX_GYRO_SENS = 12 6

### Pull left trigger, then press one of these buttons
ZL,LEFT = SCROLLUP   # Zoom in on scope
ZL,DOWN = SCROLLDOWN # Zoom out on scope
ZL,UP   = V          # Secondary scope toggle / underbarrel grenade launcher
ZL,N    = G          # Throw grenade

GYRO_OFF = RIGHT_STICK

ADAPTIVE_TRIGGER = OFF

Uffomies's Notes

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 Stalker GAMMA page.