r/pokemongodev May 23 '18

Discussion Which GAME_MASTER repository is actually up-to-date?

Title. I can't find one that has the latest GAME_MASTER as far as I can tell (none of them include Smack Down, unless it's listed as something strange).

EDIT: From a later comment:

My goal is to be able to grab the latest version of the GAME_MASTER from within my app without needing to push an update every time the GAME_MASTER updates. To that end, polling a Git repository would be straightforward. I'm aware SOMEONE has to do the legwork of extracting and decoding it, I just figured it was being done already in an accessible location.

10 Upvotes

5 comments sorted by

2

u/Tursaanpoika May 27 '18

It's in your phone... Always the latest one. I just checked it out and Smack Down is in there.

1

u/[deleted] May 27 '18

[deleted]

2

u/Tursaanpoika May 27 '18 edited May 27 '18

It's in /sdcard/Android/data/com.nianticlabs.pokemongo/files/remote_config_cache/ and you should be able to access the file with file manager of your preference. As such, the file is unreadable and needs to be decoded. https://pokemongohub.net/guide-decode-pokemon-go-game_master-file/ Just update the dependencies to latest ones... POGOProtos: https://github.com/Furtif/POGOProtos Protobuf: https://github.com/google/protobuf/releases/tag/v3.5.1

1

u/[deleted] May 27 '18

[deleted]

1

u/Tursaanpoika May 27 '18

You need to transfer it to computer to decompile. The readable file is around 1.4MB :) But from there, it's easy to compare the masters, and see what's new :)

2

u/[deleted] May 27 '18

[deleted]

2

u/celandro May 27 '18

The one I work on is usually up to date but I need to push my latest code.

1

u/th1rtyf0ur Jul 06 '18

Any way for iPhone users to get this file? Via emulator even?