Skip to content

Version 1.1

Compare
Choose a tag to compare
@Lost-MSth Lost-MSth released this 18 Oct 08:58
· 227 commits to master since this release
3fb94b4
  • 适用于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;