
ItemSpawnerPremium
Standalone item spawner for PEAK (F5). Localized names in all 15 languages, pinyin initials/full-spelling search, multi-tag categories, right-click favorites, configurable hide-unused toggle, warm kraft-paper UI. Only BepInEx required.ItemSpawnerPremium
A standalone client-side item spawner for PEAK. Press F5 to open the browser and spawn any item in hand. Only BepInEx is required — no other mods.
This mod is a continuation of the original
quackandcheese-ItemSpawner, rebuilt as a single-DLL standalone mod. It replaces the original and requires no other dependency.
Features
-
Enlarged search bar, centered at the top The search bar sits at the top center of the menu, enlarged for readability; placeholder text follows the game language.
-
Localized item names in every game language Item names resolve from the game's built-in localization table (
LocalizedText), so the list follows all 15 supported languages. Items missing translations get names provided by this mod. -
Smart search + Pinyin Typing matches, ranked by relevance:
- The localized display name in the current language
- English display name and internal prefab name
- Pinyin full spelling (e.g.,
regouchangfinds 热狗肠) - Pinyin initials (e.g.,
r gcorrgcfinds 热狗肠)
-
Item categories (multi-tag) Horizontal category buttons below the search bar: All / Tools / Food / Mystical / Equipment / Consumables / Misc.
- Tools: climbing aids, portable stove, torch/lantern/candle, etc.
- Food: edible items (berries, mushrooms, eggs, drinks, edible creatures, etc.)
- Mystical: magical items (Amulets, Book of Bones, Warp Fungus, Ritual Dagger, etc.)
- Equipment: equippable or non-consumable items (backpacks, binoculars, bugle, compass, glider, etc.)
- Consumables: items with limited uses or consumed on use (bandages, medicine, balloons, heat packs, rescue claw, parachute, flares, etc.)
- Misc: world objects and recreational items with no use action (stone, stick, beehive, basketball, frisbee, snowball, etc.)
- An item can belong to multiple categories; the "All" view groups items by their own categories.
-
Favorites Right-click an item to toggle it as a favorite. A heart marker appears on favorited tiles, favorites persist across restarts (saved in BepInEx config), and a heart button on the category bar filters the list to favorites only.
-
Warm kraft-paper UI A light warm-beige card style with crisp high-contrast text and hover/selected states. A transparent dark style is also available via config.
Installation
- Install BepInExPack_PEAK.
- Put
plugins/ItemSpawnerPremium.dllintoBepInEx/plugins/. - Launch the game and press F5 to open the spawn menu.
Configuration
BepInEx/config/com.itemspawnerpremium.ItemSpawnerPremium.cfg:
| Section | Key | Default | Description |
|---|---|---|---|
| General | ToggleKey | F5 | The key to open/close the spawn menu (UnityEngine.KeyCode). |
| General | Style | HandDrawn | UI style: HandDrawn (warm kraft paper) or Transparent (dark translucent). |
| General | HideUnused | true | Hide decorative/test/unused items (chess pieces, torn guidebook pages, etc.). Set to false to show every item. |
| Favorites | ItemNames | [] |
Favorite item prefab names (JSON array); managed in the UI by right-clicking items. |
Hidden items
By default, known decorative/unused items are hidden to keep the list clean:
- Chess pieces: prefabs starting with
C_Bishop/C_King/C_Knight/C_Pawn/C_Queen/C_Rook(all colour and variant forms). - Torn guidebook pages: prefabs starting with
GuidebookPage(including the page scroll). - Any prefab whose name contains
_Prop,_TEMP,_UNUSEDor_Hidden(editor/test duplicates such asBinoculars_Prop,Clusterberry_UNUSED,Mandrake_Hidden). - A small explicit list of template/placeholder prefabs:
BaseConstructable Variant,BaseObject,Portable Speaker,Propeller,Skull,TestConstructable Variant,foodTest,Berrynana UNUSED.
Set HideUnused = false to reveal all of them. Favorites are never lost when toggling this option.
Acknowledgements
- Original mod author: quackandcheese —
quackandcheese-ItemSpawner(0.1.4), the original ItemSpawner this mod is based on. - Code reference: ItemSpawnerEnhanced by lllei — thanks for the reference implementation and ideas.
- TinyPinyin: TinyPinyin.Net (MIT, © 2017 Jay.M.Hu) for pinyin search. See
THIRD_PARTY_NOTICES.md.
Notes
- The list, category labels, and favorite button refresh automatically when the game language changes.
- Do not install alongside
quackandcheese-ItemSpawnerorItemSpawnerEnhanced: they all respond to F5 and would open multiple spawner windows.