Releases: Lost-MSth/Arcaea-server
Version 1.8
Version 1.8
- 适用于Arcaea 3.3.0版本 For Arcaea 3.3.0
- 更新了歌曲数据库 Update the song database.
- 新角色Alice & Tenniel已解锁 Unlock new character Alice & Tenniel.
- 数据同步机制修改 Modify data synchronization mechanism.
- Recent30增添简易的PTT保护机制 Add simple PTT protection mechanism to Recent30.
- 尝试解锁了一些东西 Try to unlock something.
- 修复了一些Bug Fix some bugs.
Version 1.7
- 仍然适用于Arcaea 3.2.3版本 Still for Arcaea 3.2.3
- 更新了歌曲数据库 Update the song database.
- 新增了购买系统,包括单曲购买和曲包购买 Add purchase system, including single purchase and pack purchase.
- 后台查询与修改项目增多 Increase background query and modification items.
- 新增用户下载量限制和下载校验 Add user download limit and download verification.
- 新增了梦的语音 Add the voice of Yume.
- 新增了网站图标 Add a favicon.
- 尝试解锁了所有的场景 Try to unlock all the scenes.
- 修复了一些Bug Fix some bugs.
Version 1.6
Version 1.6
- 适用于Arcaea 3.2.3版本 For Arcaea 3.2.3
- 更新了歌曲数据库 Update the song database.
- 新增了自定义角色属性 Add customizable characters attributes.
- 用户的记忆源点可以修改了,但仍然没有实际用途 The users' memories can be modified, but still is of no practical use.
- 网页端安全性增强,用户名及密码可修改 The security of webpage is enhanced, and the username and password can be modified now.
- 改进了数据库更新方式,可以一定程度上应对数据表结构修改 The method of database updating is improved, which can deal with the modification of data table structure to some extent.
Version 1.5
Version 1.5
- 仍然适用于Arcaea 3.2.2版本 Still for Arcaea 3.2.2
- 新增了角色技能 Add character skills.
- 新增了分数校验系统 Add score check system.
提醒:更新时请注意保留原先的数据库,以防数据丢失
Tips: When updating, please keep the original database in case of data loss.
Version 1.4
- 适用于Arcaea 3.2.2版本 For Arcaea 3.2.2
- 更新了歌曲数据库 Update the song database.
- 新增自定义歌曲下载功能 Add the customizable song download function.
- 角色咲弥可以看到立绘了 The drawing of character Etude can be seen.
提醒:反编译只对c版本有效,对谷歌版本无效
Tips: Decompilation is only valid for c version, not for Google version.
Version 1.3
- 适用于Arcaea 3.2.1版本 For Arcaea 3.2.1
- 更新了歌曲数据库 Update the song database.
- 新增了可自定义的世界模式 Add customizable World Mode.
- 对于官方版本,解锁几乎所有歌曲 For the official version, unlock almost all songs.
更新说明:本次更新无法从旧版本同步数据,请使用游戏内数据同步功能上传best_score数据
Update note: In this update you cannot synchronize data from an older version. Please use the data synchronization function in game to upload best_score data.
Version 1.2
- 仍然适用于Arcaea 3.2.0版本 Still for Arcaea 3.2.0
- 新增了网页管理页面,可以通过 http:// HOST IP : PORT /web 进行访问 Add a new management webpage, you can visit http:// HOST IP : PORT /web to use it.
- 修改了character表结构,这将方便以后的角色更新 The character table structure has been modified, which will facilitate the character update in the future.
- 修复了best_score表的时间记录,应该是精确到秒的Unix时间戳 Fix the time record of best_score table. It should be a UNIX timestamp accurate to seconds.
- 修复了一个bug,recent30现在会考虑同一首歌的不同难度 Fix a bug. Now recent30 will consider different difficulties of one song.
更新说明:现在你可以使用web管理页面来迁移旧数据了,后台固定账号admin,密码admin
如果使用数据迁移,那么请先清空recent30表数据,或者在迁移后打30首歌手动清除recent30,这次更新后web页面读取原来的recent30表将会报错
Update note: Now you can use the web management page to migrate old data. Background account is fixed. Username is admin, and password is admin.
If you use data migration, please clear the data in the recent30 table first, or manually clear recent30 by playing 30 songs after the migration. After this update, an error will be reported when the web page reads the past recent30 table.
Version 1.1
- 适用于Arcaea 3.2.0版本 For Arcaea 3.2.0
- 更新了歌曲数据库 Update the song database.
- 角色梦可以看到觉醒立绘了 The drawing of uncapped character Yume can be seen.
- 修复了一个Bug,现在剧情可以全部解锁了 Fix a bug. Now the plot can be unlocked.
更新说明:您若需要做数据迁移,请使用原来的数据库文件arcaea_database.db,并使用数据库操作软件打开数据库修改角色数据,SQL命令为
Update user_char set is_uncapped=1, is_uncapped_override=1 where character_id=21;
Update note: If you need to do data migration, please use the original database file arcaea_ database.db, and use the database operation software to open the database to modify the character data. The SQL command is
Update user_char set is_uncapped=1, is_uncapped_override=1 where character_id=21;
Version 1.0
- 适用于Arcaea 3.1.2版本 For Arcaea 3.1.2