Skip to content

Rosemoe/paradigm-reboot-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paradigm: Reboot Extractor

Extract metadata and resources from Paradigm: Reboot game APK, including:

  • Song Metadata
  • Song resources
    • Cover image
    • Song audio (preview+full)
    • Charts
  • Skin resources (Sprite and Texture2D only)

Usage

This tool is tested on Windows and Python 3.10.
Install required packages via command: pip install UnityPy,fsb5,numpy,pycryptodome

Command-line Usage

Usage: extractor.py -i <apk_path> [-a <assets_apk_path>] [-h] [--songs] [--skins]
Options:
-i <apk_path>           Specify the input (base) apk file path
-a <assets_apk_path>    Specify additional assets apk file path
--songs                 Export song resources
--skins                 Export skin resources
-h                      Show this help

By default, only song metadata is exported.

Example

Export song metadata and all resources, supposing you've downloaded split apks from Google Play.

python extractor.py -i .\base.apk -a .\split_UnityDataAssetPack.apk --songs --skins

Related Enum Types

All enum type values used in song metadata can be found here

About

Metadata and resources extractor for Paradigm: Reboot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages