Difference between revisions of "How to Datamine Pokemon Go"

From Pokemon Go Wiki
Jump to: navigation, search
(Tips and Tricks)
(Redirected page to Guides)
 
Line 1: Line 1:
{{see also|Guides}}
+
#REDIRECT [[Guides]]
[[How to Datamine Pokemon Go]]  aka How to Extract and Decode GAME MASTER File. This is an easy and simple guide for anyone interested in decoding the GAME_MASTER file and exploring it on their own.
 
 
 
==1. What is the GAME_MASTER File?==
 
In short, the GM file is a configuration file that [[Pokemon Go]] downloads when it’s started. It’s a file that defines a huge amount of the game: [[moves]], [[DPS]] values, costs, requirements, rewards, etc… It’s a very important file and a majority of Pokemon GO websites use it to create accurate Tier lists, move sets, etc. Game Master is downloaded from Niantic’s servers once and saved on your local Android device, as it’s a rather big file. Pokemon GO Hub has devised a utility to decode the GAME_MASTER into a human readable format.
 
 
 
'''[https://github.com/apavlinovic/pogo-game-master-decoder GO HUB'S GAME MASTER DECODER]
 
 
 
==2. How to get the GAME_MASTER File?==
 
#First, you need to download any Android file explorer from the Google Play Store.
 
#After downloading the File Explorer, open it and navigate the following folder structure in the “internal/emulated storage” view:
 
##Android
 
##data
 
##com.nianticlabs.pokemongo
 
##files
 
##remote_config_cache
 
#Select the GAME_MASTER file and send it to yourself using e-mail, Whatsapp, Google Drive or anything else you prefer.
 
#Download the file on your PC and proceed to Step 3.
 
 
 
==3. Decoding the GAME_MASTER File==
 
===The Preparation===
 
*[https://github.com/apavlinovic/pogo-game-master-decoder Download the Decoder from Github] – press the Clone or download button and select “Download ZIP”
 
*Extract the ZIP file in a location of your choice.
 
Open the '''go-hub-game-master-decompiler''' folder and proceed to decode using the following steps.
 
 
 
===The Decoding===
 
#Open the Command Prompt in '''go-hub-game-master-decompiler''' folder:
 
##Hold Shift and Right Click in the empty folder space
 
##Select Open command window here
 
#Put the GAME_MASTER file you downloaded in Step 2. into the game-master-files folder. Don’t mess with dependencies or the gamemaster-decompile.bat if you’re not sure you know what you’re doing.
 
#Decode the file using the following command, replace the NAME_OF_YOUR_GAME_MASTER with the actual name of the file you downloaded from your phone. No path is needed, just the filename:
 
#*gamemaster-decompile.bat NAME_OF_YOUR_GAME_MASTER
 
#The decoded GAME_MASTER is now in your clipboard, paste it in a text editor of your choice.
 
#Enjoy! 🙂
 
 
 
==Tips and Tricks==
 
#The GAME_MASTER shows when it was last updated at the bottom of the file
 
#*timestamp_ms: 1483910629288
 
#Pokémon with placeholder moves often have the following moves:
 
#*quick_moves: TACKLE_FAST
 
#*cinematic_moves: STRUGGLE
 
#Some Pokémon do have moves assigned.
 
#There are only two Pokémon that are considered MYTHIC at the moment: MEW and Celebi, so don't panic about that.
 
 
 
==Example==
 
There is no need to write the whole path to the GAME_MASTER file, just it’s name. Here’s a more concrete example:
 
*gamemaster-decompile.bat 000001597FF747A8_GAME_MASTER
 
 
 
==FAQs==
 
 
 
 
 
 
 
[[Category:Guides]]
 

Latest revision as of 13:44, 13 February 2017

Redirect to: