Valokoodari / btd6-ahk

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

Stuck on selecting a map #70

Closed DarkPie187 closed 1 year ago

DarkPie187 commented 1 year ago

Screenshot_20230224_031734

Valokoodari commented 1 year ago

I don't know how this was even possible as there was an If/Else check for the event type none but there is now an even better check on the main branch (0b4193787ea93a835daefa4431f5852acb8389df) to prevent this from happening.

DarkPie187 commented 1 year ago

I don't know how this was even possible as there was an If/Else check for the event type none but there is now an even better check on the main branch (0b41937) to prevent this from happening.

thanks, i just changed it now it somehow gets stuck at selecting the map it just swaps between the pages of the expert maps

Valokoodari commented 1 year ago

Try setting the event type to totem in config.ini as the totem event has map selection images from the current game version.

If that doesn't solve the problem, you should check that there is no anti-aliasing or something similar enabled in AMD/Nvidia/Intel graphics settings.

DarkPie187 commented 1 year ago

Try setting the event type to totem in config.ini as the totem event has map selection images from the current game version.

If that doesn't solve the problem, you should check that there is no anti-aliasing or something similar enabled in AMD/Nvidia/Intel graphics settings.

ye its not getting the error anymore with the totem event written in. its just the thing i described before that it swaps between the both expert map pages

Valokoodari commented 1 year ago

Does this happen anymore?

Puttys777 commented 1 year ago

Hello, I'm having the same issue with the script getting stuck on map select. I know update 36 just came out, so that might be it, or it may have something to do with AutoHotKey updates. Just wanted to let you know the bug is still here and if you've tried fixing it further.

mekoides commented 1 year ago

Same. Version 36 seems to have broken the map select. It just keeps toggling back and forth between the two expert map screens. Fresh install of the newest AHK version.

Valokoodari commented 1 year ago

The images have now been updated for game v36.0 and the map selection issue should be gone.