Author Topic: Server-sided category scrolling  (Read 2197 times)

I need keys which are usually close to each other and almost always both bound on the client side. I'm using the light key for scrolling through categories, and I need keys for scrolling within categories. Currently I'm using vehicle seat shifting; are there any other potential pairs I could use?

There is a command that will repurpose the brick select keybinds, you can then capture the 0-9 input on the server without building enabled. Also brick movement controls.

Telling me that there is such a command is useless if I don't know what it is. It also sounds like something suspiciously client-sided.

I'm not sure what it is and I'm not on my computer. Try typing clientcmdre and pressing tab a few times.

Unless it's clientcmdReceiveCommMessage then I doubt any of them are it.

Unless it's clientcmdReceiveCommMessage then I doubt any of them are it.
I'm sure there is a clientcmd for that... Do dumpconsolefunctions(); and then search for repurpose?

It's not default, which would mean it requires a client-sided component.

There is a command that will repurpose the brick select keybinds, you can then capture the 0-9 input on the server without building enabled. Also brick movement controls.

That is a part of the Too Many Bricks Inventory add-on.

That is a part of the Too Many Bricks Inventory add-on.
Oh.

Nevermind then.

You could still use the brick movement controls though.

Use the default paintcan binds, E and ctrl+E. I think they have a serverCmd for them.

You could try the vehicle seat changing command.

You could try the vehicle seat changing command.
This is what he's using but it's the best option.