From d30b677582cf4b69a02c073a170c0e7f662af0a9 Mon Sep 17 00:00:00 2001 From: Slick9000 <37941291+Slick9000@users.noreply.github.com> Date: Tue, 19 Jun 2018 20:12:33 -0300 Subject: [PATCH 1/4] Add detailed configuration instructions Many I have recommended this to have told me they were confused about the config file. This is to try to make it as clear as possible. --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 80cd126..2b1d263 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,20 @@ Instead just use an easy conifg file - Enable rich presence for your app and add some assets - Download the latest release of EasyRP from here https://github.com/Pizzabelly/EasyRP/releases - Edit the config file with the information from your newly registered app + +[Identifiers] +- ClientID=(clientidhere) +State=(subtext here) +Details=(headertext here) + +[Images] +LargeImage=(largeimagename here) +SmallImage=(smallimagename here) +LargeImageTooltip=(largeimagecontext here) +SmallImageTooltip=(smallimagecontext here) + +**EXPLANATION:** The clientID is the value at the top of your Rich Presence application. The images are supposed to be uploaded as assets in the Rich Presence application you've made. Then, input the name of the assets in the config file. The tooltips are basically the text that appears when you hover over it. The state and details are the text that appears under the images. + - Run [EasyRP.exe](https://github.com/Pizzabelly/EasyRP/releases) (it should open a cmd window) - It should report errors from your config file (if there are any) - Go into discord settings and add the [EasyRP.exe](https://github.com/Pizzabelly/EasyRP/releases) as a game From 64bac0b0b986b0fedb4d02338c6d6d1d17007e74 Mon Sep 17 00:00:00 2001 From: Slick9000 <37941291+Slick9000@users.noreply.github.com> Date: Wed, 20 Jun 2018 10:17:31 -0300 Subject: [PATCH 2/4] Change conifg to config Thanks to GlitchMasta47. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b1d263..e136a03 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # EasyRP (Custom Discord Rich Presence) EasyRP is a small program to use the DiscordRPC library without any knowledge of programming. -Instead just use an easy conifg file +Instead just use an easy config file **Usage** - First you need to register a Rich Presence application with discord From 87d024e80cd7f034b2eade5f8962560b2b97e3f6 Mon Sep 17 00:00:00 2001 From: Slick9000 <37941291+Slick9000@users.noreply.github.com> Date: Thu, 28 Jun 2018 15:00:17 -0300 Subject: [PATCH 3/4] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e136a03..712b445 100644 --- a/README.md +++ b/README.md @@ -11,16 +11,16 @@ Instead just use an easy config file - Download the latest release of EasyRP from here https://github.com/Pizzabelly/EasyRP/releases - Edit the config file with the information from your newly registered app -[Identifiers] -- ClientID=(clientidhere) -State=(subtext here) -Details=(headertext here) +[**Identifiers**] +- ClientID= # client id here +- State= # subtext here +- Details= # header text here) -[Images] -LargeImage=(largeimagename here) -SmallImage=(smallimagename here) -LargeImageTooltip=(largeimagecontext here) -SmallImageTooltip=(smallimagecontext here) +[**Images**] +- LargeImage= # large image name +- SmallImage= # small image name +- LargeImageTooltip= # large image context +- SmallImageTooltip= # small image context **EXPLANATION:** The clientID is the value at the top of your Rich Presence application. The images are supposed to be uploaded as assets in the Rich Presence application you've made. Then, input the name of the assets in the config file. The tooltips are basically the text that appears when you hover over it. The state and details are the text that appears under the images. From 05d46d3ba5d90084e3d1ec52215eee22e727d772 Mon Sep 17 00:00:00 2001 From: Slick9000 <37941291+Slick9000@users.noreply.github.com> Date: Thu, 28 Jun 2018 15:01:10 -0300 Subject: [PATCH 4/4] fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 712b445..aded917 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Instead just use an easy config file [**Identifiers**] - ClientID= # client id here - State= # subtext here -- Details= # header text here) +- Details= # header text here [**Images**] - LargeImage= # large image name