Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Build blocks to use ArisStudio to create ba story. 堆搭积木来使用爱丽丝工坊以生成碧蓝档案动画。

License

Notifications You must be signed in to change notification settings

sanmusen214/arisstudio-blockly

Repository files navigation

Todo

  • Add i18n.
  • Use local Backend server to load source automatically.

This project is archived since the AS is archived. 由于AS停止开发,本项目即将归档

使用前的准备

  1. 首先需要在爱丽丝工坊项目下载Releases包并解压,同时需要按照文档说明下载数据资源并放入Data文件夹,请确保你能正常使用ArisStudio.exe。
  2. 下载本项目的Releases包并解压出exe文件或使用浏览器访问https://sanmusen214.github.io/arisstudio-blockly/,即可开始堆搭积木。使用浏览器网页的话则自动保存功能不可用。
  • 如果你使用的是exe程序,则可以使用自动保存功能,点击右上角的开始设定自动导出按钮选择一个爱丽丝工坊项目的0Txt文件夹下的txt文件。之后你堆搭的积木都会自动保存到该txt文件里。
  • 如果你使用的是浏览器网页,每次想要获得脚本时,点击页面右上角导出脚本即可选择保存txt至ArisStudio的0Txt文件夹下,或者打开脚本框进行文本的复制粘贴。
  1. 在ArisStudio中加载刚才导出的txt即可。
  2. 右上角的导入与导出blockly项目可以从以前的可视化项目文件中恢复内容,或把当前可视化积木保存下来。

如何使用

简单地拖动左侧组件到主界面中即可构建用于ArisStudio的脚本,不过有以下几点需要注意:

  1. 所有积木必须放在主线块里,先运行主线块1,随后运行主线块2,以此类推
  2. 加载人物以及加载背景的块必须放在加载块里,加载块需放置于脚本开头
  3. 场上不能同时有两个主线块1,或两个主线块2,以此类推
  4. 所有文字块里尽量不含空格,可以使用下划线_来替代空格。被中括号包裹的区域除外

教程

这里是视频教程

Install

Clone the repo and install dependencies:

git clone --depth 1 --branch main https://github.com/electron-react-boilerplate/electron-react-boilerplate.git your-project-name
cd your-project-name
npm install

Having issues installing? See our debugging guide

Starting Development

Start the app in the dev environment:

npm start

Packaging for Production

To package apps for the local platform:

npm run package

Thanks

Electron React Boilerplate uses Electron, React, React Router, Webpack and React Fast Refresh.

This project uses blockly and works with ArisStudio.

Template Docs

See our docs and guides here

Maintainers

License

MIT © Electron React Boilerplate