Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Cosmere] Improve Network Packets #74

Open
leafreynolds opened this issue Dec 2, 2023 · 0 comments
Open

[Cosmere] Improve Network Packets #74

leafreynolds opened this issue Dec 2, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@leafreynolds
Copy link
Owner

Currently we sync the entirety of the player's spiritweb when syncing server->client, which means we're sending huge packets every time a sync happens.

They happen a lot.

We should try improve this so that we only sync the minimum amount of things needed. This may be things like information that only the player attached to that spiritweb would need to know, or information that has changed.

Maybe we do partial simulation of things on the client, like ingested metal timers counting down, but have them still be server authoritive so they update if they get out of sync.

Either way, it's probably a big task, depending on how deep we want to get into it.

@leafreynolds leafreynolds added the enhancement New feature or request label Dec 2, 2023
@leafreynolds leafreynolds added this to the Cosmere milestone Dec 2, 2023
@leafreynolds leafreynolds changed the title Improve Network Packets [Cosmere] Improve Network Packets Dec 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant