BaigeiGu / Arcaea-server

一个微型的Arcaea本地服务器 A small local server for Arcaea

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arcaea-server

一个微型的Arcaea本地服务器 A small local server for Arcaea

简介 Introduction

这是基于Python以及Flask的微型本地Arcaea服务器,可以模拟游戏的主要功能。这可能是我第一次写这种大程序,若有不妥之处,敬请谅解。

本程序主要用于学习研究,不得用于任何商业行为,否则后果自负,这不是强制要求,只是一个提醒与警告。

This is a small local Arcaea server based on Python and Flask, which can simulate the main functions of the game. This may be the first time I have written such a large program. Please understand if there is something wrong with it.

This procedure is mainly used for study and research, and shall not be used for any commercial activities, otherwise the consequences will be borne by oneself. This is not a mandatory requirement, just a reminder and warning.

虽然看起来很蠢,但是可以用! It looks stupid, but it works!

特性 Features

❌ : 不支持 Not supported
⚠️ : 可能存在问题 / 可能与官方不一样 Possible issues / may differ from official
🗑️ : 不再更新,可能会移除或重构 No longer updated, may be removed or refactored
🚧 : 建设中 In construction

  • 登录、注册 Login and registration
    • 多设备自动封号 Auto-ban of multiple devices
    • ⚠️ 多设备登录 Multi device login
    • 登录频次限制 Login rate limit
    • ❌ 销号 Destroy account
  • 成绩上传 Score upload
    • 成绩校验 Score check
    • 成绩排名 Score rank
  • 潜力值机制 Potential
    • Best 30
    • ⚠️ Recent Top 10
  • ⚠️ 世界排名 Global rank
  • 段位系统 Course system
  • ⚠️ Link Play
  • 好友系统 Friends
    • ❌ 好友位提升 Max friend number increase
  • 云端存档 Cloud save
    • 尝试全剧情、曲目解锁 Try to unlock all the stories and songs
  • 世界模式 World mode
    • 体力系统 Stamina system
    • ⚠️ 普通梯子强化和绳子强化 Normal steps boost & beyond boost
    • ⚠️ 角色技能 Character skills
  • 歌曲下载 Songs downloading
    • ❌ 加密下载 Encrypted downloading
    • 下载校验 Download check
    • 下载频次限制 Download rate limit
  • 购买系统 Purchase system
    • 单曲和曲包 Single & Pack
    • ❌ 捆绑包 Bundle
    • 折扣 Discount
    • 五周年兑换券 5-th anniversary ticket
    • ❌ Extend 包自动降价 Extend pack automatic price reduction
  • 奖励系统 Present system
  • 兑换码系统 Redeem code system
  • 角色系统 Character system
  • 数据记录 Data recording
    • 用户成绩 Users' scores
    • 用户每日潜力值 Users' daily potential
  • 🗑️ 简单的网页管理后台 Simple web admin backend
  • 🚧 API
  • 服务器日志 Server log

说明 Statement

只是很有趣,用处探索中。
It is just so interesting. What it can do is under exploration.

下载 Download

这里 Here

Arcaea-CN official
Arcaea-Konmai Academy

更新日志 Update log

只保留最新版本 Only keep the latest version.

提醒:更新时请注意保留原先的数据库,以防数据丢失。
Tips: When updating, please keep the original database in case of data loss.

其它小改动请参考各个 commit 信息
Please refer to the commit messages for other minor changes.

Version 2.11.3

v2.11.2.1 ~ v2.11.2.7 for Arcaea 4.5.0 ~ 5.2.0

  • 适用于 Arcaea 5.2.0 版本 For Arcaea 5.2.0
  • 新搭档 Ilith & IvyHikari & Vanessa摩耶露恩 已解锁(注意“ 洞烛(至高:第八探索者)”因客户端因素不可选用) Unlock the character Ilith & Ivy, Hikari & Vanessa, Maya, and Luin. (Note that "Insight(Ascendant - 8th Seeker)" is not available due to the client.)
  • 为以上角色的技能提供服务端支持 Provide server-side support for the skills of the above characters.
  • 设置中新增可选选项 DOWNLOAD_FORBID_WHEN_NO_ITEM 使得当 songlist 文件存在时,没有购买的用户无法下载曲目文件(实验性) An option DOWNLOAD_FORBID_WHEN_NO_ITEM has been added to the config file to make that users cannot download the songs' files if they has not bought them when the songlist file exists. (Experimental)
  • 支持文件 video_720.mp4 & video_1080.mp4 的下载 Add support for downloading video_720.mp4 & video_1080.mp4.
  • 在存档全解锁和 songlist 解析器中支持更多东西,以适应游戏更新 Support more things in full cloud save unlocking and songlist parser, to adapt to game updates.
  • Link Play 拥有更详细的控制台日志了 More detailed console log for Link Play.
  • 修复一些搭档的技能在世界模式进度中显示不正确的问题 Fix a bug that some characters' skill cannot display proper values in world mode progression.
  • 修复技能 "skill_mithra" 导致了 prog 值增加而不是世界模式进度增加的问题 Fix a bug that "skill_mithra" results in adding prog value instead of world mode progress.
  • 重构 Link Play TCP 数据交换部分,以获得更好的安全性和扩展性 Code refactor of Link Play TCP data transmission for better security and scalability.
  • 新增一个 HTTP API 用来获取 Link Play 中当前的房间和玩家信息 Add an HTTP API endpoint for getting the information of current rooms and players in Link Play.

运行环境与依赖 Running environment and requirements

  • Windows / Linux / Mac OS / Android...
  • Python >= 3.6
    • Flask >= 2.0
    • Cryptography >= 3.0.0
    • limits >= 2.7.0
  • Charles, IDA, proxy app... (optional)

使用说明 Instruction for use

中文
English

注意 Attentions

中文
English

Q&A

中文 / English

鸣谢 Thanks

歌曲数据库来自 Using song database from BotArcAPI releases ArcaeaSongDatabase

从v2.9开始不再提供歌曲数据
Since v2.9, song data will not be provided.

网站图标来自 Using favicon from black fate - てんてん - pixiv

联系方式 Contact

如有必要,可以联系本人 Contact me if necessary
邮箱 Email:th84292@foxmail.com

支持一下 Support me

生活不易。 Life is not easy.
支付宝 Alipay
微信 WeChat

使用许可 Use license

MIT © Lost

About

一个微型的Arcaea本地服务器 A small local server for Arcaea

License:MIT License


Languages

Language:Python 89.6%Language:HTML 9.7%Language:CSS 0.6%Language:Batchfile 0.0%