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.

AlwaysDisplayPlayerName
Always displays player names and distance to other players.
Date uploaded | 3 days ago |
Version | 0.1.16 |
Download link | Yueby-AlwaysDisplayPlayerName-0.1.16.zip |
Downloads | 3056 |
Dependency string | Yueby-AlwaysDisplayPlayerName-0.1.16 |
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
AlwaysDisplayPlayerName
Always displays player names above characters in the game, regardless of the original visibility conditions. Also shows distance to other players.
Features
- Always shows player names above characters
- Displays distance to other players
- Configurable enable/disable option
Installation
- Install BepInEx
- Place the plugin DLL in your
BepInEx/plugins/
folder - Launch the game
Configuration
The plugin is fully configurable through the BepInEx configuration file. You can adjust various settings to customize the behavior according to your preferences.
Configurable Options
- Enable: Master switch to enable/disable the plugin
- VisibleAngle: Control the angle range for name visibility
- DisplayWhenBlind: Choose whether to show names when characters are blind
- ShowDistance: Enable/disable distance display to other players
Community
Find the mod in the Peak Modding Discord under #mod-releases to discuss mod related topics like issues/reports/appreciation.
CHANGELOG
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.1.16] - 2025-08-26
Changed
- Adjust the delay time for create display text
[0.1.15] - 2025-08-26
Changed
- Optimized distance text UI rendering and positioning logic
[0.1.14] - 2025-08-25
Changed
- Fixed issue where Harmony patch was not being applied correctly. (by @chuxiaaaa)
- Added PeakCinema compatibility (by @chuxiaaaa)
[0.1.13] - 2025-08-24
Changed
- Add github link
[0.1.12] - 2025-08-24
Changed
- Refactoring the project
[0.1.11] - 2025-08-24
Fixed
- Move log position
[0.1.10] - 2025-08-24
Fixed
- Improve text position sync
[0.1.9] - 2025-08-24
Fixed
- Adjust distance text width
[0.1.8] - 2025-08-24
Fixed
- Improve performance and error catch
[0.1.7] - 2025-08-23
Changed
- Improve text display logic
[0.1.6] - 2025-08-23
Changed
- Improve performance
[0.1.5] - 2025-08-23
Fixed
- Fixed null references error
[0.1.4] - 2025-08-18
Changed
- Try fix the issue of distance text
[0.1.3] - 2025-08-18
Changed
- Updated README.md with improved descriptions and community Discord link
[0.1.2] - 2025-08-18
Added
- Distance display feature showing distance to other players
- Configuration option to enable/disable distance display
Changed
- Optimized distance display performance and positioning logic
- Distance display is now independent and only controlled by its own configuration option
[0.1.1] - 2025-08-18
Added
- Distance display feature showing distance to other players
[0.1.0] - 2025-08-16
Added
- Initial release of AlwaysDisplayPlayerName plugin