Skip to content

Latest commit

 

History

History
105 lines (74 loc) · 4.07 KB

README_EN.md

File metadata and controls

105 lines (74 loc) · 4.07 KB

原神祈願卡池分析 Genshin Impact Wish Gacha Analyzer

繁體中文 | 简体中文 | English

Crowdin

Notification: Due to limited personal time, I am currently unable to continue maintaining and developing this project. Therefore, it will be temporarily suspended. However, there is a possibility that I may return in the future to resume maintenance and development. If anyone is interested in taking over, please contact me at ([email protected]). Thank you.

I have developed a utility for analyzing gacha history, where all data and numbers are well-organized in a convenient manner.

It works by reading game web cache file to obtain the wish history website url. Thus, you must start the game and open the wish history page at least once before running this utility.

Variables retrieved from the website will be analyzed and used in an API related to Genshin Impact (from miHoYo).

This program loads your gacha history during initial startup, which may take a while. The resulting data will be stored locally to ensure it not take that much time in the next start, after which it will not be updated until you update it manually. The data will also be automatically updated when there is a version update.

This program does not tamper with any game resources; thus, there is no risk of being banned for using this software. If you have been banned, it was likely for a different reason. Please do not blame us, thanks.

Posts:

Multiple Language

Please help us translate this software.

https://crwd.in/genshin-impact-wish-gacha-analyzer

Download Software

The software may trigger anti-virus software during installation and execution. If the software doesn't function correctly, please try disabling any anti-virus software you have installed. We guarantee this software is safe and virus-free.

https://github.com/GoneTone/genshin-impact-wish-gacha-analyzer/releases

Functions & To-do List

  • Support Genshin Impact 3.0
  • Support The International Server
  • Support The CN Server
  • Total Wish Counter
  • Average Wishes per 5-star Drop Calculator
  • Pity Progress Bar and Remaining Wish Counter
  • Drop Rate By Rarity and Drop Counter
  • Characters/Weapons Drop Rate and Drop Counter
  • Rare Drops Pie-chart
  • Characters/Weapons Drops Pie-chart
  • Record History From The Official API (Allow Custom Ordering and Search)
  • Export the Record to Excel
  • Load The According Language Data Form The Official API by Local User's Language
  • View Character Image
  • Software Update Notification
  • Multi-language (Help us traslate!)
  • Switching Between Multi-accounts' records
  • Share The Record and Analyzed Result Online
  • Dark mode
  • Daily Check-in Webpage
  • Teyvat Interactive Map
  • Update Data Without Overwriting The Original Data
  • Export and Import Data Back-ups (Manual)
  • Log in to your miHoYo account to get the Cookies (for API that require Cookie authentication)
  • Integration query Genesis Crystal, Primogem transactions record and Original Resin usage record and Artifacts, Weapons record

Screenshot

Overall Data Chart Character Event Wish-Data Chart Drop Rate Table 1 Table 2 Daily Check-in Teyvat Interactive Map

Development

Install Packages

npm install

Compile and Run (For Development Use)

npm run electron:serve

Compile and Minify (For Production Use)

ia32 and x64

npm run electron:build:win

ia32

npm run electron:build:win32

x64

npm run electron:build:win64