-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Idea for custom team-comps #10
Comments
Solid idea. For the "star up", I'd like to cut out the stars and see if we can get transparency to work. (IIRC you were able to do this with opencv and numpy, but I'd have to read up on it again.) Otherwise I feel like matching won't be clear enough. |
As they blink they might be overlooked once or twice but it worked prior to vanguard with those pings (not android) |
i wanted to try getting the images and test them but i didnt get the teamplaner working, i cut it out normally, next time i used gimp for the picture to have the dpi from the emulator settings worked neither, what can i do (to help) |
You have to get an Emulator where you can take screenshots with the emulator, I know BlueStacks and LDPlayer have a "take a screenshot" button in the right navigation menu. Editing the images with GIMP is a good idea, other programs may remove some information. Other than that I can't really tell you what to do, as that's exactly what I do. In the actual logic, you can try to play around with the capture area and precision. |
Tx I try it with the emulator screenshot tomorrow edit: used the screenshot function of the emulator, once cut it to size with gimp the other train with paint, both didnt work T_T |
Could you upload the images you're trying to use here? |
Then the issue is probably that the trait check logic checks below the area where that icon would show, see here: Lines 134 to 140 in 089b962
Updating that bounding box to start from Y 0 will probably fix it |
well you know where to look 😒 well i fail either: bounding_box=BoundingBox(0, 0, 0, 0), or bounding_box=BoundingBox(0), let the program just close |
It's X1 Y1 X2 Y2, so the fix would be |
tried counting it as it didnt shop first try neither do my values, i reduced the precision to 0.8 didnt work either T_T |
Additionally, this line may be an issue, the store card boxes are not that big to avoid misclicks: Line 147 in 089b962
You can instead of |
instead of Checking for heavenly it checks for 2-star, 3-star and the green Penguin for those chosen champions from the teamplaner
why 2 and 3-star, cause the teamplaner is not shown once one needs to star up
The text was updated successfully, but these errors were encountered: