You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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"
The text was updated successfully, but these errors were encountered: