feat: expand progression and multiplayer systems
Add named save slots, progression import/export, and a unified play flow. Add live friend requests, presence, invitations, and relationship controls without durable discovery-server social storage. Advance the network protocol with isolated channels, movement reconciliation, late-join recovery, fishing replication, and animation synchronization. Preserve per-species catch totals, refine generated-world startup and water recovery, and complete the related input and interface improvements.
This commit is contained in:
parent
1db1a5b754
commit
3b84bfe3a0
97 changed files with 7869 additions and 982 deletions
|
|
@ -3,8 +3,8 @@ extends RefCounted
|
|||
|
||||
const CAPABILITY: StringName = &"world_spawn_envelope_v1"
|
||||
const ENVELOPE_VERSION: int = 1
|
||||
const RELIABLE_CHANNEL: int = NetworkProtocol.ITEM_RELIABLE_CHANNEL
|
||||
const SNAPSHOT_CHANNEL: int = 4
|
||||
const RELIABLE_CHANNEL: int = NetworkProtocol.WORLD_SPAWN_RELIABLE_CHANNEL
|
||||
const SNAPSHOT_CHANNEL: int = 15
|
||||
const MAX_SESSION_ID_LENGTH: int = 96
|
||||
const MAX_EVENT_ID_LENGTH: int = 48
|
||||
const MAX_ENTITY_ID_LENGTH: int = 128
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue