OpenDreamProject / OpenDream

A project for running games made in the DM programming language
MIT License
186 stars 100 forks source link

Reduce size of appearances being sent over the network #1836

Closed wixoaGit closed 2 weeks ago

wixoaGit commented 2 weeks ago

The AllAppearancesEvent was changed to a custom NetMessage that doesn't include values that haven't changed from the default. This greatly reduces the amount of data the client needs to download to have all the appearances.