Blockland Forums > Suggestions & Requests
More Capabilities Involving Scroll Wheel
Lugnut:
client side mod should be able to handle this, right?
also i was working on a menu library for use with mods
it made a list of items in centerprint, then you could scroll through it with brick shift up and down keys, and select with plant or something
never got it to work right
https://github.com/Tungul/GameMode_Microlite20/blob/master/lib/centerprint_scroller.cs
yeah, plant brick selects, shift brick up by plate scrolls line by line, shift brick by brick scrolls page by page
pretty cool idea, never got it working.
SWAT One:
I think that scroll wheel would probably be easiest. Personally, I would like to see the events the most. That way, you can store all the server rules or help files on one list.
Maybe another parameter that allows you to define list name, that way, you only see certain options, and this allows you to create sub-menus, rather than seeing the whole server's options at once.
Also, maybe parameters like the VCE range parameter for appropriate events.
Lugnut:
scroll wheels cannot be handled in stock blockland, so i tried to make a solution that works without a client mod
that doesn't mean the list mod couldn\t be made with possible client mods in mind
if i can iron out the time i will make your silly mod