Introduction
6/8/26Less than 1 minute
Arcaea-Bundler
This project Arcaea-Bundler is a tool for bundling and debundling Arcaea content bundles (hot update packages). The content bundles generated by this project can be used by Arcaea-Server.
An Arcaea content bundle usually consists of one metadata JSON file and one or more .cb files. The metadata describes file paths, version relationships, hashes, partition information, and other data, while the .cb files store the actual resource data. Arcaea-Bundler can restore resource files from .cb files according to metadata, and can also repack a local resource folder into a hot update package that can be served by the server.
Main Usage
- Debundle existing content bundles for viewing or organizing resource files.
- Bundle an organized resource folder into a full or incremental content bundle.
- Generate hot update files recognizable by the
database/bundlefolder of Arcaea-Server.
Document Index
- Instruction: script download, debundling, bundling, and parameter descriptions.
- Mechanism: content bundle, metadata, old metadata, and server delivery mechanism.