Skip to content

Commit d6af71c

Browse files
authored
Merge pull request #111 from kel-z/dev
v1.4.0 - Navigate using keyboard and analog controls
2 parents d8edf80 + 71749b3 commit d6af71c

24 files changed

+32570
-13157
lines changed

HSR-Scanner.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ a = Analysis(
1919
cipher=block_cipher,
2020
noarchive=False,
2121
)
22+
a.datas += [('vgamepad\\win\\vigem\\client\\x64\\ViGEmClient.dll', 'src\\assets\\vgamepad\\ViGEmClient.dll', 'BINARY')]
2223
a.datas += [('assets\\tesseract\\tesseract.exe', 'src\\assets\\tesseract\\tesseract.exe', 'BINARY')]
2324
a.datas += [('assets\\tesseract\\tessdata\\DIN-Alternate.traineddata','src\\assets\\tesseract\\tessdata\\DIN-Alternate.traineddata', "DATA")]
2425
a.datas += [('assets\\images\\databank.png','src\\assets\\images\\databank.png', "DATA")]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@ The output is loosely based off of Genshin's `.GOOD` export format. If a breakin
6464
- For character traces, `ability_#` and `stat_#` are ordered by earliest availability (i.e. `stat_1` can be unlocked at Ascension 0, but `stat_2` requires Ascension 2).
6565
- In the case of ties, namely two stat bonuses _X_ and _Y_ that both unlock at the same Ascension level, the one that visually connects to the highest `stat_#` on the in-game character traces page comes first. For example, if a stat bonus _X_ connects to `stat_2` and stat bonus _Y_ connects to `stat_1`, then _X_ would be `stat_3` and _Y_ would be `stat_4`.
6666
- If _X_ and _Y_ both connect to the same `stat_#` (only found in Erudition), then visually assign from bottom to top.
67-
- Characters on the Remembrance path will have a `memosprite` key in the character data (see example below).
67+
- Characters on the Remembrance path will have a `memosprite` key in the character data (see example below).
6868

6969
Current output sample:
7070

7171
```JSON
7272
{
7373
"source": "HSR-Scanner",
74-
"build": "v1.3.0",
74+
"build": "v1.4.0",
7575
"version": 4,
7676
"metadata": {
7777
"uid": 601869216,

requirements.txt

34 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)