Extra Binds

Author Topic: Extra Binds  (Read 4724 times)

Extra Binds

Adds various extra bindable actions and repurposes some default binds.

Keybinds:

  • Warp - shortcut for the /warp command
  • Reset Velocity - immediately enter and exit admin orb
  • Destructo Wand - shortcut for the /magicWand command
  • Wand - shortcut for the /wand command
  • Duplicator - shortcut for the /duplicator command
  • Fill Can - shortcut for the /fillCan command
  • Un-Use Tool - Unequip whatever you're holding without needing the spray can or other items
  • Move Up - moves the camera up - you can also use E (spray can) for this
  • Move Down - moves the camera down - you can also use Q (tools) for this

Changes:

  • The number keys (1234567890) will select/deselect items instead of bricks when in a mini-game with building disabled
  • The spray can and item menu toggles (E and Q by default) will move up and down when controlling a camera

Download Client_ExtraBinds.zip (2 KB) from justfilehosting.space.

Hm. Some of these are really useful. Although some of these were already made(by me).

Hm. Some of these are really useful. Although some of these were already made(by me).

This post has been made before(by you).


Hm. Some of these are really useful. Although some of these were already made(by me).
That's pretty egotistical and unnecessary.

That's pretty egotistical and unnecessary.
I did say that these are useful. And it's not my fault if people make things that have already been made. Usually when someone makes something that's already been made around here, everyone jumps down their throat : /

When it's literally the same thing yeah.

But as you said, only some of them.

Wouldn't that abuse warp more?

When it's literally the same thing yeah.

But as you said, only some of them.
Well. Sorry.

Wouldn't that abuse warp more?
If warping is abusive then it's the problem, not the shortcut.

By any chance, could you add a use bind, such as for opening doors?

(Sorry for bumping, possibly)

By any chance, could you add a use bind, such as for opening doors?

(Sorry for bumping, possibly)
you can press e to open doors but only in minigames iirc

you can press e to open doors but only in minigames iirc
Ik, but I'm talking about outside of minigames, and e only works if building is disabled

Ik, but I'm talking about outside of minigames, and e only works if building is disabled
clientCmdSetPaintingDisabled(bool);

Set it to 1 when you want to press E on doors, then back to 0 when you want to paint stuff (it has to be permitted or it won't work properly)

or just CommandToServer('activateStuff'); but of course this would have to be bundled with an add-on to be useful