Like Light Toggle or Actual Buttons? Because The Use Button Is The Best Button On There But Yet So Bad... Cant Loot A Box Without Alarming Anyone & All THe Other Buttons You Have Suck They All Disadvantage You Or Annoy You Somehow. Thanks!
Addition of more buttonsSuggestion
It's a great plugin but I agree, the buttons offered are already tied to other actions.
Having 2 actions tied to 1 button leads to a poor user experience.
You need to decouple these buttons. I've spent some time considering which would be best and I think you should give the option to use the "Z" and "C" key on the keyboard for pet actions. Those are unused keys, are close to the movement keys, and easily accessible.
Having 2 actions tied to 1 button leads to a poor user experience.
You need to decouple these buttons. I've spent some time considering which would be best and I think you should give the option to use the "Z" and "C" key on the keyboard for pet actions. Those are unused keys, are close to the movement keys, and easily accessible.
summerbummerIt's a great plugin but I agree, the buttons offered are already tied to other actions.
Having 2 actions tied to 1 button leads to a poor user experience.
You need to decouple these buttons. I've spent some time considering which would be best and I think you should give the option to use the "Z" and "C" key on the keyboard for pet actions. Those are unused keys, are close to the movement keys, and easily accessible.
ok so you cant use buttons that arent in the config is the problem
100% agree.
In the meantime, I think I've come up with the least annoying controls for it.
I set the use key to be middle mouse button. (third mouse button)
I set the follow/not follow key to be crouch.
Hope this helps!
There aren't many buttons that plugins can listen for input.
FORWARD (W)
BACKWARD (S)
LEFT (A)
RIGHT (D)
JUMP (SPACE)
DUCK (CTRL)
SPRINT (SHIFT)
USE (E)
FIRE_PRIMARY (MOUSE1)
FIRE_SECONDARY (MOUSE2)
RELOAD (R)
FIRE_THIRD (MOUSE3)
To use any other key requires the plugin to have either a console or chat command that you can bind to a key for ex. bind Z "chat.say /chatcommand" or bind X "consolecommand"
FORWARD (W)
BACKWARD (S)
LEFT (A)
RIGHT (D)
JUMP (SPACE)
DUCK (CTRL)
SPRINT (SHIFT)
USE (E)
FIRE_PRIMARY (MOUSE1)
FIRE_SECONDARY (MOUSE2)
RELOAD (R)
FIRE_THIRD (MOUSE3)
To use any other key requires the plugin to have either a console or chat command that you can bind to a key for ex. bind Z "chat.say /chatcommand" or bind X "consolecommand"