lloesche / valheim-server-docker

Valheim dedicated gameserver with automatic update, World backup, BepInEx and ValheimPlus mod support
https://hub.docker.com/r/lloesche/valheim-server
Apache License 2.0
1.89k stars 269 forks source link

0.217.14 creates giant pits and its only when using the linux dedicated. #639

Closed ehlerst closed 10 months ago

ehlerst commented 10 months ago

Launched on windows: 20230827113212_1

Launched on dedicated (thats the spawn under water): 20230827113034_1 I have a strange issue and i'm not sure anybody here can help.

With the new world modifiers i get giant pits where important things should be. Like the main spawn.

  1. i copy Kegland.fwl from my windows machine
  2. i copy Kegland.db from my windows machine
  3. start the server
  4. join

This causes the server to in-explicitly replace KegLand.fwl with a new seed.

 ls -ltrh config/worlds_local/
total 1.5M
-rw-r--r-- 1 root root 735K Aug 27 11:44 KegLand_backup_auto-20230827164524.db
-rw-r--r-- 1 root root  233 Aug 27 11:44 KegLand.fwl.old
-rw-r--r-- 1 root root 735K Aug 27 11:44 KegLand.db
-rw-r--r-- 1 root root   48 Aug 27 11:45 KegLand_backup_auto-20230827164524.fwl
-rw-r--r-- 1 root root   48 Aug 27 11:45 KegLand.fwl

Original content

�KegLand
eventrate 200keepequipskillreductionrate 15resourcerate 200
             teleportall
                        playereventsZpreset combat_default:deathpenalty_casual:resources_muchmore:raids_muchless:portals_casual

New content

, KegLand
uJDmsTRQBp�s]O{.

is anybody else seeing this?

Original seed NCs7E07Xjt

ehlerst commented 10 months ago

Nevermind, i copied it over with the .db file generated on windows and now its ok i think.