mirror of
https://github.com/Lost-MSth/Arcaea-server.git
synced 2026-02-11 02:17:28 +08:00
[Enhance] World Parallel
- For Arcaea 6.11.3 - Add partial support for World Parallel Mode. - Add some new partners, including "VIIM", "Helena" and "Yuno". Note: Link Play server has updated and do not support old clients anymore. World Parallel Mode and Link Play may have bugs, because I haven't check out all things carefully.
This commit is contained in:
@@ -27,7 +27,7 @@ class Config:
|
||||
PLAYER_PRE_TIMEOUT = 3000000
|
||||
PLAYER_TIMEOUT = 15000000
|
||||
|
||||
LINK_PLAY_UNLOCK_LENGTH = 512
|
||||
LINK_PLAY_UNLOCK_LENGTH = 1024
|
||||
|
||||
COUNTDOWN_SONG_READY = 4 * 1000000
|
||||
COUNTDOWN_SONG_START = 6 * 1000000
|
||||
|
||||
@@ -10,7 +10,7 @@ PADDING = [b(i) * i for i in range(16)] + [b'']
|
||||
class CommandSender:
|
||||
|
||||
PROTOCOL_NAME = b'\x06\x16'
|
||||
PROTOCOL_VERSION = b'\x0D'
|
||||
PROTOCOL_VERSION = b'\x0E'
|
||||
|
||||
def __init__(self, room: Room = None) -> None:
|
||||
self.room = room
|
||||
|
||||
Reference in New Issue
Block a user