steve1316 / granblue-automation-pyautogui

Educational application aimed at automating user-defined workflows for the mobile game, "Granblue Fantasy", using a variety of CV technologies in the backend such as OpenCV, PyAutoGUI and EasyOCR and a frontend coded in Typescript.
https://github.com/steve1316/granblue-automation-pyautogui/wiki
119 stars 36 forks source link

generic V2 static window calibration sidebar #186

Closed AthTop closed 1 year ago

AthTop commented 1 year ago

It seems v2 mode takes into account the sidebar from mobage if using the static window calibration setting, which leads to it failing if using DMM. Disabling static window calibration seems to not work either as sub window is never found.

line129 in window.py Window.sub_left = 0 changing this to sub_start as it should probably have been makes sub window be detected but cords are all messed up.

steve1316 commented 1 year ago

Should be fixed in v3.0.4.