Update Kamaitachi URL

This commit is contained in:
beerpiss 2024-04-08 14:16:04 +07:00
parent ef7880f5c5
commit f3ed7763a1
4 changed files with 8 additions and 8 deletions

2
Cargo.lock generated
View File

@ -762,7 +762,7 @@ checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
[[package]]
name = "saekawa"
version = "0.3.3"
version = "0.3.4"
dependencies = [
"aes",
"anyhow",

View File

@ -1,6 +1,6 @@
[package]
name = "saekawa"
version = "0.3.3"
version = "0.3.4"
authors = ["beerpsi <lacvtg.a1.2023@gmail.com>"]
edition = "2021"
license = "0BSD"

View File

@ -13,7 +13,7 @@ CHUNITHM hook to submit your scores to Tachi every credit.
- Download the [latest release](https://github.com/beerpiss/saekawa/releases/latest)
- Put it in your game installation root folder.
- Create and edit the [config file](https://github.com/beerpiss/saekawa/blob/trunk/res/saekawa.toml)
(download a config file pre-filled with your Tachi API key [here](https://kamaitachi.xyz/client-file-flow/CXSaekawa)),
(download a config file pre-filled with your Tachi API key [here](https://kamai.tachi.ac/client-file-flow/CXSaekawa)),
and place it in the same folder as the DLL.
- When you start the game, inject the DLL into the game process. For example,
edit your segatools game.bat to look like the green line:

View File

@ -11,7 +11,7 @@ export_pbs = false
# Whether FAILED should override FULL COMBO and ALL JUSTICE.
fail_over_lamp = false
# Timeout for web requests, in milliseconds
timeout = 3000
timeout = 30000
[cards]
# **DOES NOT WORK FOR WHITELISTING PBS!!**
@ -45,10 +45,10 @@ iterations = 70
[tachi]
# Tachi instance base URL
base_url = 'https://kamaitachi.xyz/'
base_url = "https://kamai.tachi.ac"
# Tachi status endpoint
status = '/api/v1/status'
status = "/api/v1/status"
# Tachi score import endpoint
import = '/ir/direct-manual/import'
import = "/ir/direct-manual/import"
# Your Tachi API key
api_key = 'your-key-here'
api_key = "your-key-here"