From 9ba905d923867c5c42cdfe049a82900665bb94d8 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 12 May 2025 13:43:26 -0700 Subject: jubeat_asphyxia: update README --- jubeat/asphyxia/README.md | 4 ++-- 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" ) -- cgit v1.2.3