Skip to content
#

valheim

Here are 78 public repositories matching this topic...

lloesche
lloesche commented Feb 14, 2021

In PR lloesche/valheim-server-docker#21 we added two CLI options to the server.

Can we have someone knowledgeable in Unity Game development clarify the exact effect of running the server with

-nographics -batchmode

The PR says This leads to 10% less CPU usage and less desync lag on my server. Before merging I tested the option and while I did not see any

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.

  • Updated Apr 21, 2021
  • C#

Improve this page

Add a description, image, and links to the valheim topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the valheim topic, visit your repo's landing page and select "manage topics."

Learn more