Facepunch / sbox-issues

173 stars 11 forks source link

Default / Preset Input Actions cannot be modified #6100

Open FawasInteractive opened 1 month ago

FawasInteractive commented 1 month ago

Describe the bug

Default input actions such as Run or Walk (so long as that's their name) cannot have their values modified (in terms of actually changing). My current loophole is to change the Run and Walk input actions to Run1 and Walk1, which worked, seems to be linked to the original names.

To Reproduce

  1. Change the primary keybind for "Crouch" to something else (ex. F)
  2. Use anything that uses the Crouch input action in code
  3. The expected method will only respond to Ctrl, not F

Expected behavior

This should correctly change the corresponding keybind.

Media/Files

No response

Additional context

No response

badandbest commented 1 month ago

I think this is the same as https://github.com/Facepunch/sbox-issues/issues/5906