You are viewing a potentially older version of this package. View all versions.
Sopika-Inspect_Fix-1.0.1 icon

Inspect Fix

Fixes the bug where the inspect panel stays the same even after throwing/selling/switching items

By Sopika
Date uploaded 6 days ago
Version 1.0.1
Download link Sopika-Inspect_Fix-1.0.1.zip
Downloads 66
Dependency string Sopika-Inspect_Fix-1.0.1

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2305 icon
BepInEx-BepInExPack

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

Preferred version: 5.4.2305

README

Settings

BepInEx/config/inspectfix.cfg

OnItemSwitch (default: Follow)

  • Follow: updates the panel to the item you just equipped
  • Hide: closes the panel the moment you switch
  • Vanilla: leaves it alone, stale info and all

HideWhenItemGone (default: true)

Closes the panel when the item it describes stops existing, so selling or eating what you just inspected takes the panel with it.

Install

Mod manager, or drop InspectFix.dll in BepInEx/plugins/.

CHANGELOG

Changelog

1.0.2

  • The panel no longer closes when an item is swapped rather than put away. The game replaces a held item by clearing your hands and refilling them in the same breath, so every swap looked briefly like empty hands. It now reads what you're holding once a frame instead of reacting to every change.
  • Works with Stackable Items. Eating one out of a stack keeps the panel up and moves it onto the next one, and only the last one closes it.
  • Settings show up in mod menu.
  • EmptyHandsDelay and DebugLogging settings.

1.0.1

  • Changed the internal plugin id. No behaviour changes.

1.0.0

First release.