You are viewing a potentially older version of this package.
View all versions.

BagWheel
A new interface for quickly selecting an item from the BeltBag
Date uploaded | 2 weeks ago |
Version | 1.0.4 |
Download link | Lega-BagWheel-1.0.4.zip |
Downloads | 616 |
Dependency string | Lega-BagWheel-1.0.4 |
This mod requires the following mods to function

BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100
Evaisa-HookGenPatcher
Generates MonoMod.RuntimeDetour.HookGen's MMHOOK file during the BepInEx preloader phase.
Preferred version: 0.0.5

Rune580-LethalCompany_InputUtils
API/Library for creating Unity InputActions with in-game re-binding support. Provides an alternative UI that allows for supporting mods to have in-game re-bindable keybinds.
Preferred version: 0.7.7README
BagWheel
BagWheel is a mod that introduces a selection wheel for easily switching between items stored in the BeltBag
The BeltBag doesn't need to be in hands (only equipped) and the selected item won't appear in the inventory bar
- When the selected item is dropped, it’s removed from the bag
- If the player scrolls to switch objects, the item will return to the bag
The shortcut for the selection wheel is configurable
Credits
- aglitchednpc and its testing team
CHANGELOG
CHANGELOG
Version 1.0.4
- Fixed an error in configs
Version 1.0.3
- Fixed an animation issue when switching between two items with special animations (this fix only applies to the BeltBag bug, there is the same issue in vanilla and it's fixed by the ButteryFixes mod)
- It is no longer possible to interact with the bag wheel when the player is holding a two-handed item
- Updated UI visuals
- Changed item selection and configuration:
- Each slot now has its own configuration
- It is now possible to configure any item (modded or not), with searches based on the exact name
- The format is 'ImageName:ItemNames'
- ImageName is the name of the image to use from the available options
- ItemNames is the list of item names that can be selected for this slot, separated by commas
- To disable a slot, use 'DISABLED' instead of the image name
Version 1.0.2
- It is no longer possible to interact with the bag wheel while the player is performing a special animation (e.g., at the terminal or climbing a ladder)
- Fixed a typo where an extra space slipped into the name of the Walkie Talkie in the config file (you'll need to either manually edit the file or delete it to allow it to regenerate, sorry about that)
- Added the ability to use 'DISABLED' instead of a name to disable a slot at the desired position
Version 1.0.0
- Initial release