diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-05-12 13:43:26 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-05-12 13:45:31 -0700 |
| commit | 9ba905d923867c5c42cdfe049a82900665bb94d8 (patch) | |
| tree | a50d6fdf9d5e43448e2d9fd8d27951e6bf012939 /jubeat | |
| parent | 6b262e8cb96484e134adbbc4910ad3a36dc6830e (diff) | |
jubeat_asphyxia: update README
Diffstat (limited to 'jubeat')
| -rw-r--r-- | jubeat/asphyxia/README.md | 4 | ||||
| -rw-r--r-- | jubeat/asphyxia/czeave_to_tachi.py | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/jubeat/asphyxia/README.md b/jubeat/asphyxia/README.md index c26729b..e889746 100644 --- a/jubeat/asphyxia/README.md +++ b/jubeat/asphyxia/README.md @@ -2,7 +2,7 @@ **MUSIC_BAR IS NOT SAVED, SOME CASES MAY BE INCORRECT, USE WITH CAUTION** -[Plugin Repo](github.com/yuanqiuye/asphyxia-jubeat-CZEAve-plugins) +[Plugin Repo](https://github.com/yuanqiuye/asphyxia-jubeat-CZEAve-plugins) The official Asphyxia Plugin (up to Festo) also stores data in the same format so it will work. -Pass in your `jubeat@asphyxia.db` as `-f` or `--file`
\ No newline at end of file +Pass in your `jubeat@asphyxia.db` as `-f` or `--file`, this can be found in the `savedata` folder of wherever your Asphyxia executable is. diff --git a/jubeat/asphyxia/czeave_to_tachi.py b/jubeat/asphyxia/czeave_to_tachi.py index e486351..da58707 100644 --- a/jubeat/asphyxia/czeave_to_tachi.py +++ b/jubeat/asphyxia/czeave_to_tachi.py @@ -59,9 +59,9 @@ if __name__ == "__main__": "-s", "--service", help="Service description to be shown on Tachi (Note for where this score came from)", - default="jubeat Asphyxia czeave", + default="jubeat Asphyxia CZEAve", ) - parser.add_argument("-f", "--file", help="AsphyxiaCORE jubeat .db file czeave", required=True) + parser.add_argument("-f", "--file", help="AsphyxiaCORE jubeat .db file (jubeat@asphyxia.db)", required=True) parser.add_argument( "-o", "--output", help="Output filename", default="czeave_asphyxia_batch_manual.json" ) |
