You are viewing a potentially older version of this package.
View all versions.
ItemInfoDisplayForkedCNPlus new
Displays item information with CN localization, updated for PEAK 2.0.a: adds accurate descriptions for all new items (amulets, jetpack/rocketpack, glider, candle, anti-zooka, ritual dagger, warping items, new foods, more).
| Date uploaded | a day ago |
| Version | 1.2.0 |
| Download link | khalil-ItemInfoDisplayForkedCNPlus_new-1.2.0.zip |
| Downloads | 1114 |
| Dependency string | khalil-ItemInfoDisplayForkedCNPlus_new-1.2.0 |
This mod requires the following mods to function
BepInEx-BepInExPack_PEAK
BepInEx pack for PEAK. Preconfigured and ready to use.
Preferred version: 5.4.2403README
ItemInfoDisplayForkedCNPlus_new (PEAK)
Displays detailed item information with Chinese (CN) localization. Updated for PEAK 2.0.a.
This release is based on the original ItemInfoDisplayForkedCNPlus v1.1.3 package (https://thunderstore.io/c/peak/p/cherrycove/ItemInfoDisplayForkedCNPlus/), which was in turn forked from jkqt/ItemInfoDisplay and chuxiaaaa/ItemInfoDisplay.
What's New in v1.2.0
- Added descriptions for all new PEAK 2.0.a items, including:
- New amulets: Clone, Healing, Infinite Stamina, Super Jump, Scout's Honor
- Mobility/utility: Jetpack, Rocketpack, Parachute, Glider, Fannypack, Candle
- Weapons/tools: Anti-Zooka (Void Launcher), Ritual Dagger, Warp Fungus, Warpsketball
- Creatures/food: Frog, Frog Legs, Early Worm, Nest Egg (Raven), Lollipop (Evil), and more
- Accurate values verified against the 2.0.a game data (petrify costs, stamina/fuel, durations, radii, etc.)
- Corrected semantics for petrify gains (one-time, not per-second) on Infinite Stamina / Clone / Super Jump amulets.
- Refined cooking text consistency, dart readability, and next-cook hint accuracy.
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
- Displays new-item effects with verified values (jetpack fuel, candle fuel, glider stamina cost, anti-gravity ball, ritual dagger sacrifice, warp-on-throw, etc.)
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:
- jkqt for the original ItemInfoDisplay mod (https://github.com/jkqt/ItemInfoDisplay)
- chuxiaaaa for CN localization and maintenance (https://github.com/chuxiaaaa/ItemInfoDisplay)
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>).
CHANGELOG
Changelog
1.2.0 (for PEAK 2.0.a)
- Added descriptions for all new PEAK 2.0.a items: new amulets (Clone/Healing/Infinite Stamina/Super Jump/Scout's Honor), Jetpack, Rocketpack, Parachute, Glider, Fannypack, Candle, Anti-Zooka (Void Launcher), Ritual Dagger, Warp Fungus, Warpsketball, Frog/Frog Legs, Early Worm, Nest Egg (Raven), Follypop (Lollipop Evil), Portable Speaker (Airplane Food) and more.
- Verified all new-item values against actual 2.0.a game data (petrify costs, stamina/fuel, durations, radii).
- Fixed petrify semantics: Infinite Stamina amulet gains +30 petrify once on activation (not per-second); Clone amulet gains petrify (not consumes).
- Corrected Super Jump petrify display (8 -> 7) and added group-launch radius.
- Fixed duplicate poison hint on Scout Cookies after 4 cooks.
- Localized cooking replace target names (e.g. Frog -> Frog Legs) and Cheat Compass biome names (Caldera/The Kiln).
- Added missing Follypop infinite-stamina effect and "unlimited uses" hint for Rescue Hook Infinite.
- Switched StatusFieldStatus references to
varfor future game-update compatibility.
1.1.3 (for PEAK v.1.53.a)
- Refined cooking preview behavior for dart-type items to avoid misleading enable/disable/no-effect hints.
- Reformatted dart effect text into bullet lines for clearer readability in CN localization.
- Fixed
NEXT COOK: NO EFFECTshowing together with real cook effects. - Unified thorn-related cooking action display to status-point format (gain/remove thorns value).
- Updated Healing Puff Shroom display to first-entry + follow-up per-second wording.
- Added explicit skeleton-only curse gain text for Book of Bones (
+25 Curse).
1.1.2 (for PEAK v.1.53.a)
- Refined cooking text readability and consistency in CN localization.
- Unified next-cook delta display format with other cooking lines.
- Improved handling for cooking explosion/wreck/no-effect outcome hints.
- Added clearer wording for action-based cooking effects (e.g. thorns/afflictions).
1.1.1 (for PEAK v.1.53.a)
- Bump version for Thunderstore upload.
1.1.0 (for PEAK v.1.53.a)
- Updated for newer PEAK versions.
- Refined localization text and display details.
- Updated packaging and publishing metadata.