Skip to content

Unofficial documentation of Epic Games' Battle Breakers network requests

Notifications You must be signed in to change notification settings

dippyshere/battle-breakers-documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation


Documentation of all Battle Breakers related API / MCP calls

What is Battle Breakers?

Battle Breakers was a cartoon-themed Hero collector, Turn-Based, and Action RPG game developed by Chair Entertainment and Epic Games. Released in beta in 2016 and launched in 2019, the game has since been shut down at the end of 2022.

What is this repository?

This repository is a collection of all the API calls made by the game, and the data they return. This is a work in progress, and will be updated as more information is found. If you have any information to add, please feel free to open a pull request.


If you reference any of this information in your own work, please credit / link back to this repository.


Where are the docs?

The docs are located in the docs folder. The docs are written in Markdown, organised by the API endpoint they reference, and are generated by this script I wrote. Some requests/responses are altered to remove sensitive information.

What's missing?

  • MCP Operations
  • Manifests
    • CloudV3 HTTPChunkInstaller Manifests
      • Used by old builds (Used by 1.0.x - 1.5.x)
      • Platforms: WindowsNoEditor, Android_ASTC, Android_ATC, Android_DXT, Android_EXT1, Android_EXT2, Android_PVRTC, IOS
      • As these were stored under wex, they are no longer available (however I re-created them manually)
      • The actual manifests for each pak chunk are mostly still available on some hosts, however as of ~12/05/2023, all the PAK chunks available via CloudV3 are no longer available.
    • Build Manifests
      • Used by new mobile builds (Used by 1.6.x - 1.88.x)
      • Platforms: Windows, Android_ASTC, Android_ATC, Android_DXT, Android_EXT1, Android_EXT2, Android_PVRTC, IOS
      • We can still download these from the CDN, along with their PAKs
    • Versions
      • 1.88.244-r17036752 (Latest) (Got APK + PAKs, EXE) (4.25.0-17035652)
      • 1.88.165-r14606516 (Got PAKs) (4.25.0)
      • 1.88.0
      • 1.87.0
      • 1.86.83-r14347717 (Got PAKs) (4.25.0)
      • 1.85.462-r14276011 (Got PAKs) (4.25.0) (10/09/20)
      • 1.84.752-r13922354 (Latest iOS) (Got APK + PAKs, EXE) (4.25.0) (29/07/20)
      • 1.84.635 (25/06/20)
      • 1.84.579-r13741918 (Got PAKs) (4.25.0) (6/07/20)
      • 1.83.304-r12154759 (Got APK + PAKs) (4.23.0) (17/03/20)
      • 1.83.252-r11972457 (Got PAKs) (4.23.0) (10/03/20)
      • 1.82.353-r11264911 (Got PAKs)
      • 1.82.328-r11197089 (Got APK + PAKs) (4.23.0) (4/02/20)
      • 1.81.583-r11039983 (Got PAKs) (21/01/20)
      • 1.81.408-r10698544 (Got PAKs) (16/12/19)
      • 1.80.1779-r10330063 (27/11/19)
      • 1.80.1758-r10303436 (20/11/19)
      • 1.80.1696-r10121395 (Got APK + PAKs, EXE) (4.23.0) (13/11/19)
      • 1.80.1675-r10091636 (Got APK + PAKs) (4.23.0) (11/11/19)
      • 1.80.1557-r9915551 (Release Playtesting) (Got APK + PAKs) (4.23.0)
      • 1.80.0 (7/11/19)
      • 1.71.186-r4504633 (Got APK + PAKs) (4.20.0) (29/10/19)
      • 1.7.1013-r4371600 (Got APK + PAKs) (4.20.0) (18/09/18)
      • 1.6.442-r4076582 (Got APK, PAK/Manifests deleted) (4.20.0) (21/05/18)
      • 1.5.189-r3891207 (Got APK + PAKs + Manifest) (4.19.0) (20/02/18)
      • 1.5.145-r3842684 (Got APK + PAKs + Manifest) (4.19.0) (22/01/18)
      • 1.4.164-r3719898 (Got APK + PAKs + Manifest) (4.18.0) (30/10/17)
      • 1.4.103-r3693860 (Got APK + PAKs + Manifest) (4.18.0) (30/10/17)
      • 1.4.X-r3677158 (test build)
      • 1.3.3 (25/08/17)
      • 1.3.130-r3604802 (Got APK + PAKs + Manifest) (4.17.0) (14/08/17)
      • 1.3.0 (7/08/17)
      • 1.2.227-r3514827 (Got APK + PAKs + Manifests) (4.16.0) (10/07/17)
      • 1.1-r3437464 (Got APK + PAKs + Manifests) (4.16.0) (17/05/17)
      • 1.0-r3302067 (Got APK + PAKs + Manifests) (4.16.0) (10/04/17)
      • 1.0.5 (5/04/17)
      • 1.0.4 (30/03/17)
      • 1.0.3 (14/03/17)
      • 1.0.2 (15/02/17)
      • 1.0.1 (17/01/17)
      • 1.0.0 (17/01/17)
      • 1.0-beta (12/12/16)
      • If you discover any other builds / build strings, please let me know!

How do I contribute?

If you have any information to add, please feel free to open a pull request. If you have any questions/requests, please feel free to open an issue, or contact me on Discord at dippy is not here#1332.