You are viewing a potentially older version of this package. View all versions.
JereKuusela-Ruler-1.0.0 icon

Ruler

Adds a simple ruler for measuring distances.

Date uploaded 4 years ago
Version 1.0.0
Download link JereKuusela-Ruler-1.0.0.zip
Downloads 432
Dependency string JereKuusela-Ruler-1.0.0

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2200 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.2200

README

Ruler

Adds a new command for measuring and visualizing distances.

Manual Installation

  1. Install the BepInExPack Valheim
  2. Download the latest zip.
  3. Extract it in the <GameDirectory>\BepInEx\plugins\ folder.
  4. Optionally also install the Configuration manager if you want to change the line color or width.

Usage

  • ruler: Spawns the ruler object at your current position. If used at the same position, the ruler is removed.
  • ruler [radius]: Spawns the ruler with a custom radius. This can be used to visualize the distance.

For example bind o ruler to quickly use the ruler with the O key. Or bind o ruler 10 if you want to visualize a radius of 10 meters.

The distance is shown on the left side of the HUD. Following information is shown:

  • Distance on each axis.
  • Total distance.
  • Distance on the XZ plane (without up / down direction).

Changelog

  • v1.0:
    • Initial release.

Thanks for Azumatt for creating the mod icon!

CHANGELOG

  • v1.8

    • Adds shader to the settings.
    • Changes the default shader.
  • v1.7

    • Fixes memory leak.
  • v1.6

    • Adds coordinates to the ruler command to support Infinity Hammer integration.
  • v1.5

    • Fixed for the new game version.
  • v1.4

    • Fixed for the new update.