Skip to content

Releases: Mydayyy/Valheim-ServerSideMap

v1.3.12

16 Nov 16:29
Compare
Choose a tag to compare

Fix to support Valheim - Bog Witch update

v1.3.11

11 Apr 17:31
Compare
Choose a tag to compare

Update to Valheim l-0.217.46

v1.3.10

07 Oct 11:13
Compare
Choose a tag to compare

Compatibility for 0.217.24

v1.3.9

26 Aug 17:02
Compare
Choose a tag to compare
Bump version

v1.3.8

18 Jun 00:11
Compare
Choose a tag to compare
Bump version to 1.3.8 for release

v1.3.7

24 Jun 15:55
Compare
Choose a tag to compare

Compatible with Valheim 0.209 changes.

MANUAL INTERVENTION REQUIRED!

Valheim changed their folder structure of world/save files and moved the world files to the new place. Due to this you need to:

  • Locate the save folder of your valheim worlds
  • Move the .explored file that belongs to your world to the new location

v1.3.6

16 Oct 10:57
Compare
Choose a tag to compare

Fixed a bug where pins would be come stale

1.3.5

16 Sep 21:13
Compare
Choose a tag to compare

Update to Valheim Hearth & Home

rc-1.3.4

26 May 20:00
Compare
Choose a tag to compare
rc-1.3.4 Pre-release
Pre-release

Added new command /downloadpins
Fixed pins carrying over to new sessions

rc-1.3.3

13 May 22:06
Compare
Choose a tag to compare
rc-1.3.3 Pre-release
Pre-release

Added hotkeys. Updated readme:

Hotkeys:

You can enable hotkeys for the convertpins and 'convertpins ignorelocaldupes' commands.
To enable, adjust the Hotkeys section in the config accordingly. A list of
valid strings can be found here: https://docs.unity3d.com/ScriptReference/KeyCode.html.
Leave empty for no hotkey (default).

Example:

[Hotkeys]

## Hotkey to run /convertpins
# Setting type: String
# Default value: 
KeyConvertAll = F10

## Hotkey to run /convertpins ignorelocaldupes
# Setting type: String
# Default value: 
KeyConvertIgnoreDupes = F11