Files
aklive2d/config/_project_json.yaml

180 lines
5.5 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
description: !match "~{split('config', 'title' ,' - ')[0]} Live 2D\n~{split('config', 'title' ,' - ')[1]} Live 2D\nThe model is extracted from game with Spine support.\n模型来自游戏内提取支持Spine\nPlease set your FPS target in Wallpaper Engine > Settings > Performance > FPS\n请在 Wallpaper Engine > 设置 > 性能 > FPS 下设置FPS\n\nLive preview on: https://arknights.halyul.dev/~{var('config', 'link')}?settings\nGithub: https://github.com/Halyul/aklive2d"
localization:
en-us:
ui_notice_title: <hr><h4>📝 Notes</h4><hr>
ui_notice_set_fps: <span><b>Set FPS target in Settings</b></span>
ui_notice_github: "Github: https://github.com/Halyul/aklive2d"
ui_notice_other_operators: "Previews: https://arknights.halyul.dev/"
ui_notice_version: !match "~{version('<span>Version: ', '</span>')}"
ui_background_title: <hr><h4>🖼️ Background</h4><hr>
ui_custom_background: Custom Background
ui_default_background: Default Background
ui_logo_title: <hr><h4>😐 Logo</h4><hr>
ui_logo_image: Logo Image
ui_logo_opacity: Logo Opacity
ui_logo_ratio: Logo Ratio
ui_operator_logo: Operator Logo
ui_translate_x: X Axis Position
ui_translate_y: Y Axis Position
ui_position_title: <hr><h4>⚠️ Posistion</h4><hr>
ui_position_padding_bottom: Padding Bottom
ui_position_padding_left: Padding Left
ui_position_padding_right: Padding Right
ui_position_padding_top: Padding Top
ui_voice_title: <hr><h4>🔈Voice</h4><hr>
ui_voice_lang: Voice Language
ui_subtitle_title: <hr><h4>📑 Subtitle</h4><hr>
ui_subtitle_lang: Subtitle Language
ui_voice_actor_title: <hr><h4>🗣️ Voice Actor</h4><hr>
zh-chs:
ui_notice_title: <hr><h4>📝 通知</h4><hr>
ui_notice_set_fps: <span><b>在设置中设定FPS目标</b></span>
ui_notice_github: "Github: https://github.com/Halyul/aklive2d"
ui_notice_other_operators: "预览: https://arknights.halyul.dev/"
ui_notice_version: !match "~{version('<span>版本: ', '</span>')}"
ui_background_title: <hr><h4>🖼️ 背景</h4><hr>
ui_custom_background: 背景图片
ui_default_background: 默认背景
ui_logo_title: <hr><h4>😐 图标</h4><hr>
ui_logo_image: 图标图片
ui_logo_opacity: 图标透明度
ui_logo_ratio: 图标比例
ui_operator_logo: 干员图标
ui_translate_x: X 轴位置
ui_translate_y: Y 轴位置
ui_position_title: <hr><h4>⚠️ 位置</h4><hr>
ui_position_padding_bottom: 底部距离
ui_position_padding_left: 左部距离
ui_position_padding_right: 右部距离
ui_position_padding_top: 上部距离
ui_voice_title: <hr><h4>🔈语音</h4><hr>
ui_voice_lang: 语音语言
ui_subtitle_title: <hr><h4>📑 字幕</h4><hr>
ui_subtitle_lang: 字幕语言
ui_voice_actor_title: <hr><h4>🗣️ 声优</h4><hr>
properties:
- key: notice_title
value:
text: ui_notice_title
- key: notice_set_fps
value:
text: ui_notice_set_fps
- key: notice_github
value:
text: ui_notice_github
- key: notice_other_operators
value:
text: ui_notice_other_operators
- key: notice_version
value:
text: ui_notice_version
- key: logo_title
value:
text: ui_logo_title
- key: logo
value:
text: ui_operator_logo
type: bool
value: true
- key: logoimage
value:
text: ui_logo_image
type: file
value: ""
condition: logo.value == true
- key: logoratio
value:
text: ui_logo_ratio
type: "slider"
value: 61.8
condition: logo.value == true
fraction: true
max: 100
min: 0
precision: 2
step: 0.1
- key: logoopacity
value:
text: ui_logo_opacity
type: slider
value: 30
condition: logo.value == true
fraction: false
max: 100
min: 0
- key: logox
value:
text: ui_translate_x
type: slider
value: 0
condition: logo.value == true
fraction: false
max: 100
min: 0
- key: logoy
value:
text: ui_translate_y
type: slider
value: 0
condition: logo.value == true
fraction: false
max: 100
min: 0
- key: background_title
value:
text: ui_background_title
- key: defaultbackground
value:
text: ui_default_background
type: combo
value: !match ~{var('assets', "backgrounds")[0]}
fraction: false
max: 100
min: 0
options: !match ~{var('assets', "backgroundOptions")}
- key: background
value:
text: ui_custom_background
type: file
value: ""
- key: position
value:
text: ui_position_title
type: bool
value: false
- key: paddingleft
value:
text: ui_position_padding_left
type: slider
value: !match ~{var('config', "viewport_left")}
condition: position.value == true
fraction: false
max: 100
min: -100
- key: paddingright
value:
text: ui_position_padding_right
type: slider
value: !match ~{var('config', "viewport_right")}
condition: position.value == true
fraction: false
max: 100
min: -100
- key: paddingtop
value:
text: ui_position_padding_top
type: slider
value: !match ~{var('config', "viewport_top")}
condition: position.value == true
fraction: false
max: 100
min: -100
- key: paddingbottom
value:
text: ui_position_padding_bottom
type: slider
value: !match ~{var('config', "viewport_bottom")}
condition: position.value == true
fraction: false
max: 100
min: -100