beerpsi-x/README.md

32 lines
1.5 KiB
Markdown
Raw Permalink Normal View History

2024-07-10 11:44:47 +02:00
# x
Miscellaneous scripts that don't need their own repo.
2024-07-17 13:48:32 +02:00
## `app`/`opt`/`pack`
- `segafs/makesegafs.py`: Create an `app`/`opt`/`pack` (same thing) from an unencrypted
disk image.
- Dependencies: `pip install construct PyCryptodome`
2024-07-11 10:21:00 +02:00
## Patchers
2024-10-26 21:44:51 +02:00
- `patchers/b2spatch.ts`: Convert from BemaniPatcher to Spice2x JSON
2024-10-26 22:17:55 +02:00
- Use Deno: `deno run -A b2spatch.ts ...`
2024-07-11 10:21:00 +02:00
- You will need to rename the resulting JSON manually so that they match the
`{gameCode}-{timestamp}_{entrypoint}` format expected by Spice2x.
2024-10-26 22:17:55 +02:00
- `patchers/b2mpatch.ts`: Convert from BemaniPatcher to [mempatch-hook](https://github.com/djhackersdev/bemanitools/blob/master/doc/tools/mempatch-hook.md)/[mempatcher](https://github.com/aixxe/mempatcher)
2024-10-26 21:44:51 +02:00
- Use Deno: `deno run -A b2mpatch.ts ...`
- You need to setup a folder of executables or DLLs you want to patch. They
can be named the patcher's description, or the patcher's filename.
2024-07-11 10:21:00 +02:00
2024-07-10 11:44:47 +02:00
## Arcaea
- `acaca/arcpack.py`: Script to extract Arcaea Nintendo Switch `arc.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 a `bin` folder next
to this script with [DereTore](https://github.com/OpenCGSS/DereTore/releases/latest)
and [SonicAudioTools](https://github.com/blueskythlikesclouds/SonicAudioTools/releases/latest)
extracted into it.
## Card Maker
- `cm/cmpack.py`: Script to work with Card Maker `.pac` files