Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
BagConfigTooltipFixed
Standalone BagConfig fork that fixes accumulating Belt Bag tooltips.
By lsy_windy
| Date uploaded | a day ago |
| Version | 1.0.4 |
| Download link | lsy_windy-BagConfigTooltipFixed-1.0.4.zip |
| Downloads | 51 |
| Dependency string | lsy_windy-BagConfigTooltipFixed-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.2100README
BagConfigTooltipFixed
[!IMPORTANT] This is a standalone fork of BagConfig. Do not install it together with the original BagConfig.
Credits and license
This mod is based on BagConfig, originally created by mattymatty (The Matty).
The original project is licensed under the MIT License. This fork retains the original copyright notice and license in LICENSE.
This fork is maintained and distributed by lsy_windy.
Tweak the behavior of the Belt bag.
Client-Side:
- Set the max amount of items in the bag
- Set what items can be put in the bag
- Set the range form where you can grab items
- Limit how many items of a type you can store
Host-Side:
- Ensure other users in your lobby cannot exceed the settings you chose.
Fixes:
- Prevent repeated
StartOfRound.Start()calls from accumulating duplicate Belt Bag tooltips - Apparatus grab will trigger the facility shutdown
- as vanilla, prevent Maneater from being grabbed as it will soft-lock the lobby
- Apply correct Vertical Offset of items that are dropped from the bag ( partial will not work for Cruiser )
Additional Features:
- HUD warning on Full bag or Item not allowed
- Empty bag interaction
Disclaimer:
All keybinds use the vanilla system so Item Secondary use for grab and Item Tertiary use for empty!
Configs:
- Misc Settings:

- Limit Settings:
- example configuration of custom categories:



- example configuration of custom categories:
- Host Settings:

CHANGELOG
v1.0.4
- Forked as BagConfigTooltipFixed by lsy_windy
- Fixed Belt Bag tooltips accumulating whenever StartOfRound.Start runs
- Added per-item storage for the original tooltip arrays
- Added temporary tooltip-size diagnostic logging
- add a LethalConfig button to fix a vanilla issue that can leave bags in an invalid state
v1.0.1
- rebuild for v73
- add support for remapping keys with InputUtils
v1.0.0
- lockdown client-side actions if the mod is missing on the host
v0.0.5
- improve Readme
- add option to hide the bag when pocketed
- improve Tooltip messages
v0.0.4
- Fix NRE
v0.0.3
- Reworked allowList sytem
- Added Host-Side checks
- Added support for late join
- Fix dropped items clipping into the floor ( cruiser is still buggy! )
v0.0.1
- WIP