From 12dd7d2273cf42283f390e12ca536fa496a40047 Mon Sep 17 00:00:00 2001 From: Matsko3 <54337521+Matsko3@users.noreply.github.com> Date: Sat, 3 Jun 2023 03:13:09 +0300 Subject: [PATCH 1/2] Update README.md amogus --- README.md | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ff17d5..a36236a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,27 @@ -# Honkai-StarRail-Rich-Presence -A Honkai: Star Rail Rich Presence with OCR +# Honkai-StarRail-Rich-Presence - will be Updated whenever new Worlds/Bosses gets added + + +It's a simple Honkai: Star Rail RPC using OCR (it only works with EN lang text currently however you can edit the configs.json and add language if you want to.) + +Normal Rich Presence (you gonna change the fallback.json for your username/region): +![RPC1](RPC1.png) +Open world +![RPC2](RPC2.png) +Simulated Universe +![RPC4](RPC4.png) +![RPC3](RPC3.png) +Fighting Bosses +![RPC5](RPC5.png) + +- All the image assets belongs to miHoYo, as they are taken/extracted from the game. +- You can talk with me at Matsuko#3600 for anything regarding the rich presence. +- No, it's not perfect keep in mind you have to stay on the game window for it to capture the text content all the time otherwise when you switch windows it's gonna revert to the normal presence with just your username. +- Not gonna always detect everything. + +# Tutorial + +You will have to download first off Tesseract for it to scan for text. +- [Download Tesseract](https://digi.bib.uni-mannheim.de/tesseract/?C=M;O=A) == [5.0.1](https://digi.bib.uni-mannheim.de/tesseract/tesseract-ocr-w64-setup-v5.0.1.20220118.exe) + +# Other information +Main idea was from [Zanzancomms's Genshin-Impact-Rich-Presence](https://github.com/Zanzancomms/Genshin-Impact-Rich-Presence) script, check their amazing work! From 388e9ef7a1acd73d0020fcf6406cae79deacb555 Mon Sep 17 00:00:00 2001 From: Matsko3 <54337521+Matsko3@users.noreply.github.com> Date: Sat, 3 Jun 2023 03:14:23 +0300 Subject: [PATCH 2/2] Update README.md amogus --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index a36236a..c22b384 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,11 @@ It's a simple Honkai: Star Rail RPC using OCR (it only works with EN lang text currently however you can edit the configs.json and add language if you want to.) -Normal Rich Presence (you gonna change the fallback.json for your username/region): +Rich Presence examples (you gonna change the fallback.json for your username/region): ![RPC1](RPC1.png) -Open world ![RPC2](RPC2.png) -Simulated Universe ![RPC4](RPC4.png) ![RPC3](RPC3.png) -Fighting Bosses ![RPC5](RPC5.png) - All the image assets belongs to miHoYo, as they are taken/extracted from the game.