You are viewing a potentially older version of this package. View all versions.
k1r_gamer-PEAK_AIO_APEX-1.1.1 icon

PEAK AIO APEX

All-in-one mod menu for PEAK with player cheats, inventory editor, teleportation, world interaction, lobby control, and multi-language support.

Date uploaded 4 months ago
Version 1.1.1
Download link k1r_gamer-PEAK_AIO_APEX-1.1.1.zip
Downloads 1017
Dependency string k1r_gamer-PEAK_AIO_APEX-1.1.1

This mod requires the following mods to function

BepInEx-BepInExPack_PEAK-5.4.2403 icon
BepInEx-BepInExPack_PEAK

BepInEx pack for PEAK. Preconfigured and ready to use.

Preferred version: 5.4.2403
penswer-DearImGuiInjection-1.0.0 icon
penswer-DearImGuiInjection

Inject Dear ImGui into any process with C#

Preferred version: 1.0.0

README

PEAK AIO APEX Mod

An all-in-one mod menu for PEAK that brings together player enhancements, inventory tools, teleportation, world interaction, and lobby control in a clean, tabbed ImGui interface.

Supports English, 简体中文, 繁體中文, 日本語, 한국어, and Italiano.


Features

Player

  • Infinite Stamina — sprint and perform actions without stamina drain
  • Freeze Afflictions — lock all status effects in their current state
  • No Weight — remove carry-weight penalties from items and backpack
  • Speed Modifier — adjustable movement speed multiplier
  • Jump Modifier — adjustable jump height with optional no-fall-damage
  • Climb / Vine / Rope Speed — independent speed multipliers for each traversal type
  • Fly Mode — free-flight in all directions with configurable speed and acceleration
  • Teleport to Ping — instantly warp to your map ping location
  • Teleport to Coordinates — enter X/Y/Z and teleport directly

Inventory

  • Item Slot Editor — search and assign any game item to your 3 inventory slots
  • Item Recharge — restore charges (fuel, uses, durability) to any held item

World

  • Container Browser — list all luggage/containers within 300 m, sorted by distance
  • Open Container — remotely open any selected container
  • Open All Nearby — unlock every container in range at once
  • Warp to Container — teleport directly to a selected container

Lobby

  • Player List — view all connected players in the session
  • Revive / Kill — revive or kill any individual player
  • Warp To / Warp To Me — teleport to a player or bring them to you
  • Revive All / Kill All — batch actions with an "exclude self" toggle
  • Warp All To Me — pull every player to your position
  • Spawn Scoutmaster — spawn the Scoutmaster enemy near a selected player (host only)

UI

  • Tabbed Sidebar — Player, Items, Lobby, World, About, and Language tabs
  • Configurable Menu Key — change the toggle hotkey without editing code (default: Insert)
  • Multi-Language — switch languages in-game from the Language tab
  • Persistent Settings — all toggles, sliders, and preferences are saved to a config file

Installation

With a Mod Manager (recommended)

Click Install with Mod Manager — all dependencies are handled automatically.

Manual

  1. Install BepInEx 5.4.23.3 (x64) into your PEAK game folder.
  2. Run the game once and close it to generate the BepInEx folder structure.
  3. Install DearImGuiInjection — place the DearImGuiInjection folder into BepInEx/plugins/.
  4. Place PEAK-AIO.dll into BepInEx/plugins/.
  5. Launch PEAK using DirectX 12 (not Vulkan).

Usage

Press Insert (default) in-game to toggle the mod menu overlay and cursor.

Fly Mode

Enable from the Player tab. Use WASD to move, Space to ascend, Ctrl to descend. Adjust speed and acceleration with sliders.

Teleport to Ping

Enable from the Player tab, then place a map ping. You'll instantly warp to the pinged location.

Inventory Editor

Use the Items tab to search for any game item by name, assign it to a slot, and recharge item durability/fuel.

Lobby Controls

The Lobby tab lets you interact with other players — revive, kill, teleport to/from, and spawn enemies (host only).

World / Containers

The World tab lists all nearby containers (within 300 m). Remotely open them or teleport to their location.


