2023-11-14 17:57:11 +01:00
|
|
|
[general]
|
|
|
|
# Set to 'false' to disable the hook
|
|
|
|
enable = true
|
|
|
|
# Whether the hook should export your class medals and emblems or not.
|
|
|
|
export_class = true
|
2023-11-18 17:10:50 +01:00
|
|
|
# Whether the hook should export PBs. This should be used as a last resort, if
|
|
|
|
# you cannot import scores from your network, since this provides less data
|
|
|
|
# and sends only one pre-joined score per chart. Will only work once every session; you'll
|
|
|
|
# need to restart the game to do it again.
|
|
|
|
export_pbs = false
|
2023-11-15 12:39:13 +01:00
|
|
|
# Whether FAILED should override FULL COMBO and ALL JUSTICE.
|
|
|
|
fail_over_lamp = false
|
2023-11-14 17:57:11 +01:00
|
|
|
# Timeout for web requests, in milliseconds
|
|
|
|
timeout = 3000
|
|
|
|
|
|
|
|
[cards]
|
2023-11-18 17:10:50 +01:00
|
|
|
# **DOES NOT WORK FOR WHITELISTING PBS!!**
|
|
|
|
#
|
2023-11-14 17:57:11 +01:00
|
|
|
# Access codes that should be whitelisted
|
|
|
|
# If this is empty, all cards will be whitelisted
|
|
|
|
# There should be no whitespace between the digits
|
2023-11-18 17:10:50 +01:00
|
|
|
#
|
2023-11-14 17:57:11 +01:00
|
|
|
# example: whitelist = ["00001111222233334444"]
|
|
|
|
whitelist = []
|
|
|
|
|
2023-11-15 21:37:42 +01:00
|
|
|
[crypto]
|
|
|
|
# Since CRYSTAL+, the game employs network encryption. If you do not wish to
|
2023-11-16 15:55:50 +01:00
|
|
|
# patch out encryption from your game, you will need to fill in these values.
|
2023-11-15 21:37:42 +01:00
|
|
|
#
|
|
|
|
# All values are in hex strings.
|
|
|
|
key = ""
|
|
|
|
iv = ""
|
2023-11-16 15:55:50 +01:00
|
|
|
|
|
|
|
# Salt for deriving hashed API endpoint names. Not necessary on PARADISE LOST
|
|
|
|
# and older. For CHUNITHM NEW and later versions, this must be set if encryption
|
|
|
|
# is not patched out, otherwise the hook will be active but doing nothing, since
|
|
|
|
# it cannot recognize the score upload endpoint.
|
|
|
|
#
|
|
|
|
# This must also be a hex string.
|
2023-11-15 21:37:42 +01:00
|
|
|
salt = ""
|
|
|
|
|
|
|
|
# Number of PBKDF2 iterations to hash the endpoint URL. Set to 70 for CHUNITHM SUN
|
|
|
|
# and newer, and 44 for older versions.
|
|
|
|
iterations = 70
|
|
|
|
|
2023-11-14 17:57:11 +01:00
|
|
|
[tachi]
|
|
|
|
# Tachi instance base URL
|
|
|
|
base_url = 'https://kamaitachi.xyz/'
|
|
|
|
# Tachi status endpoint
|
|
|
|
status = '/api/v1/status'
|
|
|
|
# Tachi score import endpoint
|
|
|
|
import = '/ir/direct-manual/import'
|
|
|
|
# Your Tachi API key
|
|
|
|
api_key = 'your-key-here'
|