You are viewing a potentially older version of this package.
View all versions.
BagConfig
Tweak the behavior of Belt Bags
| Date uploaded | 4 days ago |
| Version | 1.0.2 |
| Download link | mattymatty-BagConfig-1.0.2.zip |
| Downloads | 3410 |
| Dependency string | mattymatty-BagConfig-1.0.2 |
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.2304README
BagConfig
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:
- 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.3 ???
- 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