linus-jansson / btd6farmer

A tool to make autonomous macros in Bloons Td 6. Relies on OCR and template matchmating for navigation. Made in python
https://discord.gg/qyKT6bzqZQ
MIT License
31 stars 11 forks source link

bot not detecting instamonkeys #77

Open Nub01 opened 1 year ago

Nub01 commented 1 year ago

I've tried lowering the confidence, separating the levelup and instamonkey checkFor, and replacing the image but still can't get it to work, I'm on a 1920x1080 monitor, not sure if this is the same as #4

getting this in console but not sure what it means: \btd6bot\src\ocr.py:22: RuntimeWarning: invalid value encountered in true_divide gainDivision = np.where(localMax == 0, 0, (screenshot / localMax))