Star Rail support #63
DigitalE4rth
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Recognizing objects in images is hard. In Genshin Impact I relied on the icon and dialog options border, while Star Rail doesn't have that luxury - the icon and text both are placed on a dark semi-transparent background so I have to rely on both the icon and the text. The problem lies in the fact that at low screen resolutions text is getting blurred by the game, therefore I'm losing those color values I'm relying on. Therefore, such dialog options will not be recognized and will be skipped. I wanted to experiment a bit, but decided at this point to release what I have.
Supported aspect ratios: 1.25, 1.33, 1.5, 1.60, 1.66, 1.770, 1.777, 2.30, 2.33, 2.35, 2.37, 2.38, 2.4, 3.2, 3.55
Here is a table of tested screen resolutions. I remind you that the program relies on aspect ratios, rather than on specific screen resolution values, i.e. width/height.
✅ - Works great.⚠️ - The text is blurred in some cases / Partially works
Aspect ratios 3.2 and 3.55 (3840:1632, 3840:1644) have black edges across the screen. I don't know how much correctly my monitor behaves with Nvidia control panel, so if anyone has such aspect ratios and nothing works - please let me know and provide a screenshot of the dialog so I can calculate a new data. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions