https://github.com/backwardspy/dcs-rich-presence
discord rich presence for DCS
https://github.com/backwardspy/dcs-rich-presence
dcs discord presence rich rpc
Last synced: 5 months ago
JSON representation
discord rich presence for DCS
- Host: GitHub
- URL: https://github.com/backwardspy/dcs-rich-presence
- Owner: backwardspy
- Created: 2025-07-12T13:38:56.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-22T19:43:11.000Z (5 months ago)
- Last Synced: 2025-10-22T21:34:15.445Z (5 months ago)
- Topics: dcs, discord, presence, rich, rpc
- Language: Rust
- Homepage:
- Size: 72.3 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# discord rich presence for DCS


## usage
1. put [`dcs-rich-presence-hook.lua`](./dcs-rich-presence-hook.lua) into your DCS user data `Scripts/Hooks/` directory (on windows defaults to `%USERPROFILE%/Saved Games/DCS/Scripts/Hooks`)
2. grab the [latest release](https://github.com/backwardspy/dcs-rich-presence/releases/latest) and run it.
## how it works
the export script sends telemetry every 15 seconds to the server binary over UDP. the server connects to your discord RPC socket and updates the activity whenever new telemetry arrives from the export script.
## todo
contributions very welcome!
- build/package for linux
- ~~add per-module [assets](https://discord.com/developers/docs/rich-presence/overview#assets) to use for the "small image", to display what you're currently flying~~ ✅