All Projects → Marc3842h → Rpc Wine

Marc3842h / Rpc Wine

Licence: mit
discord-rpc.dll implementation for Wine allowing your Wine games to interact with your native Discord instance

Programming Languages

c
50402 projects - #5 most used programming language
cpp
1120 projects

Projects that are alternatives of or similar to Rpc Wine

Discordia
Discord API library written in Lua for the Luvit runtime environment
Stars: ✭ 340 (+593.88%)
Mutual labels:  hacktoberfest, discord
Bot
The community bot for the Python Discord community
Stars: ✭ 460 (+838.78%)
Mutual labels:  hacktoberfest, discord
Javacord
An easy to use multithreaded library for creating Discord bots in Java.
Stars: ✭ 368 (+651.02%)
Mutual labels:  hacktoberfest, discord
Travis Ci Discord Webhook
⛓ Here's your serverless solution for sending build status from Travis CI to Discord as webhooks.
Stars: ✭ 273 (+457.14%)
Mutual labels:  hacktoberfest, discord
Fox V3
Cogs for Red-DiscordBot V3 by Bobloy
Stars: ✭ 34 (-30.61%)
Mutual labels:  hacktoberfest, discord
Switchblade
The open source Discord bot that solves all of your problems.
Stars: ✭ 285 (+481.63%)
Mutual labels:  hacktoberfest, discord
Shuffle
Shuffle: A general purpose security automation platform platform. We focus on accessibility for all.
Stars: ✭ 424 (+765.31%)
Mutual labels:  hacktoberfest, discord
Awesomescripts
A Collection of Awesome Scripts in Python to Ease Daily-Life. Create an issue If you have some great idea for the new script. Leave a ⭐️
Stars: ✭ 228 (+365.31%)
Mutual labels:  hacktoberfest, discord
Red Dashboard
An easy-to-use interactive web dashboard to control your Redbot.
Stars: ✭ 26 (-46.94%)
Mutual labels:  hacktoberfest, discord
Notify
A dead simple Go library for sending notifications to various messaging services.
Stars: ✭ 727 (+1383.67%)
Mutual labels:  hacktoberfest, discord
Jetbrains Discord Integration
Discord rich presence integration for all JetBrains IDEs
Stars: ✭ 247 (+404.08%)
Mutual labels:  hacktoberfest, discord
Promcord
📊 Analyze your entire discord guild in grafana using prometheus. Message, User, Game and Voice statistics...
Stars: ✭ 39 (-20.41%)
Mutual labels:  hacktoberfest, discord
Quarrel
A UWP discord client
Stars: ✭ 238 (+385.71%)
Mutual labels:  hacktoberfest, discord
Discord bot.py
🍺 A simple discord bot that helps you getting started within discord.py
Stars: ✭ 313 (+538.78%)
Mutual labels:  hacktoberfest, discord
Mtgatracker
MTGATracker is a deck tracker for MTG Arena, offering an in-game overlay that shows real time info about your deck in MTGA. It can also record & analyze your past matches to show personal aggregated gameplay history information, like lifetime wins/losses by deck, by event, etc.
Stars: ✭ 232 (+373.47%)
Mutual labels:  hacktoberfest, discord
Lavalink
Standalone audio sending node based on Lavaplayer.
Stars: ✭ 420 (+757.14%)
Mutual labels:  hacktoberfest, discord
Discord Twitter Bot
Posts Twitter Tweets to Discord through Webhook
Stars: ✭ 219 (+346.94%)
Mutual labels:  hacktoberfest, discord
Miscord
Facebook Messenger to Discord bridge
Stars: ✭ 225 (+359.18%)
Mutual labels:  hacktoberfest, discord
Guide
The official guide for discord.js, created and maintained by core members of its community
Stars: ✭ 512 (+944.9%)
Mutual labels:  hacktoberfest, discord
Ninjabotcore
C# Discord Bot Created Using .Net Core
Stars: ✭ 34 (-30.61%)
Mutual labels:  hacktoberfest, discord

RPC Wine CI

discord-rpc.dll implementation for Wine allowing your Wine games to interact with your native Discord instance.

Installation

Some users have provided distro packages for this library:

If your distro isn't listed above, the library can still be installed with a few simple steps.

Dependencies

Install the following dependencies, they are required for either building or running RPC Wine:

  • make
  • wine-devel (including winegcc and headers)
  • RapidJson

Building

After installing dependencies and cloning the repository, the build.sh can be used to build both a 32-bit aswell as a 64-bit version of this library. The resulting binaries can be found in the bin32 respectively the bin64 directory in the source tree.

Setup in Wineprefix

Append to the WINEDLLPATH environment variable both the bin32 and bin64 directory containing the built library.

Then configure your Wineprefix (winecfg) to add discord-rpc (without .dll extension) to the DLL overrides list:

winecfg

and mark it to prefer the Builtin version over the native one:

winecfg edit override

Restrictions

RPC Wine currently has not all Discord-RPC methods implemented. This will be solved with future updates. However, there are other problems with RPC Wine:

RPC Wine is not able to run by design:

  • Games which don't use the native discord-rpc.dll library but their own or a third-party wrapper.
  • Games with statically linked discord-rpc.dll
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].