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
- Host: GitHub
- URL: https://github.com/xjunko/sekai-re
- Owner: xjunko
- License: mit
- Created: 2025-04-04T11:17:15.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-04T12:00:18.000Z (about 1 year ago)
- Last Synced: 2025-04-10T05:03:43.438Z (about 1 year ago)
- Topics: sekai, unity, unitypy
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sekai-re.py
[](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

* with this you can natively load the files in another programs.
# credits
* [UnityPy](https://github.com/K0lb3/UnityPy)
* [sssekai](https://github.com/mos9527/sssekai)