Valokoodari / btd6-ahk

An AutoHotkey (v2) script to automate collection events in Bloons TD 6.
MIT License
71 stars 32 forks source link

v34.3 Script doesn't start, ImageSearch Error #69

Closed ugsusu closed 1 year ago

ugsusu commented 1 year ago

The script seems to try loading something from a /none/ directory, that doesn't exist within the files.

image

Valokoodari commented 1 year ago

This should now be fixed on the main branch.

ugsusu commented 1 year ago

Error doesn't appear anymore (thanks!!), however the script doesn't seem to start - nothing happens after pressing the hotkey.

Valokoodari commented 1 year ago

Seems like ImageSearch cannot recognize the game state for some reason. Please check that everything is set according to the requirements listed in the README. If the script still doesn't work, you should check the log file (logging is only enabled by default after the commit afb4022) and probably change some of the files (play_home.png, stage_select.png, in_game.png) in the res folder.

Also changing some settings in the graphics control panel could help: https://github.com/Valokoodari/btd6-ahk/issues/13#issuecomment-945146810

ugsusu commented 1 year ago

Replacing the images fixed it! Thanks a lot