diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-04-06 23:00:20 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-04-06 23:00:20 -0700 |
| commit | d837a235d820891964f370101a699600df50b028 (patch) | |
| tree | a04aadaf69a1963887ef10efe25abf494f870879 /chuni/tachi/README.md | |
| parent | 172613c9c0b37e33a71b6875fcc6d5680880f7a2 (diff) | |
chunithm_tachi: bookmarklets for exporting playdata from tachi to batch-manual (MYT)
Diffstat (limited to 'chuni/tachi/README.md')
| -rw-r--r-- | chuni/tachi/README.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/chuni/tachi/README.md b/chuni/tachi/README.md new file mode 100644 index 0000000..a145e4f --- /dev/null +++ b/chuni/tachi/README.md @@ -0,0 +1,22 @@ +# CHUNITHM Tachi to Tachi + +This is a bookmarklet that will allow you to download data shown in the Web UI of Tachi into a `Batch-Manual` compatible form again. + +This can be handy if you want to download/save data from the MYT network if you are already in a Tachi instance that has integrations with it. + +# Scripts + +## `tachi_to_tachi_pb.js` +Takes data from your profile page which only shows your PB for each song +Page: `https://my-tachi-instance.com/u/USERNAME/games/chunithm/Single/scores` + +## `tachi_to_tachi_session.js` +For a singular session. Choose the session to export and go to the `All Scores` tab +Page: `https://my-tachi-instance.com/u/USERNAME/games/chunithm/Single/sessions/SESSION_ID` + +# Usage + +1. Copy the contents of the script you want to use +2. Create a new bookmark and paste the full contents of the script into the URL section +3. Navigate to the relevant score page as shown in the previous section +4. Show as many scores as possible on a singular view, if you exceed the largest limit then repeat the steps above for the next page(s) |
