CitiesSkylinesMultiplayer / CSM

Source code for the Cities: Skylines Multiplayer mod (CSM)

Home Page:https://citiesskylinesmultiplayer.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Money out of sync

Guusje2 opened this issue · comments

After a few minutes of playing the money the player has get out of sync with the server. This seems to be related to the different number of citizens.

A solution might be to sync the money every x seconds.

me too, up

commented

me too, up.

Hi everyone,
I experience the same issue ! Money and population get out of sync after few minutes of playing ! This is really annoying because we don't evolve at the same time and some player level up before the other. Bo matter what, you get the money when the player who's created the server levels up.
If, like it was said before, the income are related to the population, a good solution should be to update from the server the value of population every x seconds or minutes !
Let me now if you want more information or whatever !
Thanks for reading me. Bye

Looking at the code, citizen income is currently only considered on the server and ignored on the client, so this shouldn't be a problem. This needs further investigation on what's causing these desyncs. But maybe syncing the population will still help (see #69).