You are viewing a potentially older version of this package.
View all versions.
PeakPresence
Add a Discord Rich Presence
| Date uploaded | 10 months ago |
| Version | 0.4.0 |
| Download link | TheJordanDev-PeakPresence-0.4.0.zip |
| Downloads | 17080 |
| Dependency string | TheJordanDev-PeakPresence-0.4.0 |
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
PeakPresence
PeakPresence is a mod for PEAK that adds Discord Rich Presence integration, allowing your Discord friends to see your current in-game status, location, and activity.
Features
- Discord Rich Presence support
- Shows current biome/location (e.g., Shore, Tropics, Alpine, etc.)
- Displays solo or multiplayer status
- Customizable and localizable presence text
- Language support via
l10nfiles
Disclaimer
All translations (other than English and French) were AI-generated. You are welcome to make a Github Pull Request if you want to submit more accurate translations.
Installation
-
Requirements:
-
Install the Mod:
- Download the latest release from Thunderstore.
- Extract the contents to your
BepInEx/plugins/PeakPresence/directory.
-
Localization:
- Edit or add language files in
BepInEx/plugins/PeakPresence/l10n/(e.g.,en.json). - The mod will automatically use the language set in-game.
- Edit or add language files in
Configuration
- The mod generates a config file on first launch.
- You can customize Rich Presence text and behavior via the config file or by editing localization files for full language support.
- You can configure ForcedLanguage to force the RPC to use a specific Language Code instead of Syncing with Game language ("en", "fr", "it", "de", "es", "es-419", "pt-BR", "ru", "uk", "zh-Hans", "zh-Hant", "ja", "ko", "pl", "tr")
Building
To build the project yourself:
dotnet build -c Release
Thunderstore Packaging
To package for Thunderstore:
dotnet build -c Release -target:PackTS -v d
The built package will be found at artifacts/thunderstore/.
Contributing
Pull requests and issues are welcome! Please open an issue for bugs or feature requests.
License
This project is licensed under the MIT License. See LICENSE for details.
CHANGELOG
Changelog
[0.6] - 19/03/2026
- Fixed the patch thats listened to the state update ( I don't know when it was changed but now its fixed )
[0.5] - 05/11/2025
- Added support for the new biome : The ROOTS
- Added option to show height instead of "Playing Solo / Multiplayer" with the option to abbreviate meters to km when above 1000m
- Updated translations to include new height strings ("progress.height.meters" and "progress.height.kilometers")
[0.4] - 29/08/2025
Reverted
- Removed the Photon MAX_PLAYER offset from patch 0.3 as the devs patched out their ""dev slot"" 🎉🥳
[0.3] - 26/08/2025
Fixed
- Corrected Photon room MaxPlayers in Discord RPC by subtracting the hidden dev slot (shows real 4-player limit or more if using PeakUnlimited instead of 5).
[0.2] - 23/08/2025
Added
- Detailed messages for each states like "Surviving the crash at the Shore" instead of "InGame: Shore"
[0.1] - 23/08/2025
Added
- RPC with localization [ English, French, Italian, German, SpanishSpain, SpanishLatam, BRPortuguese, Russian, Ukrainian, SimplifiedChinese, TraditionalChinese, Japanese, Korean, Polish, Turkish ]
- Config for RPC to use another one
- Player can configure ForcedLanguage to force the RPC to use a specific Language Code instead of Syncing with Game language [ "en", "fr", "it", "de", "es", "es-419", "pt-BR", "ru", "uk", "zh-Hans", "zh-Hant", "ja", "ko", "pl", "tr" ]