mirror of
https://github.com/EnderIce2/rpc-bridge.git
synced 2025-07-09 22:39:15 +00:00
Compare commits
3 Commits
v1.0
...
cba4fa1e2b
Author | SHA1 | Date | |
---|---|---|---|
cba4fa1e2b
|
|||
8c7b336c0e | |||
334c4e0479
|
@ -1,5 +1,9 @@
|
||||
# Discord RPC Bridge for Wine
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
Simple bridge that allows you to use Discord Rich Presence with Wine games/software.
|
||||
|
||||
Works by running a small program in the background that creates a [named pipe](https://learn.microsoft.com/en-us/windows/win32/ipc/named-pipes) `\\.\pipe\discord-ipc-0` inside the prefix and forwards all data to the pipe `/run/user/1000/discord-ipc-0`.
|
||||
@ -76,7 +80,7 @@ If you prefer not to use the service for any reason, please refer to the [Run wi
|
||||
|
||||
## Run without installing the service
|
||||
|
||||
If you prefer not to use the service, you can manually run `bridge.exe`` within the Wine prefix.
|
||||
If you prefer not to use the service, you can manually run `bridge.exe` within the Wine prefix.
|
||||
This method is compatible with both Wine and Lutris.
|
||||
|
||||
In Lutris, you can achieve this by adding the path to `bridge.exe` in the `Executable` field under `Game options`. In `Arguments` field, be sure to include the _Windows_ path to the game's executable.
|
||||
|
Reference in New Issue
Block a user