ItemInfoDisplayForkedCNPlus (PEAK)
Forked from jkqt and chuxiaaaa, maintained for current PEAK versions.
Features
- Displays consumable status changes (e.g. Hunger, Poison, Curse, Stamina)
- Displays item weight and remaining uses
- Displays cookability, cooked count, and next-cook delta hints
- Displays more readable cooking behavior text in CN localization
- Shows extra action/affliction hints for cooking-related effects
Cooking Text Update (v1.1.3)
- Refined dart item text formatting into readable bullet lines.
- Removed misleading dart cooking preview lines (
AFTER COOK ENABLE/DISABLE and false NO EFFECT).
- Improved consistency for
NEXT COOK DELTA and no-effect hint logic.
- Added clearer skeleton-related text (
+25 Curse, skeleton-only) for Book of Bones.
- Updated thorn cooking action display to status-point format.
- Updated Healing Puff Shroom wording to first-entry + follow-up per-second style.
Config
- Font Size
- Text Outline Width
- Line Spacing
- Size Delta X (horizontal text offset workaround)
- Force Update Time
- Enable Test Mode (cycle items with F1/F2, log with F3)
Installation
- Install
BepInEx-BepInExPack_PEAK.
- Place the mod DLL into
BepInEx/plugins.
Credits
Thanks to:
Thunderstore Packaging
- Build package:
dotnet build -c Release -target:PackTS
- Publish package:
dotnet build -c Release -target:PackTS -p:PublishTS=true
- Version is read from
src/ItemInfoDisplay/ItemInfoDisplay.csproj (<Version>).