mirror of
https://gitea.tendokyu.moe/beerpsi/x.git
synced 2024-11-23 23:00:56 +01:00
random bits and pieces
acaca | ||
chuni | ||
cm | ||
patchers | ||
segafs | ||
.gitignore | ||
LICENSE | ||
README.md |
x
Miscellaneous scripts that don't need their own repo.
app
/opt
/pack
segafs/makesegafs.py
: Create anapp
/opt
/pack
(same thing) from an unencrypted disk image.- Dependencies:
pip install construct PyCryptodome
- You will need to find the BootID key/IV and the HMAC key yourself if you want to make fake apps for whatever reason. Or just don't.
- Dependencies:
Patchers
patchers/b2spatch.mjs
: Convert from BemaniPatcher to Spice2x JSON- Requires
cheerio
:npm i cheerio
- You will need to rename the resulting JSON manually so that they match the
{gameCode}-{timestamp}_{entrypoint}
format expected by Spice2x.
- Requires
Arcaea
acaca/arcpack.py
: Script to extract Arcaea Nintendo Switcharc.pack
files
CHUNITHM
chuni/rekey_opt.ps1
: Rekeys a CHUNITHM International option so that audio doesn't shit the bed when importing into the Japanese version. There must be abin
folder next to this script with DereTore and SonicAudioTools extracted into it.
Card Maker
cm/cmpack.py
: Script to work with Card Maker.pac
files