diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-05-24 23:32:28 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-05-24 23:32:28 -0700 |
| commit | cbb6a4a913f57711fe0e372b1f02b712ead27bcf (patch) | |
| tree | 51fb9db6385893ccccab35fd0052b378efdb22a3 /sdvx/eamuse_csv/README.md | |
| parent | 6baee000fd0e18d327e2119e2f7fd3251eef20f4 (diff) | |
sdvx_eamuse: improve instructions, add check for game version (surely there will be SDVX VII)
Diffstat (limited to 'sdvx/eamuse_csv/README.md')
| -rw-r--r-- | sdvx/eamuse_csv/README.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sdvx/eamuse_csv/README.md b/sdvx/eamuse_csv/README.md index 4c33f96..37b2486 100644 --- a/sdvx/eamuse_csv/README.md +++ b/sdvx/eamuse_csv/README.md @@ -34,3 +34,24 @@ To get this data. Navigate to the e-amusement URL below and press CTRL+S to save ``` https://p.eagate.573.jp/game/sdvx/vi/playdata/profile/index.html ``` + +# Arguments +## `sdvx_csv_to_tachi` + +| Argument | Short | Description | Default | +|:-------------:|:-------:|:---------------------------------------------------------------------------------------------------------------------------:|:----------------------:| +| `csv_filename`| — | Path to the CSV file | — | +| `--service` | `-s` | Service description to be shown on Tachi (Note for where this score came from) | `SDVX Arcade Import` | +| `--output` | `-o` | Output filename | `sdvx_tachi.json` | +| `--game` | `-g` | Version of the game. Surely there will be another one right... | `EXCEED_GEAR` | +| `--time` | `-t` | UNIX time (in milliseconds) that should be added to the scores. Defaults to current UNIX time | `None` | +| `--date_file` | `-d` | SDVX e-amusement profile site saved HTML. See README in sdvx/eamuse_csv for instructions. Overrides with --time input if missing | — | +| `--timezone` | `-tz` | Only needed if -d is used, specifies what timezone to convert to | — | + +## `eamuse_merge_to_csv` + +| Argument | Short | Description | Default | +|:-----------:|:-----:|:-----------------------------------------------------:|:------------------:| +| `--old` | — | Old CSV file | (Required) | +| `--new` | — | New CSV file | (Required) | +| `--output` | — | Output File | `sdvx_merged.csv` | |
