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

Map not sync #14

Closed Erani0 closed 3 years ago

Erani0 commented 3 years ago

I play on my server and not snyc wither map from other

Mydayyy commented 3 years ago

Greetings,

can you give more details? Is the plugin installed on the server and clients?

Is it a dedicated server?

Erani0 commented 3 years ago

Only Installed on Server you write ServerSide and this is only on Server not client

Its self hostet On root

Mydayyy commented 3 years ago

It needs to be installed on the server and every client who wants to participate in sharing the map.

The server needs to inform the client of new map updates which is not possible if the client does not have this plugin (since by default valheim does not have events for that)

https://github.com/Mydayyy/Valheim-ServerSideMap#installation

Installation Place the ServerSideMap.dll inside your BepInX plugin folder on your server and client Restart Server and Client

Erani0 commented 3 years ago

Valheim ServerSideMap This plugin moves the map to the server side. Meaning that, when someone else is exploring, your map will be updated too. This applies while being offline too. Once you connect, your explored map will be synced with the server and the server will sync everything to your local client. The server holds the explored map data in a new file which is saved and loaded along with the world.

As of right now, this only applies to the map exploration, not the set markers. Those will be shared too in a update soon to follow.

From Thunderstore

This information is needed for all not only here on github

Mydayyy commented 3 years ago

I will update the Thunderstore description