Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kenny-hui/obdrpc
Discord Rich Presence for the train simulator OpenBVE
https://github.com/kenny-hui/obdrpc
discord-rpc openbve rich-presence-discord
Last synced: 11 days ago
JSON representation
Discord Rich Presence for the train simulator OpenBVE
- Host: GitHub
- URL: https://github.com/kenny-hui/obdrpc
- Owner: Kenny-Hui
- License: mit
- Created: 2022-10-02T17:58:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-10T06:13:02.000Z (6 months ago)
- Last Synced: 2024-10-11T00:15:10.432Z (28 days ago)
- Topics: discord-rpc, openbve, rich-presence-discord
- Language: C#
- Homepage:
- Size: 85 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenBVE Discord Rich Presence (obDRPC)
This is an Input Plugin for [OpenBVE](https://github.com/leezer3/OpenBVE) that serves the purpose of displaying Rich Presence in Discord.![image](https://user-images.githubusercontent.com/28094366/193469301-118309fd-5bb7-47b8-9cb7-6250d8924fef.png)
**Note: This is a 3rd party plugin and are not affliated nor endorsed by the OpenBVE Project. Please do not report bugs and crashes there.**
## Using it
See [wiki](https://github.com/Kenny-Hui/obDRPC/wiki) on instructions on installing & setting up Discord RPC.## Building
This project has successfully been compiled with Visual Studio 2022 and MonoDevelop
Please change the reference of `OpenBveApi.dll` to the one that comes with your OpenBVE Installation
To automatically copy the merged dll to your OpenBVE Installation, set the build variable **OBVE_PATH** to your OpenBVE Installation## License
This project is licensed under the [MIT License](LICENSE).**Libraries used**
- [discord-rpc-csharp](https://github.com/Lachee/discord-rpc-csharp)