feat(live2d): add gavial, surtr#9

This commit is contained in:
Haoyu Xu
2022-08-11 11:03:10 -04:00
parent e33634fe41
commit 3d0cfdbfa8
4 changed files with 56 additions and 0 deletions

View File

@@ -20,6 +20,8 @@ A project that builds showcase webpage for Arknights Live2D-equipped operators.
| Nearl the Radiant Knight | [Link](https://arknights.halyul.dev/neral/) | [Link](https://steamcommunity.com/sharedfiles/filedetails/?id=2642836787) | | Nearl the Radiant Knight | [Link](https://arknights.halyul.dev/neral/) | [Link](https://steamcommunity.com/sharedfiles/filedetails/?id=2642836787) |
| Ling | [Link](https://arknights.halyul.dev/ling/) | [Link](https://steamcommunity.com/sharedfiles/filedetails/?id=2730944363) | | Ling | [Link](https://arknights.halyul.dev/ling/) | [Link](https://steamcommunity.com/sharedfiles/filedetails/?id=2730944363) |
| Specter the Unchained | [Link](https://arknights.halyul.dev/specter/) | [Link](https://steamcommunity.com/sharedfiles/filedetails/?id=2802596772) | | Specter the Unchained | [Link](https://arknights.halyul.dev/specter/) | [Link](https://steamcommunity.com/sharedfiles/filedetails/?id=2802596772) |
| Gavial the Invincible | [Link](https://arknights.halyul.dev/gavial/) | [Link](https://steamcommunity.com/sharedfiles/filedetails/?id=2847605961) |
| Colorful Wonderland / Surtr | [Link](https://arknights.halyul.dev/surtr_colorful_wonderland/) | [Link](https://steamcommunity.com/sharedfiles/filedetails/?id=2847602015) |
- For Windows users: Use [Wallpaper Engine](https://www.wallpaperengine.io/en) or other softwares that support using webpage as desktop wallpaper. - For Windows users: Use [Wallpaper Engine](https://www.wallpaperengine.io/en) or other softwares that support using webpage as desktop wallpaper.
- For macOS users: Use [Plash](https://github.com/sindresorhus/Plash), however, I don't have macOS machine, so your mileage may vary. - For macOS users: Use [Plash](https://github.com/sindresorhus/Plash), however, I don't have macOS machine, so your mileage may vary.

View File

@@ -18,6 +18,8 @@ operators:
w: !include config/w.yaml w: !include config/w.yaml
w_fugue: !include config/w_fugue.yaml w_fugue: !include config/w_fugue.yaml
specter: !include config/specter.yaml specter: !include config/specter.yaml
gavial: !include config/gavial.yaml
surtr_colorful_wonderland: !include config/surtr_colorful_wonderland.yaml
server: server:
operator_folder: ./operator/ operator_folder: ./operator/
release_folder: ./release/ release_folder: ./release/

26
config/gavial.yaml Normal file
View File

@@ -0,0 +1,26 @@
_operator_settings.js:
fallbackImage_height: 2048
fallbackImage_width: 2048
filename: dyn_illust_char_1026_gvial2
fps: 60
opacity: 30
viewport_bottom: 0
viewport_left: 0
viewport_right: 0
viewport_top: 0
index.html:
fallback_name: char_1026_gvial2_2
id: char_1026_gvial2_2
operator_logo: logo_rhodes_override
title: 'Arknights: Gavial the Invincible - 明日方舟:百练嘉维尔'
version: ${func:get_version()}
project.json:
description: 'Arknights: Gavial the Invincible Live 2D\n明日方舟百练嘉维尔 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/gavial\nGithub: https://github.com/Halyul/aklive2d'
title: ${var:index.html->title}
ui_logo_opacity: ${var:_operator_settings.js->opacity}
ui_logo_ratio: 61.8
ui_operator_logo: 'true'
ui_position_padding_bottom: ${var:_operator_settings.js->viewport_bottom}
ui_position_padding_left: ${var:_operator_settings.js->viewport_left}
ui_position_padding_right: ${var:_operator_settings.js->viewport_right}
ui_position_padding_top: ${var:_operator_settings.js->viewport_top}

View File

@@ -0,0 +1,26 @@
_operator_settings.js:
fallbackImage_height: 2048
fallbackImage_width: 2048
filename: dyn_illust_char_350_surtr_summer#9
fps: 60
opacity: 30
viewport_bottom: 0
viewport_left: 0
viewport_right: 6
viewport_top: 1
index.html:
fallback_name: char_350_surtr_summer%239
id: char_350_surtr_summer%239
operator_logo: logo_rhodes_override
title: 'Arknights: Colorful Wonderland / Surtr - 明日方舟:缤纷奇境·史尔特尔'
version: ${func:get_version()}
project.json:
description: 'Arknights: Colorful Wonderland / Surtr Live 2D\n明日方舟缤纷奇境·史尔特尔 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/surtr_colorful_wonderland\nGithub: https://github.com/Halyul/aklive2d'
title: ${var:index.html->title}
ui_logo_opacity: ${var:_operator_settings.js->opacity}
ui_logo_ratio: 61.8
ui_operator_logo: 'true'
ui_position_padding_bottom: ${var:_operator_settings.js->viewport_bottom}
ui_position_padding_left: ${var:_operator_settings.js->viewport_left}
ui_position_padding_right: ${var:_operator_settings.js->viewport_right}
ui_position_padding_top: ${var:_operator_settings.js->viewport_top}