RustyMods / Seasonality

Valheim plugin to manipulate prefab material textures and colors in order to achieve a seasonal experience.
10 stars 3 forks source link

Synchronization issues in multiplayer #14

Closed Renart-fox closed 6 months ago

Renart-fox commented 6 months ago

Hello. There seems to be an issue in the latest update. According to the BePinEx console, the mods keeps trying to synchronize the configuration between all players, at every tick.

This results in a loss of a lot of FPS, it gets even worse the more players join the game.

Logging from the console :

[Info   : Unity Log] Received 1 configs and 0 custom values from the server for mod Seasonality
[Info   : Unity Log] Received 1 configs and 0 custom values from client 2104241941 for mod Seasonality
[Info   : Unity Log] Received 1 configs and 0 custom values from client 621130436 for mod Seasonality
[Info   : Unity Log] Received 1 configs and 0 custom values from the server for mod Seasonality
[Info   : Unity Log] Received 1 configs and 0 custom values from client 2104241941 for mod Seasonality
[Info   : Unity Log] Received 1 configs and 0 custom values from client 621130436 for mod Seasonality
[Info   : Unity Log] Received 1 configs and 0 custom values from the server for mod Seasonality
[Info   : Unity Log] Received 1 configs and 0 custom values from client 2104241941 for mod Seasonality
[Info   : Unity Log] Received 1 configs and 0 custom values from client 621130436 for mod Seasonality
[Info   : Unity Log] Received 1 configs and 0 custom values from client 733208149 for mod Seasonality
RustyMods commented 6 months ago

Delete config of client who is spamming. Most likely admin

Renart-fox commented 6 months ago

We still had issues so we switched to manual season changes which fixed the problem.