https://github.com/asoji/horizondrpc
https://github.com/asoji/horizondrpc
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/asoji/horizondrpc
- Owner: asoji
- License: mit
- Created: 2022-03-14T05:48:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-15T22:48:07.000Z (about 3 years ago)
- Last Synced: 2025-02-15T04:28:18.743Z (3 months ago)
- Language: C#
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Horizon Zero Dawn DRPC Client
## What is this project?
This is a small Discord Rich Presence console app that I'm working on. What it will do is run in the background when
you're playing Horizon Zero Dawn PC, and check what you're doing, and display that as your Discord Rich Presence
status, at least, ideally that's what it should do.Hopefully this can all be done by checking certain memory addresses and what they do. This is my first time digging
into that territory and I sure hope it won't backfire on me. If it does, it'll exist purely to show 2 change in
statuses, one for displaying you're not playing, and one for displaying you are playing. I just hope for more.## License
This project is licensed under the [MIT License](LICENSE)
## Libraries being used
- [NetDiscordRpc, an edit of Lachee's Discord RPC C# Library](https://www.nuget.org/packages/NetDiscordRpc)