[Enhance] Full unlock for "alterego"

- Add support for full cloud save  unlocking of "alterego"
- For Arcaea 5.9.0
This commit is contained in:
Lost-MSth
2024-07-30 19:39:46 +08:00
parent 9bb7171354
commit 59422f96b5
7 changed files with 49 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ class Config:
SONG_FILE_HASH_PRE_CALCULATE = True
GAME_API_PREFIX = '/natsugakuru/30' # str | list[str]
GAME_API_PREFIX = '/geriraraiu/31' # str | list[str]
OLD_GAME_API_PREFIX = [] # str | list[str]
ALLOW_APPVERSION = [] # list[str]

View File

@@ -1,7 +1,7 @@
from .config_manager import Config
ARCAEA_SERVER_VERSION = 'v2.11.3.15'
ARCAEA_DATABASE_VERSION = 'v2.11.3.15'
ARCAEA_SERVER_VERSION = 'v2.11.3.16'
ARCAEA_DATABASE_VERSION = 'v2.11.3.16'
ARCAEA_LOG_DATBASE_VERSION = 'v1.1'

View File

@@ -107,6 +107,8 @@ class SaveData:
i['complete'] = 3
elif x[-5:-2] == '109':
i['complete'] = 3
elif x.endswith('112'):
i['complete'] = 999
else:
i['complete'] = 1