From 4de19e522355103ce19ed57a85feedee534dcecc Mon Sep 17 00:00:00 2001 From: dotcomboom <38927017+dotcomboom@users.noreply.github.com> Date: Tue, 5 Jul 2022 16:23:32 -0500 Subject: [PATCH 1/3] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5785c65..a90433b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # mkwii-rpredux Mario Kart Wii Rich Presence - Rewritten with .NET and WebView2 + +## Screenshots +![](https://github.com/dotcomboom/mkwii-rpredux/blob/master/screenshots/rpc_idle.png?raw=true) +![](https://github.com/dotcomboom/mkwii-rpredux/blob/master/screenshots/rpc_ingame.png?raw=true) + +![](https://github.com/dotcomboom/mkwii-rpredux/blob/master/screenshots/ui_idle.png?raw=true) +![](https://github.com/dotcomboom/mkwii-rpredux/blob/master/screenshots/ui_ingame.png?raw=true) From d1fa1231e6628dfd2fac5b5d2fde10c0517405c4 Mon Sep 17 00:00:00 2001 From: dotcomboom <38927017+dotcomboom@users.noreply.github.com> Date: Tue, 5 Jul 2022 16:31:02 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a90433b..6151ddd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,16 @@ # mkwii-rpredux -Mario Kart Wii Rich Presence - Rewritten with .NET and WebView2 +Mario Kart Wii Discord Rich Presence for Wiimmfi - Rewritten with .NET and WebView2. + +Only works on Windows, at the moment. + +## Features +- Works through CloudFlare's protection (embedded WebView2 browser retrieves information) +- Configured through a GUI +- Updates as the page refreshes +- Displays your **friend code** (if desired) or any other message +- Displays whether you're playing **Worldwide**, **Regional** or **Friends** +- Displays **current track** with image +- Displays whether it is a **VS race or a Battle match** ## Screenshots ![](https://github.com/dotcomboom/mkwii-rpredux/blob/master/screenshots/rpc_idle.png?raw=true) From 80cfd910dd27dc83c8ba64c29a7fd0fef1c3fec6 Mon Sep 17 00:00:00 2001 From: dotcomboom <38927017+dotcomboom@users.noreply.github.com> Date: Tue, 5 Jul 2022 16:31:18 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6151ddd..879906c 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ Only works on Windows, at the moment. - Displays **current track** with image - Displays whether it is a **VS race or a Battle match** +Party size has not been implemented (yet) + ## Screenshots ![](https://github.com/dotcomboom/mkwii-rpredux/blob/master/screenshots/rpc_idle.png?raw=true) ![](https://github.com/dotcomboom/mkwii-rpredux/blob/master/screenshots/rpc_ingame.png?raw=true)