1.2.6 • Published 12 months ago

@externaladdress4401/protobuf v1.2.6

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

Beatstar Protobuf Parser

This utility takes the .bytes file used by Beatstar and decodes them into a readable format using the internal variable names.

Requirements:

Node.js: https://nodejs.org/en/

Open a Command Prompt/Powershell window and execute node -v to test if you already have this.

To decode a file:

  1. Open index.js
  2. Change line 47 to be the path to your file
  3. Change line 28 to the proto for the file you're trying to decrypt. If it's a GameConfig you need to use GameConfigProto and an AssetsPatchConfig would be AssetsPatchProto.
  4. Open a Command Prompt/Powershell window in this folder and execute node index.js
  5. Your file will be saved as parsed.txt

All the protos are stored in the /protos folder. If you're trying to use one that isn't imported already you can add an import at the top just like the others.

Notes:

Beatstar protos don't follow traditional protobuf formats. A large difference is some fields are marked as a field of 1 which actually specifies the type of class this message represents. Field 2 is then a message with fields that differ based on the field 1 variable. This has been handled with the { name: piece}` format which correspond to the supplied enums. This is admittedly probably not very good.

1.2.0

1 year ago

1.2.6

12 months ago

1.2.5

1 year ago

1.2.4

1 year ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.1.9

1 year ago

1.1.8

1 year ago

1.1.7

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.26

1 year ago

1.0.25

1 year ago

1.0.24

1 year ago

1.0.29

1 year ago

1.0.28

1 year ago

1.0.27

1 year ago

1.0.32

1 year ago

1.0.31

1 year ago

1.0.30

1 year ago

1.0.19

1 year ago

1.0.22

1 year ago

1.0.21

1 year ago

1.0.20

1 year ago

1.0.23

1 year ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago