Controller Friendly Hotbars

by IvanGS

Makes the quickbars work more like minecraft for better controller support

Utilities
3 years ago
1.1
253
Owner:
IvanGS
Source:
https://github.com/mattjbrown/Control...
Homepage:
N/A
License:
MIT
Created:
3 years ago
Latest Version:
0.3.0 (3 years ago)
Factorio version:
1.1
Downloaded by:
253 users

Adds new hotkeys for moving the item in the next and previous quickbar slot into your hand.

The implementation is a little strange, due to the fact that we can't actually switch which quickbar item is selected, so it keeps its own internal counter and draws a little pointer to the active bar slot from the mod.

The default keybindings for next and previous quickbar slot are . and , respectively.

Right now it allows you to scroll through your top two quickbar slots, but I might be limiting it to 1 bar in the future. I want to actually build some experience using it first before finalizing any of those settings.

0.2.0 - Add a few more keybinding for some helpful utility quickbar functions
0.3.0 - Use location instead of padding for the GuiElement. Apparently I was just making the element really large the other way, causing placement issues.