Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tailsjs/brawlstars-assets-downloader
The greatest assets downloader.
https://github.com/tailsjs/brawlstars-assets-downloader
assets brawl brawl-stars brawlstars stars supercell
Last synced: about 1 month ago
JSON representation
The greatest assets downloader.
- Host: GitHub
- URL: https://github.com/tailsjs/brawlstars-assets-downloader
- Owner: tailsjs
- License: wtfpl
- Created: 2024-02-29T22:24:51.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-25T12:18:34.000Z (9 months ago)
- Last Synced: 2024-03-25T14:13:27.808Z (9 months ago)
- Topics: assets, brawl, brawl-stars, brawlstars, stars, supercell
- Language: JavaScript
- Homepage:
- Size: 694 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Brawl Stars Assets Downloader
The greatest assets downloader.## Setting up
1. Install [NodeJS](https://nodejs.org/)
2. Download/clone repository.
3. Type in terminal `npm install`
4. Change `config.json` if you feel so.
5. `node index`## `config.json`
```json
{
"IP": "game.brawlstarsgame.com",
"PORT": 9339,
"downloadOnlyNewFiles": true,
"clientHelloData": {
"keyVersion": 43,
"major": 54,
"minor": 277,
"build": 1,
"hash": "abc428e9f4f14fcf7c82bd69b4e56bd1c4a0b951"
}
}
```
* `IP` - Game IP
* `PORT` - Game port
* `downloadOnlyNewFiles` - Download only files, that have newer version, or doesn't exist in old fingerprint
* `clientHelloData` - Some data for 10100 packet.
* `clientHelloData.keyVersion` - Current Brawl Stars Pepper Crypto Key
* `clientHelloData.major` - Game major
* `clientHelloData.minor` - Game minor
* `clientHelloData.build` - Game build (not necessary to change)
* `clientHelloData.hash` - Old fingerprint hash## TODO
* Multithreading## Supercell Fan Content Policy
Sounds, CSVs, images and all other assets from the Brawl Stars app. Created for content creators and other fan content in line with Supercell's fan content policy (http://supercell.com/en/fan-content-policy/)