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

Question for understanding, before install #16

Closed WillowMist closed 3 years ago

WillowMist commented 3 years ago

One of my players asks:

what happens to people's existing maps and points of interest? do I lose everything? do everyone's existing POIs upload and stack on the server map?

It's really this last part that I'm wondering about. If we install it after several people have been playing, how does that work?

Mydayyy commented 3 years ago

Greetings,

it will behave as follows:

Map:

Pins:

This also means the following:

Please note that the server definitely needs the mod too, since he is the main authority.

I hope I could clear it up a bit, feel free to ask if something is still unclear and I will try to do my best to rephrase it

Cheers Mydayyy

WillowMist commented 3 years ago

Perfect, thanks. And I believe I read that you could share maps without sharing pins, is that correct?

Mydayyy commented 3 years ago

Yes it is.

After your first start with the plugin enabled, a config file will be created, you can adjust map share and pin share separately there.

Map share defaults to true Pin share defaults to false

JTF195 commented 3 years ago

Is there any way to manually "upload" pins to the server side pins?

If not, could you add a slash command to do so?

Mydayyy commented 3 years ago

By that you mean to convert existing local pins to serverside pins?

JTF195 commented 3 years ago

Yes

Mydayyy commented 3 years ago

That's certainly possible, I created an issue for it: #17