Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # This configuration file will map a virtual xbox controller from Dualshock 4 controller.
- # Config will map to mostly Xbox controller equivalent buttons while adding a gyro mouse.
- # I made the following changes in custom config:
- # Mouse cursor floating (not centered)
- ### IMPORTANT! ###
- # In settings - Input - Customize controls - Input method override: Mouse & Keyboard
- # This prevents the autodetect from disabling mouse input when a gamepad input is applied
- # I found following custom controls promising:
- # Set hover axis to right stick up and down, but increase the dead zone to 0.15
- # Unbind hover up and hover down from LT and LB
- # Set roll axis to right stick left and right, but increase the dead zone to 0.25
- # Bind boost [HOLD] to LT
- # These changes allow me to make use of the right stick since it is not needed for flick sticking in this game.
- # I found these to be a bit annoying with default dead zones since they would often unintentionally fire roll/hover
- # when attempting to only use the other.
- RESET_MAPPINGS
- IGNORE_OS_MOUSE_SPEED
- IN_GAME_SENS = 0.5
- VIRTUAL_CONTROLLER = XBOX
- UP = X_UP
- DOWN = X_DOWN
- LEFT = X_LEFT
- RIGHT = X_RIGHT
- L = X_LB
- R = X_RB
- # W = X_X
- W = 1
- S = F
- N = X_Y
- # E = X_B
- E = 5
- L3 = X_LS
- R3 = X_RS
- - = X_BACK
- + = X_START
- HOME = CALIBRATE
- ZL_MODE = X_LT
- ZR_MODE = X_RT
- LEFT_STICK_MODE = LEFT_STICK
- RIGHT_STICK_MODE = RIGHT_STICK
- CAPTURE = NONE
- GRID_SIZE = 2 2
- T1,CAPTURE = ESC
- T2,CAPTURE = R
- T3,CAPTURE = LMOUSE
- T4,CAPTURE = RMOUSE
- # Gyro aim settings
- MIN_GYRO_SENS = 0.75
- MAX_GYRO_SENS = 0.75
- # Gyro thresholds are in degrees per second
- MIN_GYRO_THRESHOLD = 0
- MAX_GYRO_THRESHOLD = 75
- # Since LB is not needed for hover up, use it for gyro ratcheting instead
- GYRO_OFF = L
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement