diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-05-25 02:09:49 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-05-25 02:13:16 -0700 |
| commit | 17432220723e110240d9fa81590a1cf380259d82 (patch) | |
| tree | adeeff3ea8287a0d9776dd5d8c37536a36e3a1a1 /ddr/eamuse/README.md | |
| parent | 3c36b9b06bcd5f808db176c003a8d4bde9f95d13 (diff) | |
ddr_eamuse: ddr world to tachi
Diffstat (limited to 'ddr/eamuse/README.md')
| -rw-r--r-- | ddr/eamuse/README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ddr/eamuse/README.md b/ddr/eamuse/README.md new file mode 100644 index 0000000..a636e04 --- /dev/null +++ b/ddr/eamuse/README.md @@ -0,0 +1,18 @@ +Converts your e-amusement DDR scores to a Tachi Batch-Manual JSON. Due to how e-amusement stores scores, only your BEST score can be derived from each chart. + +> [!NOTE] +> You must be subscribed to e-amusement Basic Course to use this + +> [How to get Cookies?](../../common_docs/how_to_get_cookie_header.md) +> +> Get the cookies from this page: https://p.eagate.573.jp/game/ddr/ddrworld/playdata/music_data_single.html + + +# Arguments +| Argument | Short | Description | Default | +|:---------------:|:-------:|:---------------------------------------------------------------------------------------------------------------------------:|:------------------------------:| +| `--service` | `-s` | Service description to be shown on Tachi (Note for where this score came from) | `e-amusement DDR PB Import` | +| `--cookies` | `-c` | Header string of e-amusement page cookies. See this script's README.md | — | +| `--playstyle` | `-p` | Playstyle. Must be either `'SP'` or `'DP'`. | `SP` | +| `--game` | `-g` | Version of the game | `WORLD` | +| `--output` | `-o` | Output filename | `ddr_pb_tachi.json` | |
