The BepInEx console will not appear when launching like it does for other games on Thunderstore (you can turn it back on in your BepInEx.cfg file). If your PEAK crashes on startup, add -dx12 to your launch parameters.

Last updated | a day ago |
Total downloads | 1852 |
Total rating | 1 |
Categories | Mods Items Quality Of Life |
Dependency string | memiczny-PingItems-1.2.0 |
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.75301README
PingItems
A mod for PEAK that allows you to ping items.
Content Display: Shows item name, distance, and uses proper localization
Real-time Distance Updates: Distance updates smoothly as you move around
Features
- Visual Item Indicators: Colored reticles appear above items and luggage when pinged nearby
- Enhanced Luggage Detection: Luggage objects have larger detection radius for easier pinging
- Player Color Integration: Indicators use the pinging player's color
- Localized Item Names: Shows proper item names in your current language
- Distance Information: Displays distance to items
- Configurable Settings: Customize detection radius, visual effects, and more
Installation
- Ensure you have BepInEx installed for PEAK
- Download the latest release of PingItems
- Extract
PingItems.dll
to yourBepInEx/plugins
folder - Launch PEAK
Configuration
The mod creates a configuration file at BepInEx/config/com.memiczny.peak.pingitems.cfg
with the following options:
Display Settings
- Duration: How long indicators remain visible (default: 10.0 seconds)
- FadeOutDuration: Duration of fade-out animation (default: 2.0 seconds)
- ReticleScale: Size multiplier for reticles (default: 5.0x)
- LabelFontSize: Font size for item labels (default: 32)
- ShowDistance: Whether to show distance information (default: true)
- ShowItemNames: Whether to show localized item names (default: true)
Detection Settings
- DetectionRadius: Maximum distance to detect items from ping (default: 1.2 units)
- LuggageDetectionRadius: Maximum distance to detect luggage from ping (default: 2.0 units, larger than items)
- DistanceUpdateThreshold: Distance change threshold for updates (default: 0.1 meters, lower = more sensitive)
Visual Effects
- EnableOutlines: Enable outline effects on text and reticles (default: true)
- OutlineWidth: Width of text outline effect (default: 0.065)
How It Works
- Ping Detection: When you or another player creates a ping, the mod automatically detects nearby items
- Visual Indicators: Indicators appear above detected items for the configured duration
- Player Colors: Indicators show the actual pinging player's color (works correctly in multiplayer!)
- Content Display: Shows item name, distance, and uses proper localization
- Ping Cleanup: Pings automatically disappear instantly when items are picked up, consumed, or destroyed
Multiplayer Support
This mod is fully multiplayer compatible.
Supported Objects
- Items: All in-world items including weapons, food, consumables, etc.
- Luggage: Luggage containers when they are closed (also works with mirage luggage)
Version History
v1.2.0 (Latest)
- โจ NEW: Added support for luggage containers (Luggage and MirageLuggage)
- โจ NEW: Enhanced luggage detection with separate detection radius
- ๐ง IMPROVED: Duplicate ping prevention - refreshes existing highlights instead of creating new ones
- ๐ CONFIG: Added
LuggageDetectionRadius
configuration option - ๐งน CLEANED: Cleaned some code
v1.1.2
- ๐ FIXED: Resolved item pickup ping cleanup issue
- ๐ FIXED: Real-time distance updates now work correctly
- ๐ง IMPROVED: Changed from timer-based to threshold-based distance updates
v1.0.0
- ๐ INITIAL RELEASE: Basic item ping highlighting functionality
- โจ Circle indicator system with player colors
- โจ Localized item names and distance display
- โจ Multiplayer support with proper color synchronization
- โจ Configurable detection radius and visual settings