mirror of
https://github.com/Bluemangoo/sekai-unpacker.git
synced 2026-05-06 20:44:47 +08:00
61 lines
1.9 KiB
YAML
61 lines
1.9 KiB
YAML
log_level: "DEBUG"
|
|
|
|
client:
|
|
- url: "127.0.0.1:3333"
|
|
token: abc
|
|
host: "local.bluemangoo.net"
|
|
#server:
|
|
# - url: 127.0.0.1:3333
|
|
# token: abc
|
|
|
|
execution:
|
|
proxy: ""
|
|
timeout_seconds: 300
|
|
allow_cancel: true
|
|
retry:
|
|
attempts: 4
|
|
initial_backoff_ms: 1000
|
|
max_backoff_ms: 4000
|
|
|
|
tools:
|
|
ffmpeg_path: "ffmpeg"
|
|
asset_studio_cli_path: "D:\\Workspace\\AssetStudio\\AssetStudioCLI\\bin\\Release\\net9.0\\AssetStudioModCLI.exe"
|
|
|
|
concurrency:
|
|
download: 4
|
|
upload: 4
|
|
acb: 8
|
|
usm: 4
|
|
hca: 16
|
|
|
|
regions:
|
|
jp:
|
|
enabled: true
|
|
provider:
|
|
kind: colorful_palette
|
|
asset_info_url_template: "https://{env}-{hash}-assetbundle-info.sekai.colorfulpalette.org/api/version/{asset_version}/{asset_hash}/os/ios"
|
|
asset_bundle_url_template: "https://{env}-{hash}-assetbundle.sekai.colorfulpalette.org/{asset_version}/{asset_hash}/ios/{bundle_path}"
|
|
profile: "production"
|
|
profile_hashes: { production: cf2d2388 }
|
|
required_cookies: true
|
|
crypto:
|
|
aes_key_hex: "6732666343305a637a4e394d544a3631"
|
|
aes_iv_hex: "6d737833495630693958453575595a31"
|
|
runtime:
|
|
unity_version: "2022.3.21f1"
|
|
|
|
cn:
|
|
enabled: true
|
|
provider:
|
|
kind: nuverse
|
|
asset_version_url: "https://lf3-mkcncdn-tos.dailygn.com/obj/rt-game-lf/gdl_app_5236/Mainland/{app_version}/Release/cn_online/ios/version"
|
|
app_version: "5.2.0"
|
|
asset_info_url_template: "https://lf3-mkcncdn-tos.dailygn.com/obj/sf-game-lf/gdl_app_5236/AssetBundle/{app_version}/Release/cn_online/ios{asset_version}/AssetBundleInfoNew.json"
|
|
asset_bundle_url_template: "https://lf3-mkcncdn-tos.dailygn.com/obj/sf-game-lf/gdl_app_5236/AssetBundle/{app_version}/Release/cn_online/{bundle_path}"
|
|
required_cookies: false
|
|
crypto:
|
|
aes_key_hex: "6732666343305a637a4e394d544a3631"
|
|
aes_iv_hex: "6d737833495630693958453575595a31"
|
|
runtime:
|
|
unity_version: "2022.3.21f1"
|