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

Inspect Fix

The inspect panel now follows the item in your hands instead of leaving the last one you inspected on screen while you switch slots.

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

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

Inspect Fix

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

Settings

BepInEx/config/inspectfix.cfg

Setting Default What it does
OnItemSwitch Follow Follow retargets the panel to the item you just equipped. Hide closes the panel the moment you switch. Vanilla leaves it alone.
HideWhenItemGone true Close the panel when the item it describes stops existing.

Install

Use a mod manager, or drop InspectFix.dll into 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.