ItemBrowser
In-game item browser for PEAK with search, unified offline/multiplayer spawning, ghost spectate teammate item delivery, and optional console spawn support (F5).
| Last updated | a month ago |
| Total downloads | 23741 |
| Total rating | 2 |
| Categories | Mods |
| Dependency string | cherrycove-ItemBrowser-0.2.4 |
| Dependants | 4 other packages depend on this package |
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
ItemBrowser
An in-game item browser and spawner for PEAK, built with PEAKLib.UI.


Features
- Press
F5to open/close the browser. - Search by localized item name or prefab name.
- Two-level filtering:
All / Food / Weapon, with sub-categories for Food and Weapon. - Click an entry to spawn the item through PEAK's built-in
GameUtils.InstantiateAndGrabflow. - Offline and multiplayer spawning now use the same grab-based path for more consistent behavior.
- Multiplayer spawn support for non-host players.
- When dead or in ghost/spectate mode, spawned items can be redirected to the currently observed teammate.
- Uses PEAK's built-in GameUtils.InstantiateAndGrab network flow, so the host does not need ItemBrowser installed.
- Optional in-game console command support via
Console Unlocker:ItemBrowser.Spawn <Item>- Example:
ItemBrowser.Spawn Rope - Command names are case-sensitive in the current PEAK console implementation.
- Multilingual UI support:
- Item names are resolved from game localization keys via
ItemNameKeyMap.json. - Mod-specific texts are loaded from
Localized_Text.jsonand injected intoLocalizedText.MAIN_TABLE. - UI labels refresh to the current game language when opening the browser.
- Item names are resolved from game localization keys via
Usage
- Launch PEAK with BepInEx.
- Enter a match, then press
F5to open ItemBrowser. - If you use
Console Unlocker, you can also spawn items from the in-game console withItemBrowser.Spawn <Item>.
Build
dotnet build -c Release
Thunderstore package output is generated under artifacts/thunderstore/ when building Release with tcli.