Your Discord Rich Presence enabled game will now successfully compile and package for the Mac platform! Packaging for the Mac platform is not possible from a Windows machine as Apple’s XCode licensing allows only official Apple products to package for their platform. Jun 30, 2018 Custom Discord Rich Presence for Mac and Linux - Duration: 3:30. Nivesh Birangal 5,441 views. How To Set Custom Game / Playing Text in Discord - Duration: 3:41.
To install atom-discord you will need to download the following dependencies:
- Git
Download the latest version of git.
Installing from Atom Package Manager
Then either download the package via the built in package repo (Atom Settings > Install > atom-discord) or run apm install atom-discord
in your terminal of choice.
Installing from Source Code
It is fairly easy to install from the source code, here's how to do it!
Navigate to a empty folder then click Git Bash Here
, then enter the following into the terminal:
Then add atom to discord game list and restart atom to see the effects.
You installed atom-discord.
- Check if the Atom is added in the games tab.
- Check if the option
Display currently running game as a status message.
is turned on. - Check if you restarted the Atom. (If not works, please restart discord, too.)
- Check if there are some outputs in developer tools
(ctrl + shift + i)
.
If you checked all of them but you couldn't find the reason why, please come to discord and send your symptom with your operating system and ~/.atom/atom-discord/log.txt
- Icon Chooser, Custom Icons
- Rich Presence Text Editor
- Teletype Integration
Released under the MIT License.
MIT License
Copyright (c) 2018 HelloWorld017
Permission is hereby granted, free of charge, to any person obtaining a copyof this software and associated documentation files (the 'Software'), to dealin the Software without restriction, including without limitation the rightsto use, copy, modify, merge, publish, distribute, sublicense, and/or sellcopies of the Software, and to permit persons to whom the Software isfurnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in allcopies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THESOFTWARE.
This guide is for Discord plugin users that can’t compile or package their game for the Mac platform.
If you haven’t installed the Discord Rich Presence plugin in your Unreal Engine 4 project click here for our guide.
The first step is to download all of the required files.
Downloading the Files
To download the library files necessary for compilation, navigate to the releases section of the DiscordRPC GitHub page.
Click here to view the ReleasesThis file is hosted on the official Discord GitHub page and not CouchLearn.comFind the latest release (Green text on the left) and download the discord-rpc-osx.zip file.
Unzip the discord-rpc-osx.zip file somewhere you can easily access it.
Installing the Files
Include Files
Navigate to the /ThirdParty/DiscordRpcLibrary folder in your project’s plugins folder and check if you already have the Include folder.
If you have this folder move on to the next step.
If you do not have this folder follow the “Copying files to Compile the plugin” section.
OSX Build Files
Create a new folder named Mac:
Navigate to the /osx-dynamic/lib folder from the files extracted earlier. Simply copy and paste the libdiscord-rpc.dylib file into the Mac folder created in the last step.
Conclusion
Your Discord Rich Presence enabled game will now successfully compile and package for the Mac platform!
Packaging for the Mac platform is not possible from a Windows machine as Apple’s XCode licensing allows only official Apple products to package for their platform.
Regardless of this having the plugins setup and configured correctly will prevent headaches later down the road if you choose to deploy your game on the Mac platform.
To set up the blueprints required for Discord Rich Presence, read the guide here on CouchLearn.com