diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-02-28 01:07:48 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-02-28 01:07:48 -0800 |
| commit | 5d26d7a3f0571444f7a006b0c1be0c2bfe9912c5 (patch) | |
| tree | d7ce0fcef25653c30800e2eea87aa015f0b4a7a0 /sdvx/eamuse_csv/README.md | |
| parent | 44c02c686561e06c572c45e31639d64b992f63d1 (diff) | |
sdvx: add merge sdvx csv script
Diffstat (limited to 'sdvx/eamuse_csv/README.md')
| -rw-r--r-- | sdvx/eamuse_csv/README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sdvx/eamuse_csv/README.md b/sdvx/eamuse_csv/README.md new file mode 100644 index 0000000..7f9d8b3 --- /dev/null +++ b/sdvx/eamuse_csv/README.md @@ -0,0 +1,18 @@ +# e-amusement SDVX CSV to Tachi WARNING!!! +The CSV provided by Konami doesn't contain any information regarding the date which you played/obtained a particular score. It only keeps your BEST score. + +This causes for duplicate imports if you use this script more than once + +## Solution +The first time you import, run `sdvx_csv_to_tach.py` and import the output JSON file normally. Howver **KEEP THE OLD CSV FILE** + +The next time you play, export the CSV again but first run `eamuse_merge_csv.py --old <file> --new <file>`. Passing the old and new CSV files accordingly. + +This will check for differences between the 2 files and remove lines of the same value in the new file so that only newly obtained best scores are uploaded. + +# What if I want all plays? +I don't think there's a method right now to automatically import arcade data into Tachi for each play. Play history is locked behind the eAmusement basic subscription plan. + +The best you can do is download the eAmusement app, subscribe the the basic course and manually make your own score CSV in the same format. Then run `sdvx_csv_to_tach.py` + +Alternatively, you can take pictures of each play result screen and build your own JSON so that there is even more info available! |
