Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

neodrive

a downloadable arcade racer demo · By sevencrane

[solved] cool game but issues with keyboard config

A topic by vegabonn created 32 days ago Views: 41 Replies: 5
Viewing posts 1 to 4

i can't setup the controls for my keyboard

Developer(+1)

Hi, could you elaborate a little more so I can look into it? Are your keybinds not being set in the rebind UI, or are they not being persisted when you load into a track, or are they being rebound but the inputs aren't being picked up?

my keybinds aren't being set in the rebind UI... there are these darker parts that seem to not allow me to add my binds.

Developer(+1)

Ah I see, thanks for the pic. Those darker parts on the right are reserved for controller inputs, and the darker parts under Keyboard are axes. 

You can rebind your inputs, but you should use the + fields. Instead of binding Gas, for instance, you want to bind Gas+. Same for Brake: bind Brake+ to the key you want to trigger it.Steer+ is steer right, Steer- is turn left.

I'm using a Unity input package that autogenerates these buttons, because I'm too lazy to make this UI rebinding system myself, so I don't have much control over it, sorry. Since gas/brake/steering are linear inputs instead of binary on/off, when you add a keyboard key, you need to define a key as "when this is pressed, treat this axis as full 100% input."

(+1)

thank, problem solved

Developer(+1)

hell yeah, thanks for the update