PeakConsole
Enhanced in-game console for PEAK: teleportation, item & prefab spawning, status control, RPC-synced commands, command favorites and copy helpers. Press F1 and open the Console tab.
| Last updated | 5 days ago |
| Total downloads | 257 |
| Total rating | 0 |
| Categories | Mods AI Generated |
| Dependency string | wwshare-PeakConsole-1.3.0 |
| Dependants | 0 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
PeakConsole
An enhanced in-game console for PEAK built on BepInEx. It adds a visual command browser plus a large set of host tools: teleportation, item/prefab spawning, status effect control, and RPC-synced commands.
- Author: wwshare
- Game: PEAK
- Framework: BepInEx 5.4.2403
Installation
- Install BepInEx for PEAK
- Drop the DLL into
PEAK/BepInEx/plugins/ - Launch the game and press
F1to open the console
Key Bindings
- F1 — Toggle the console
- F2 — Reset console DPI to default
- Tab — Cycle command suggestions while typing
Features
Visual Command Browser
Open the console and switch to the Console tab to browse every command:
- Search by name or description
- Filter by category
- Star commands as favorites and filter to favorites only
- One-click copy button and right-click copy for every command
- Execute commands through input fields and player dropdowns
Command Console
- Command autocomplete with
Tab - Case-insensitive matching and method-name-only input (e.g.
addhunger 1resolves automatically) - Right-click any log line to copy it
Host Tools
- Teleport yourself or other players
- Spawn items and world prefabs at your crosshair (alias matching for names with spaces)
- Apply or clear 15 status effects (hunger, cold, poison, curse, petrify, ...)
- RPC-synced commands that apply to all players (time of day, player effects, map transitions)
- Server Info page with player management and mod detection
Commands
Every command follows the Class.Method args format. Run Help in the console to list all available commands. A few examples:
Teleport.To
Teleport.PlayerToMe <player>
PrefabSpawnCommands.ListPrefabs
PrefabSpawnCommands.SpawnPrefab <name> [count]
StatusCommands.AddHunger <amount>
StatusCommands.ClearAllStatuses
RPCCommands.SetDayTime
ServerAdmin.ListPlayers
AI Disclosure
Parts of this project (code, documentation and refactoring) were created with the
assistance of GitHub Copilot (Microsoft), a generative AI coding assistant, used
inside Visual Studio Code. Per the Thunderstore Global Rules, this is declared here
and in the assembly metadata (AI_Assisted_Creation / AI_Model_Vendor). This
package is listed under the AI Generated category.
All functionality has been built and tested against PEAK before upload.
Credits
This project is an independent, MIT-licensed derivative of Advanced Console by
Keklick1337 (Vladislav Tislenko). The original copyright notice is preserved in
LICENSE as required by the MIT license. All new code, UI work, command fixes,
localization and packaging in this release are by wwshare.
License
See LICENSE.