stackcollision / GardenConquest

A new conquest game mode for Space Engineers
6 stars 7 forks source link

Notify players of updates to GC #98

Open zrisher opened 9 years ago

zrisher commented 9 years ago

Clients should store the most recently played version of GC in local storage. On the first frame the client core should get the current version and compare. If newer, display the list of changes since last played. If no version stored (they're completely new), tell them to read /gc help instead.

zrisher commented 9 years ago

We also need to check the client version against the server version - a mismatch here could cause communication issues, i.e. #102