ANRAR4 / AutoBTD6

The scripts contained in this repository allow you to automatically play any gamemode on any map in Bloons TD6
31 stars 4 forks source link

detected money: -1 #10

Closed monuzo closed 1 year ago

monuzo commented 1 year ago

hello the money detection system isn't working sometimes with 1920x1080 (i'm also playing with my own 1920x1080 recorded map). sometimes the detected money is -1 or sometimes it's not recognizing a number for example: my real amount of money is 1,700 but it only recognizes 700.

monuzo commented 1 year ago

most of the time it doesn't recognize the '1'. from 1000-1999 it's -1. it starts working normal again from 2000-9999. From 10000 it doesn't recognize the 1 again.

ANRAR4 commented 1 year ago

Could you provide screenshots of your game where the number does and does not get recognized correctly? (ideally using the included py make_screenshot.py)

monuzo commented 1 year ago

Here is the screenshot made with py make_screenshot.py and my console. Right when my score went above 1000 the console displayed -1.

image 2023-03-07_00-03-09

ANRAR4 commented 1 year ago

Apparently the positions of balance and live counter were slightly changed in the latest update(v35.0). The latest commit should fix the issues you were having.

monuzo commented 1 year ago

it works perfectly now, thanks!