Skip to content

DarrenDanielDay/arcaea-toolbelt

Repository files navigation

Arcaea Toolbelt

Arcaea相关在线工具

工具主体:

https://darrendanielday.github.io/arcaea-toolbelt

定数、搭档、地图等数据 & 数据维护工具:

https://github.com/DarrenDanielDay/arcaea-toolbelt-data

Arcaea Online 高仿 Best 30 图生成器

https://github.com/DarrenDanielDay/arcaea-toolbelt-aol-b30


回来吧查分机器人😭
我最骄傲的信仰😭
历历在目的r10😭
眼泪莫名在流淌😭
依稀记得b30😭
还有给力的成绩😭
把616给打退😭
就算三星也不累😭

功能 & TODO

主站功能:

  • 手动录入成绩 & 单曲潜力值计算
  • st3存档成绩导入
  • b30/r10计算 & b39看板 & 导出图片
  • 存档内成绩查询 & 统计
  • 定数范围查谱 & 随机谱面抽取 & 新版本定数速递
  • 世界模式地图预览
  • 世界模式剩余进度计算
  • 世界模式步数正算
  • 世界模式控步数逆算
  • Beyond 绳子相关计算

配套脚本工具功能:

  • 查看注册时间
  • Web API 查分
  • 获取角色精确数据
  • 基于 Beyond 能量槽的谱面定数测算
  • 好友最近游玩记录一览

For developers

  1. Clone all repos in same directory:
mkdir DarrenDanielDay     # You can use any other directory name.
cd DarrenDanielDay
git clone https://github.com/DarrenDanielDay/arcaea-toolbelt
git clone https://github.com/DarrenDanielDay/arcaea-toolbelt-data
git clone https://github.com/DarrenDanielDay/arcaea-toolbelt-aol-b30
  1. Install dependencies for all repos (Node.JS >= 18 is required):
# install dependencies & start dev mode
# should be run in different terminal

# terminal 1 the main site
cd DarrenDanielDay/arcaea-toolbelt
npm install
npm run start

# terminal 2 the data site
cd DarrenDanielDay/arcaea-toolbelt-data
npm install
npm run start

# terminal 3 the player b30 generator template site (optional)
cd DarrenDanielDay/arcaea-toolbelt-aol-b30
npm install
npm run start

And then open http://localhost:1234 in a modern browser.

Open http://localhost:1236 for data tools.

To debug in Microsoft Edge with vscode, press F5.

References of third-party libraries:

You'll see JSX code in components, but this project is NOT using react or solidjs. This project is a trial of my own UI library for building Web Components called hyplate.

Thanks to

License

MIT License

以后可能会换成616SB License

About

Online tools for Arcaea.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published