-
Notifications
You must be signed in to change notification settings - Fork 392
Config.INI
The configuration file can be used to show information about IV's/movesets of creatures, and to show detailed gym information.
For Windows the example config.ini.example can be found at: C:\Users\YourUserName\AppData\Local\pokemon\app-0.4.1\resources\app\map\config\
For OSX the example config.ini.example can be found by right-clicking the app file (the same file you use to launch the app) and selecting "Show Contents", then navigating within the contents to resources\app\map\config
Open the example file with your text editor of choice, I recommend notepad++ as the file recommends.
PokemonGo-DesktopMap has a configuration screen, but it doesn't have all the options available, so manually editing this text file is currently the only way to do so. NOTE: DESPITE RECOMMENDATION ABOUT API KEY, LOCATION AND ACCOUNTS AT THE BOTTOM OF THE CONFIG FILE, YOU CAN SUPPLY AT THE LOGIN SCREEN AND JUST UNCOMMENT THE TWO LINES YOU NEED.
The lines that control the gym and IV's, I'll include here, but they go in the configuration.ini file as below:
gym-info: true # enables detailed gym info collection (default false), this gives you pokemon in the gyms when you hover over gym
encounter: true # Set to true to start encounters to pull more info, like IVs or movesets. (default false) You see the moves and IV when hovering on pokemon, also enables use of the IV rating for notification
# DO NOT USE NOTEPAD TO EDIT CONFIG FILES!! USE NOTEPAD ++ INSTEAD. # Authentication settings #auth-service: # ptc (default) or google #username: [thunderfox01, thunderfox02, [email protected]] #password: [password01, password02, password03] # Database settings db-type: sqlite # sqlite (default) or mysql #db-host: # required for mysql #db-name: # required for mysql #db-user: # required for mysql #db-pass: # required for mysql #db-port: # default 3306 # Search settings #location: (use your location name eg seattle, wa or co-ordinates lat, long) #no-gyms: # disables gym scanning (default false) #no-pokemon: # disables pokemon scanning (default false) #no-pokestops: # disables pokestop scanning (default false) #scan-delay: # default 10 #step-limit: # default 12 gym-info: true # enables detailed gym info collection (default false) #min-seconds-left: # time that must be left on a spawn before considering it too late and skipping it (default 0) #status-name: # enables writing status updates to the database - if you use multiple processes, each needs a unique value #Pokemon IV encounter: true # Set to true to start encounters to pull more info, like IVs or movesets. (default false) #encounter-delay: # delay in seconds before starting an encounter. Must not be zero. (default 1) #encounter-whitelist: # whitelist of pokemon ids to encounter. Syntax [id,id,id,id] (Do not use with blacklist) #encounter-blacklist: # blacklist of pokemon ids to NOT encounter. Syntax [id,id,id,id] (Do not use with whitelist) # Misc #gmaps-key: g23843kdkaDFDADAkls # your Google Maps API key #proxy: # Proxy URL e.g. socks5://127.0.0.1:9050 or a list of proxies e.g. [socks5://127.0.0.1:9050,socks5://127.0.0.1:9050] #proxy-timeout: # Timeout before proceeding with next proxy while checking if the proxy works, (default 5) #proxy-display: # Used with -ps, full = display complete proxy address. Index = displays just the index for that proxy (default index) #webhook: # webhook URL (including http://) #webhook-updates-only: # only send updates to webhooks, (excludes gyms & non-lured pokéstops) # Webserver settings #host: # address to listen on (default 127.0.0.1) #port: # port to listen on (default 5000) #locale: # pokemon translation #ssl-certificate: # path to ssl certificate #ssl-privatekey: # path to ssl private key #encrypt-lib: # path to encrypt lib to be used instead of the shipped ones #status-page-password: # enables and protects the /status page to view status of all workers #Uncomment a line when you want to change its default value (Remove # at the beginning) #Please ensure to leave a space after the : (example setting: value) #username, password, location and gmaps-key are required