


A small always-on HUD widget that shows your horizontal distance from the world center (X=0, Z=0) — useful for knowing how far you are from the world spawn / sacrificial stones, or for finding the biome rings (since Valheim's biomes are largely a function of distance from center).
(X, Z) coordinates alongside the distanceBy default the widget shows:
World Center: 1437m
With Show Coordinates enabled it shows:
World Center: 1437m (812, -1185)
Distance is the horizontal (X/Z) distance only — vertical altitude is ignored, so the value matches the in-game minimap scale.
The config file is created at BepInEx/config/DeathMonger.DistanceFromWorldCenter.cfg on first run.
[Distance HUD]
Enabled (default: true) — show the widget at allShow Coordinates (default: false) — also include (X, Z) after the distanceOffset X (px) (default: 10) — horizontal offset from the upper-left cornerOffset Y (px) (default: 10) — vertical offset from the top of the screen (Y grows downward, like CSS)Edits to the config take effect live — no game restart needed.
Join my Discord server for questions, feedback, or bug reports.