From 6b588fb72401614bcfbe4372ac647af7a7cad4d2 Mon Sep 17 00:00:00 2001 From: Levent Date: Thu, 12 Oct 2023 15:31:33 +0500 Subject: [PATCH] Create README.md --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..717db3f --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +# GI_AchievementParser +In-game achievement parser for Genshin Impact + +## Installing +- Download and install [Tesseract OCR](https://digi.bib.uni-mannheim.de/tesseract/tesseract-ocr-w64-setup-5.3.3.20231005.exe) +- Unpack latest [release](https://github.com/mostm/GI_AchievementParser/releases/latest) in any folder +- Set the game up by following [Inventory Kamera's settings](https://github.com/Andrewthe13th/Inventory_Kamera#setting-up-genshin-impact) - this software operates the same way. + +## Running +Run `GI_AchievementParser.exe` (it will ask for admin rights - this is normal) and press Enter in the console window. + +Before you do that, keep in mind - do not touch keyboard or mouse during scanning (or you will have to start over). + +In-case you want to quit scanning, just spam `Windows` key. It should stop after a few tries. + +## Uploading data to Genshin Center + +After scan is complete, you might want to upload that data somewhere. +I've included my script for uploading to [Genshin Center](https://genshin-center.com/) +To do that, copy your "Cookies" from Chrome (as a string) +Quick how-to: +1. Press `Ctrl+Shift+I` in open "Genshin Center" window. +2. Open "Network" tab. +3. Select any request out of "session", "profile" or "achievements" (with that exact name). +4. Scroll a bit, until you get to "Request headers". You should see text "Cookie:" and it's data on the right side. Copy it. +![image](https://github.com/mostm/GI_AchievementParser/assets/23155159/1a2f815c-f401-480b-a66a-682ffcc5f519) +5. Run `Загрузчик в Genshin-Center.exe` (it should be in the same folder as `GI_AchievementParser.exe` and it's `results` folder) +6. Paste your Cookies that you just copied. +7. ... +8. PROFIT!