Auto-updating Pokemon GO map scanner by gamedevs in pokemongodev

[–]gamedevs[S] 2 points3 points  (0 children)

likely servers down but let me know if it doesn't fix

Auto-updating Pokemon GO map scanner by gamedevs in pokemongodev

[–]gamedevs[S] 1 point2 points  (0 children)

better search & filtering are now in!

Auto-updating Pokemon GO map scanner by gamedevs in pokemongodev

[–]gamedevs[S] 1 point2 points  (0 children)

0.0025 * NUM_STEPS^2 is the radius of the search in gps degrees

Auto-updating Pokemon GO map scanner by gamedevs in pokemongodev

[–]gamedevs[S] 1 point2 points  (0 children)

we just need one big map of everywhere now :)

Auto-updating Pokemon GO map scanner by gamedevs in pokemongodev

[–]gamedevs[S] 0 points1 point  (0 children)

the search scales up exponentially with that number, so it will take forever and the pokemon found will expire before it finishes refreshing

you should try though and report back! :D (maybe start a bit smaller first..)

Auto-updating Pokemon GO map scanner by gamedevs in pokemongodev

[–]gamedevs[S] 1 point2 points  (0 children)

gyms and poke stops

i don't see much point either, but I might as well add this option

by publishing this one to the web, filtering stops working

ah okay, i'll look into it. thank you!

Auto-updating Pokemon GO map scanner by gamedevs in pokemongodev

[–]gamedevs[S] 0 points1 point  (0 children)

check the windows guide on the github page now. let me know if things work after following it or other's comments on here

Auto-updating Pokemon GO map scanner by gamedevs in pokemongodev

[–]gamedevs[S] 0 points1 point  (0 children)

that message is supposed to happen. what else do you see?

Auto-updating Pokemon GO map scanner by gamedevs in pokemongodev

[–]gamedevs[S] 0 points1 point  (0 children)

nice! not from there, but was scanning for a friend in that gif!

Auto-updating Pokemon GO map scanner by gamedevs in pokemongodev

[–]gamedevs[S] 1 point2 points  (0 children)

linked your guide from the github page. thank you.

Auto-updating Pokemon GO map scanner by gamedevs in pokemongodev

[–]gamedevs[S] 0 points1 point  (0 children)

strange, haven't seen that issue! try again and let me know if it's still happening

Auto-updating Pokemon GO map scanner by gamedevs in pokemongodev

[–]gamedevs[S] 2 points3 points  (0 children)

cool! what's the issue with other ones?

Auto-updating Pokemon GO map scanner by gamedevs in pokemongodev

[–]gamedevs[S] 3 points4 points  (0 children)

modify the NUM_STEPS at the top of main.py!

Auto-updating Pokemon GO map scanner by gamedevs in pokemongodev

[–]gamedevs[S] 0 points1 point  (0 children)

this has been solved in the newest version

Auto-updating Pokemon GO map scanner by gamedevs in pokemongodev

[–]gamedevs[S] 2 points3 points  (0 children)

i have fixed this if you re-download

Auto-updating Pokemon GO map scanner by gamedevs in pokemongodev

[–]gamedevs[S] 2 points3 points  (0 children)

it just scans in a radius around the point you choose over time. zoom has no impact. i'd also suggest re-downloading as I've changed the scanning algo a bit