You are viewing a potentially older version of this package. View all versions.
lsy_windy-BagConfigTooltipFixed-1.0.4 icon

BagConfigTooltipFixed

Standalone BagConfig fork that fixes accumulating Belt Bag tooltips.

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-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

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:
    Miscellaneous Gale Tab
  • Limit Settings:
    Limits Gale Tab
    • example configuration of custom categories:
      Example Categories
      Example Ammo Category
      Example Weapon Category
  • Host Settings:
    Host Gale Tab

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