This repository has been archived by the owner on Feb 1, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,22 @@ | ||
# PlayStationDiscord | ||
Discord Rich Presence for PlayStation 4, PlayStation 3, and PlayStation Vita games. | ||
|
||
![rich presence ps4 img](https://pbs.twimg.com/media/DoABag4WkAEO3_h.jpg) | ||
![rich presence ps3 img](https://i.imgur.com/65dtQJR.png) | ||
| PlayStation 4 | PlayStation 3 | PlayStation Vita | | ||
| --- | --- | --- | | ||
| ![rich presence ps4 img](https://tusticles.com/PlayStationDiscord/assets/images/previews/ps4.png) | ![rich presence ps3 img](https://tusticles.com/PlayStationDiscord/assets/images/previews/ps3.png) | ![rich presence vita img](https://tusticles.com/PlayStationDiscord/assets/images/previews/vita.png) | | ||
|
||
## Download | ||
### Windows: | ||
|
||
Visit the [releases page](https://github.com/Tustin/PlaystationDiscord/releases) to download the latest compiled build. | ||
Download the latest build [on the GitHub release page](https://github.com/Tustin/PlaystationDiscord/releases/latest). | ||
|
||
### MacOS: | ||
|
||
Check out [Ps4Rpc](https://github.com/Frankity/Ps4Rpc) by [Frankity](https://github.com/Frankity) for an Electron application that will work on Mac. | ||
|
||
## Supported Games | ||
|
||
Not all games will have their game icon show up as the image when playing on Discord. This is due to Discord not allowing you to use a custom icon URL and instead requires you to upload each image as an asset for the application on their site. You can only have 150 assets per application, with one image being reserved for the main PS4/PS3/Vita icon. I support pretty much every popular game and I'm able to add/remove games on the fly without requiring any program updates. New games will be supported ASAP. | ||
To see which games have their icon show up while playing said game, check out the [PlayStationDiscord-Games repository](https://github.com/Tustin/PlayStationDiscord-Games). | ||
|
||
## Developing | ||
This project was created using C# with WPF and .NET Framework 4.7.2. Clone the repo, open in Visual Studio, install NuGet packages, build. |