Mydayyy / Valheim-ServerSideMap

This plugin completely moves the explored map and created pins to the server. As clients explore, they will send their explored areas to the server who will then distribute it to all connected clients. When a client joins, the server will synchronize the currently explored areas to the client. Pins are shared as well but default to false and need to be enabled. When pin sharing is used, all newly created pins are send to the server who saves them along with the explored area.
38 stars 1 forks source link

Update map sync to include map markers #3

Closed Mydayyy closed 3 years ago

Mydayyy commented 3 years ago

Update map sync to include map markers

The map markers are not currently synced. For this, we would need to compare user and server existing marks, delete / add as required and track marks the user creates/deletes while on the server and sync it with the server

As requested on nexusmods, we also need an option to make marker and exploration sync optional and toggle it separately

Option to share markers but not share map exploration? I want to make a custom server where each players explores separately but they share markers.