Skip to content

Commit

Permalink
Merge pull request #65 from kel-z/dev
Browse files Browse the repository at this point in the history
Release v0.6.1 - hsr 2.0 stuff, debug mode, bug fixes, validation
  • Loading branch information
kel-z committed Feb 6, 2024
2 parents e7254d8 + 904e2b0 commit 04377ac
Show file tree
Hide file tree
Showing 20 changed files with 7,014 additions and 7,165 deletions.
1 change: 1 addition & 0 deletions HSR-Scanner.spec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ a.datas += [('assets\\tesseract\\tesseract.exe', 'src\\assets\\tesseract\\tesser
a.datas += [('assets\\tesseract\\tessdata\\DIN-Alternate.traineddata','src\\assets\\tesseract\\tessdata\\DIN-Alternate.traineddata', "DATA")]
a.datas += [('assets\\images\\databank.png','src\\assets\\images\\databank.png', "DATA")]
a.datas += [('assets\\images\\lock.png','src\\assets\\images\\lock.png', "DATA")]
a.datas += [('assets\\images\\discard.png','src\\assets\\images\\discard.png', "DATA")]
a.datas += [('assets\\images\\trailblazerm.png','src\\assets\\images\\trailblazerm.png', "DATA")]
a.datas += [('assets\\images\\trailblazerf.png','src\\assets\\images\\trailblazerf.png', "DATA")]
a.datas += [('assets\\images\\app.ico','src\\assets\\images\\app.ico', "DATA")]
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,14 @@ HSR Scanner has the following scan options:
- Set output location for the JSON file.
- Filter light cones and relics based on a minimum rarity or level threshhold.

For slower systems, the scanner might perform its inputs too fast for the game to respond or render in time. To work around this, there are two types of delays that can be increased in the configure tab:
- Navigation delay for navigating between different pages (inventory, character details, etc.)
- Scan delay for clicking between individual items (relics, light cones, and characters).

The scanner uses `b` and `c` by default to navigate to the inventory and character screen, respectively. If you changed these hotkeys, you will need to update the corresponding key in the configure tab.

If debug mode is enabled, the scanner will save ALL the screenshots taken during a scan to a debug folder in the specified output directory.

## Output

The output is loosely based off of Genshin's `.GOOD` export format. I don't expect this output to change anytime soon. If a breaking change has to made to the output, the version will be incremented by one to differentiate the change from previous versions.
Expand Down Expand Up @@ -105,6 +111,7 @@ Current output sample:
],
"location": "Bronya",
"lock": true,
"discard": false,
"_id": "relic_1"
},
{
Expand All @@ -125,6 +132,7 @@ Current output sample:
],
"location": "",
"lock": false,
"discard": true,
"_id": "relic_2"
}
],
Expand Down
Loading

0 comments on commit 04377ac

Please sign in to comment.