From 3d0cfdbfa845afa63f1b377a8177e11bba47a84e Mon Sep 17 00:00:00 2001 From: Haoyu Xu Date: Thu, 11 Aug 2022 11:03:10 -0400 Subject: [PATCH] feat(live2d): add gavial, surtr#9 --- README.md | 2 ++ config.yaml | 2 ++ config/gavial.yaml | 26 ++++++++++++++++++++++++++ config/surtr_colorful_wonderland.yaml | 26 ++++++++++++++++++++++++++ 4 files changed, 56 insertions(+) create mode 100644 config/gavial.yaml create mode 100644 config/surtr_colorful_wonderland.yaml diff --git a/README.md b/README.md index 81d0066..6924c1b 100644 --- a/README.md +++ b/README.md @@ -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) | | 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) | +| 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 macOS users: Use [Plash](https://github.com/sindresorhus/Plash), however, I don't have macOS machine, so your mileage may vary. diff --git a/config.yaml b/config.yaml index 0174347..4480405 100644 --- a/config.yaml +++ b/config.yaml @@ -18,6 +18,8 @@ operators: w: !include config/w.yaml w_fugue: !include config/w_fugue.yaml specter: !include config/specter.yaml + gavial: !include config/gavial.yaml + surtr_colorful_wonderland: !include config/surtr_colorful_wonderland.yaml server: operator_folder: ./operator/ release_folder: ./release/ diff --git a/config/gavial.yaml b/config/gavial.yaml new file mode 100644 index 0000000..f9b065c --- /dev/null +++ b/config/gavial.yaml @@ -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} \ No newline at end of file diff --git a/config/surtr_colorful_wonderland.yaml b/config/surtr_colorful_wonderland.yaml new file mode 100644 index 0000000..c295939 --- /dev/null +++ b/config/surtr_colorful_wonderland.yaml @@ -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} \ No newline at end of file