Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

PSA: Rebinding controls

A topic by Henke created Jan 23, 2023 Views: 390 Replies: 3
Viewing posts 1 to 4
(+2)

To rebind to arrow keys for steering, open config.ini and change steering to:

steerLeft = 263

steerRight = 262

throttle = 265

brake = 264

Sweet!

Developer

Thanks for that suggestion, I added them here in the docs: https://github.com/nothke/shakedown-docs#rebinding-controls

(+1)

I managed to get throttle and brakes correctly mapped to the triggers on my DualSense with the following adjustments to config.ini:

brakeAxis = 3
brakeAxisDeadzone = 0
brakeAxisNormalized = 1
brakeAxisInvert = 0

throttleAxis = 4
throttleAxisDeadzone = 0
throttleAxisNormalized = 1
throttleAxisInvert = 0

Essentially you just have to decrease throttleAxis and brakeAxis by 1. This might be because, by default, the right stick is also picked up on the default throttle/brake axes.