Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] L2D 初级脚本控制 #228

Open
2 of 3 tasks
mark9804 opened this issue Feb 14, 2024 · 1 comment
Open
2 of 3 tasks

[Enhancement] L2D 初级脚本控制 #228

mark9804 opened this issue Feb 14, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request module: story-player 播放器的问题

Comments

@mark9804
Copy link
Contributor

功能描述

现在可以不加,重构再说

当前 L2D 需要的功能:

还需实现:

  • 自定义声音播放

这个问题是在礼服hina l2d (CH0230, 100865)和泳装白子里发现的,有一部分音频和效果 nexon 写在脚本里,不能直接通过 spine 事件获得,所以需要我们有一定的控制能力

白子是直接缺了个特效所以摆了,hina只缺个声音还可以救一下

大致结构:

xxxx: {
  //...
  customSounds: [
    {
      name: "xxx",
      duration: "xxxxx",
      start: 0.0, // 从开始播放 l2d 开始计时,从第几秒开始播放声音
      volume: 1,
    },
    {
      // ...
    }
  ]
}

考虑:支持自定义 filterEffects

filterEffects: (canvas) => { /* do something */ }

具体操作

No response

@mark9804 mark9804 added the enhancement New feature or request label Feb 14, 2024
@github-actions github-actions bot added the module: story-player 播放器的问题 label Feb 14, 2024
@Qzhihe
Copy link
Contributor

Qzhihe commented Feb 15, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request module: story-player 播放器的问题
Projects
Status: Todo
Development

No branches or pull requests

2 participants