You are viewing a potentially older version of this package.
View all versions.
BagConfig
Tweak the behavior of Belt Bags
Date uploaded | 2 months ago |
Version | 0.0.5 |
Download link | mattymatty-BagConfig-0.0.5.zip |
Downloads | 62260 |
Dependency string | mattymatty-BagConfig-0.0.5 |
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
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
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