PEAK
You are viewing a potentially older version of this package. View Latest Version
Install

Details

Date Uploaded
2 weeks ago
Downloads
12K
Size
115KB
Dependency string
khalil-ItemSpawnerPremium-2.0.0

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

  1. 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.

  2. 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.

  3. 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., regouchang finds 热狗肠)
    • Pinyin initials (e.g., r gc or rgc finds 热狗肠)
  4. Item categories (multi-tag) Horizontal category buttons below the search bar: All / Tools / Food / Mystical / Equipment / Consumables / Props.

    • 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 consumed or used up (bandages, medicine, balloons, heat packs, matchbook, parachute, etc.)
    • Props: world objects and recreational items (stone, stick, beehive, basketball, frisbee, etc.)
    • An item can belong to multiple categories; the "All" view groups items by their own categories.
  5. 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.

  6. 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

  1. Install BepInExPack_PEAK.
  2. Put plugins/ItemSpawnerPremium.dll into BepInEx/plugins/.
  3. 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 (C_Bishop/C_King/C_Knight/C_Pawn/C_Queen/C_Rook and variants), torn guidebook pages (GuidebookPage*), and any prefab suffixed _Prop/_TEMP/_UNUSED/_Hidden. Set HideUnused = false to reveal them all.

Acknowledgements

  • Original mod author: quackandcheesequackandcheese-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-ItemSpawner or ItemSpawnerEnhanced: they all respond to F5 and would open multiple spawner windows.
Thunderstore development is made possible with ads. Please consider making an exception to your adblock.