Configuration

Settings are saved to BepInEx/config/com.onigremlin.peakaio.cfg after first run.

Setting Section Default Description
Menu Toggle Key [General] Insert Any validUnityEngine.KeyCode name
Language [UI] 0 (English) 0=English, 1=简体中文, 2=日本語, 3=한국어, 4=Italiano, 5=繁體中文

All toggles and sliders are also persisted in the config file.


Troubleshooting

Issue Solution
Menu doesn't appear Make sure you're runningDirectX 12 (not Vulkan). Check that both DearImGuiInjection and PEAK-AIO.dll are in BepInEx/plugins/.
Insert key doesn't work Another program may be capturing the key. Change the hotkey in the config file.
Game crashes on launch Verify you're usingBepInEx 5.x (not 6.x). Remove conflicting mods.
Features don't work Most features require beingin a session (not on the main menu). Some lobby features require being the host.

Credits


Disclaimer

This mod is provided as-is for educational and personal use only. It is not affiliated with or endorsed by the developers of PEAK. Use at your own risk. Multiplayer features may affect other players — use them considerately.

CHANGELOG

Changelog

v1.1.2

Bug Fixes

  • Fixed stamina and other self-targeted mods not working — reworked character cache in GameHelpers to properly detect when Character.localCharacter changes, clearing stale component references that caused mods to silently fail
  • GetCharacterData() now resolves data directly from the character component instead of relying on a global search fallback

v1.1.1

Bug Fixes

  • Fixed Refresh Players crashing with NullReferenceException — Utilities.Logger was never assigned; now delegates to ConfigManager.Logger
  • Fixed Revive All / Revive Player failing with RPC parameter mismatch — added missing statueSegment parameter to match the game's RPCA_ReviveAtPosition(Vector3, bool, int) signature
  • Fixed Refresh Luggage crashing the UI — added outer try-catch and null safety so errors no longer break the entire mod menu
  • Fixed race conditions in player and luggage iteration — static fields are now captured into local variables and iterated with index-based loops to prevent crashes from concurrent game state changes

v1.1.0

  • Fixed unclickable/undraggable mod UI on certain systems by stripping ImGuiConfigFlags.NoMouse flag set by DearImGuiInjection
  • Injected mouse position directly from Win32 API (GetCursorPos + ScreenToClient) to bypass DPI/coordinate mismatch
  • Fixed game menu freezing after hiding the mod UI
  • Added SetNextWindowFocus to ensure the mod window receives focus when shown
  • Enhanced diagnostic logging for input patch debugging (NoMouse detection, Win32 vs ImGui position, HWND)
  • Fresh diagnostic logs now emit on each menu toggle cycle

Known Issues

  • Native fullscreen mode may crash due to a DearImGuiInjection DX12 SwapChain resize hook bug — use fullscreen windowed mode instead

v1.0.17

  • Added changelog documentation for all versions on Thunderstore

v1.0.16

  • Added Traditional Chinese (繁體中文) language support
  • Implemented dynamic font loading — fonts now switch automatically based on selected language in the Language tab
  • Fixed Korean language display issue
  • Dynamic font switching for Korean (Malgun Gothic) and Japanese/Chinese (Microsoft YaHei)

v1.0.15

  • Fixed cursor visible toggle conflicting with the main menu
  • Fixed mouse coordinate mismatch between ImGui and the game window
  • Fixed ImGui New Frame timing issue
  • Forced ImGui to render on the top layer to prevent it from being hidden behind game UI
  • Added event queue for mouse IO to ensure input is processed correctly
  • Added Win32 API fallback for mouse input handling

v1.0.14

  • Added support for newer NVIDIA drivers to resolve cursor lock issues that affected users with recent GPU driver updates

v1.0.13

  • Fixed the cursor lock bug where the cursor would not properly re-lock to the game after closing the mod menu

v1.0.12

  • Added Italian (Italiano) language support — contributed by @leonardogrimaldi
  • Added credits section to README

v1.0.11

  • Fixed player list refresh not updating correctly
  • Fixed luggage list display issues
  • Added screenshots showcasing multi-language support