An open API service indexing awesome lists of open source software.

https://github.com/xjunko/sekai-re

Project SEKAI File Utility
https://github.com/xjunko/sekai-re

sekai unity unitypy

Last synced: about 1 month ago
JSON representation

Project SEKAI File Utility

Awesome Lists containing this project

README

          

# sekai-re.py
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

project sekai files reverse engineering

## requirements
- [uv](https://github.com/astral-sh/uv) to run the project.
- [vgmstream](https://github.com/vgmstream/vgmstream) for decrypting the audio files.

## disclaimer
to use this project, you first have to fetch the files from it's source.
one of the ways you can do this are with [sssekai](https://github.com/mos9527/sssekai).

it's preferable for vgmstream-cli to be installed directly into your enviroment $PATH.

## usage
```
usage: sekai-re.py [-h] {extract_music} ...

Project Sekai reverse engineering suites

positional arguments:
{extract_music} Subcommands
extract_music Decrypt and extract music assets

options:
-h, --help show this help message and exit
```
### getting raw score (.sus) files and it's files
``` bash
sekai-re.py extract_music --in "/SekaiRE/root/" --out "/SekaiRE/out/"
```
#### results
![image](https://github.com/user-attachments/assets/e49bb3de-1c57-4467-8d58-610be6f908a8)


* with this you can natively load the files in another programs.

# credits
* [UnityPy](https://github.com/K0lb3/UnityPy)
* [sssekai](https://github.com/mos9527/sssekai)