Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.

BrunnerLivio/deprecated-pokemongo-game-master

Repository files navigation

⚠️ DEPRECATED ⚠️

THIS REPOSITORY HAS MOVED TO pokemongo-dev-contrib/pokemongo-game-master

DO NOT FURTHER USE THIS REPOSITORY

pokemongo-game-master

Online Users in pokemongo-game-master Discord Server

This repository is collection of the decoded GAME_MASTER-protobuf files

Contribute

This project heavily relies on the help of you. So please contribute.

Add a new version

Dependencies

You can use the ./bin/add-version.sh script (Linux only)

cd pokemongo-game-master
cp ~/your/GAME_MASTER.protobuf .

# Latest version
./bin/add-version.sh -f ./GAME_MASTER.protobuf -v "0.85.3" --latest # Adds the new version "0.85.3", which is the latest version

# Older Version
./bin/add-version.sh -f ./GAME_MASTER.protobuf -v "0.82.1" # Adds the new version "0.82.1", which is NOT the latest version

Or from scratch (Windows / Linux)

Commits

We use this standard.

Third party

Bash

If you want to have the latest GAME_MASTER version as a developer, you can use

wget https://raw.githubusercontent.com/pokemongo-dev-contrib/pokemongo-game-master/master/versions/latest/GAME_MASTER.json

NodeJS

Installation

npm i -s pokemongo-game-master

Usage

const gameMaster = require('pokemongo-game-master');

gameMaster.getVersion('latest', 'json').then(console.log); // Returns as object: { itemTemplates: [ ... ], timestampMs: '1512514949791' }
gameMaster.getVersion('0.83.3', 'protobuf').then(console.log); // Returns the version 0.83.3 as string

Projects

Contributors

Livio Brunner <contact@brunnerliv.io>

Ryan Barker <celandro@gmail.com>

About

⚠️ DEPRECATED - LOOK README ⚠️ This repository is collection of the decoded GAME_MASTER-protobuf files

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published