You are viewing a potentially older version of this package.
View all versions.
LabPresence
Adds support for Discord Rich Presence to BONELAB
| Date uploaded | a year ago |
| Version | 1.2.0 |
| Download link | HAHOOS-LabPresence-1.2.0.zip |
| Downloads | 823 |
| Dependency string | HAHOOS-LabPresence-1.2.0 |
This mod requires the following mods to function
bonelib-BoneLib
A BONELAB mod for making life easier for other mod creators.
Preferred version: 3.2.1LavaGang-MelonLoader
The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono
Preferred version: 0.7.2README
![]()
LabPresence
The mod does not work on Quest, because Discord does not support RPC on Android
This mod adds the support for Discord Rich Presence.
Features
- Full customizability of what's displayed.
- Full support for LabFusion, including joining and more.
- Placeholders for further customization (the list can be found in UserData > LabPresence > README.txt that's generated when the mod gets initialized).
Credits
This mod mostly relies on discord-rpc-sharp, without the library it would have been very difficult for me to get this mod done. So most of the credits go to the person behind the port, Lachee
CHANGELOG
v1.3.0
- Introduced a new placeholder system, Scriban. The old one was deprecated & removed
- You will need to manually change the old placeholders or remove the LabPresence folder from UserData to have the new correct ones!
- Added Thunderstoreâ„¢ integration, telling you when there's a new update available
- Added a menu for managing the configuration for LabPresence & it's plugins (to edit the presence itself, you still need to edit the files manually)
- Added an option for gamemodes to register a small image by themselves, without requiring the modification of the repository
- Added an option to use an animated icon as the large image (turned on by default)
- Fixed mod not working on Fusion v1.14.0
- Fixed typo (thanks Nx0Ri)
- Fixed healthPercentange showing incorrect value (thanks Nx0Ri)
- Overhauled the timestamps to function properly
- Removed the option to modify the refresh delay, set at 5 seconds now
- Updated
Discord RPC C#to the latest version (v1.6.2)
Thank you cheesy for suggesting a few changes!
v1.2.1
- Remove debug log that was spamming in the console
v1.2.0
- Added Plugins to allow easier modifications within the mod
- Updated to work with Fusion v1.12
v1.1.0
- Added TimeMode setting, changing what is displayed in the time (the time in a level, game session or even the IRL current time)
- Added parameters to placeholders (currently not really any placeholder uses this)
- Added custom small icon tooltips for fusion gamemodes (when hovering over the gamemode icon, it will show more details about the current gamemode!)
- Added an option to remove level numbers (remove for example '15 - ' from '15 - Void G114')
- Added a setting to entirely disable joins
- 'AllowPlayersToInvite' setting only affects private lobbies now
- The minimum for the refresh delay is 0.1 seconds, setting it lower with the 'RefreshDelay' setting will not be applied
- The config will be now checked for too long text, if found, the config will not be applied and an error will be shown in console/logs
- Fixed joining not working for people that aren't a host
- Fixed joining servers without a Matchmaker not working (network layers that were impacted: Riptide)
v1.0.0
Initial Release