Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xbox One Controller: Remove Bindings #19

Open
maxlimitz opened this issue Oct 18, 2020 · 2 comments
Open

Xbox One Controller: Remove Bindings #19

maxlimitz opened this issue Oct 18, 2020 · 2 comments

Comments

@maxlimitz
Copy link

I used the dpEmotes package to change my emote bindings, so that the character dances with numpad 4, 5, 6, 7, 8 and 9 keys (or does some other emote). There is no way of removing those key bindings and now I can not play with my Xbox One controller, because when I try to move with the left stick, the character dances. I can not use the keyboard as it is too difficult to control the character that way.

Out of curiosity, I tried to reset / remove the emote bindings with commands like these:

// maybe I could use an "empty" value

emotebind num4 null
emotebind num5 null
emotebind num6 null
...

emotebind num4 nil
emotebind num5 nil
emotebind num6 nil
...

emotebind num4 false
emotebind num5 false
emotebind num6 false
...

emotebind num4 ""
emotebind num5 ""
emotebind num6 ""
...

emotebind num4 0
emotebind num5 0
emotebind num6 0
...

emotebind num4
emotebind num5
emotebind num6
...

// maybe there is a way to reset or cancel the binding

emotebind num4 reset
emotebind num5 reset
emotebind num6 reset
...

emotebind num4 resetdef
emotebind num5 resetdef
emotebind num6 resetdef
...

emotebind num4 cancelemote
emotebind num5 cancelemote
emotebind num6 cancelemote
...

// maybe there is a default value

emotebind num4 emote1
emotebind num5 emote2
emotebind num6 emote3
emotebind num7 emote4
emotebind num8 emote5
emotebind num9 emote6
...

// maybe there is an emote that will not animate for some reason
// karate emote kind of allows me to walk, but only in one direction

emotebind num4 clown3
emotebind num5 clown3
emotebind num6 clown3
...

emotebind num4 sit
emotebind num5 sit
emotebind num6 sit
...

emotebind num4 notepad
emotebind num5 notepad
emotebind num6 notepad
...

emotebind num4 karate
emotebind num5 karate
emotebind num6 karate
...

// maybe I can use a "running" (walk style) emote

emotebind num4 quick
emotebind num5 quick
emotebind num6 quick
...

// I tried the bind command, but I guess it's for the server owners only

bind NUMPAD 4 "NUMPAD 4"
bind NUMPAD 4 "LLEFT"
bind NUMPAD4 "LLEFT"
bind "NUMPAD4" "LLEFT"

@maxlimitz
Copy link
Author

// the smoke emote kind of let's me move

emotebind num4 smoke
emotebind num5 smoke
emotebind num6 smoke
...

@maxlimitz
Copy link
Author

Quostix might have a solution on how to add a reset / cancel functionality:

https://forum.cfx.re/t/dpemotes-1-7-390-emotes-walkingstyles-keybinding-dances-expressions-and-shared-emotes/843105/461?u=maxlimitz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant