Pokemon-Go-Controller
Pokemon-Go-Controller copied to clipboard
GPX File
I'm not quite sure what needs to be in the GPX file, are we supposed to put
"{"lng":"114.132530212402","lat":"22.3636264801025"}" This inside, or make a new .gpx somehow?
no. you can either use a gpx file for directions from point A to point B, or for one specific location I believe. I'm not an expert on this, but I used http://gpx-poi.com It creates a gpx.txt file for you based on the information you give it for the location. The "file name" is what you put in that space. So I renamed mine "PokemonLocation.gpx" and that's what I use, which is basically my home address. Remember to remove the .txt in the file name so it converts to a gpx file format.
Yeah but the Pokemon Controller isnt editing that file, for whatever reason for me
Oh yeah same for me. I posted something earlier today in regards to that in one of the other issue forums
I honestly don't know how to proceed from where I'm at
so how do we fix this? im stuck on this part
Im stuck too
Put your controller's ip in the "readAndChangeXML" file, then run this file in terminal. If you see the terminal updates the lng & lat, you should be good. GPX file will update itself.
When i run "readAndChangeXML" i get this....
MacBook-Pro:Pokemon-Go-Controller gavinsaunders$ ./readAndChangeXML.py
./readAndChangeXML.py: line 1: import: command not found
./readAndChangeXML.py: line 2: import: command not found
./readAndChangeXML.py: line 3: import: command not found
./readAndChangeXML.py: line 5: lastLat: command not found
./readAndChangeXML.py: line 6: lastLng: command not found
./readAndChangeXML.py: line 8: syntax error near unexpected token (' ./readAndChangeXML.py: line 8:
def getPokemonLocation():'
@g3crossfire It's a python script, thus, you need to run it with python: python readAndChangeXML.py
- You have to install
PokemonController
onto a device. - Connect it using wifi
- Get the ip address of the device running
PokemonController
Wifi > Info > Ip address - Edit
readAndChangeXML.py
to the ip address you scribbled down - Do the same of
autoclick.py
- Run
readAndChangeXML.py
, next runautoclick.py