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

DayTimeCountdown

Display above the minimap, both in-game day and countdown of the time left in the current day or night (in minutes/seconds).

Date uploaded 5 days ago
Version 1.0.0
Download link Aidin-DayTimeCountdown-1.0.0.zip
Downloads 450
Dependency string Aidin-DayTimeCountdown-1.0.0

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2202 icon
denikson-BepInExPack_Valheim

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

Preferred version: 5.4.2202

README

Valheim UI Mod - Display Day & Time Countdown

Simple UI mod to display above the minimap, both the in-game day and a countdown of the time left in the current day or night (in minutes/seconds). The panel game object with the day & time in it, is added as a child to the HUD root of the game, so it should only be visible when the HUD is visible.

Requirements

BepInExPack Valheim

Installation guide

  1. Download and install BepInEx.
  2. Download this mod from Nexus Mods or from the the latest release, you can skip the next step if installed with Vortex.
  3. Move the file ValheimDayTimeCountdown.dll into BepInEx\plugins (you can find this directory under your Valheim directory).
  4. Run the game!
  5. Optional: you can edit the configuration file under BepInEx\config\ValheimDayTimeCountdown.cfg to change the settings to your liking.

Build guide

  1. Clone this repository.
  2. Optional: make some changes 😉.
  3. Build the release.
  4. Copy the file ValheimDayTimeCountdown.dll from this directory in the project directory: ValheimDayTimeCountdown\bin\Release
  5. Paste the file ValheimDayTimeCountdown.dll into directory BepInEx\plugins from your Valheim directory.
  6. Now you can run the game and the mod should be active if there are no issues.
  7. Optional: you can edit the configuration file under BepInEx\config\ValheimDayTimeCountdown.cfg to change the settings to your liking.

Configuration

The configuration file will be generated when the game runs with this mod installed. You can find the configuration file for this mod under the Valheim directory: BepInEx\config\ValheimDayTimeCountdown.cfg

Configuration settings you can change:

  1. Display under minimap: set to "false" as default value (if set to false, the mod displays above the minimap).
  2. Display time: set to "true" as default.
  3. Display day: set to "true" as default.
  4. Display background: set to "true" as default.
  5. Font name: set "AveriaSansLibre-Bold" as default, if font does not exist in resources "AveriaSansLibre-Bold" will be set.
  6. Font size: set to 16 as default.
  7. Font color: set to RGBA(1, 1, 1, 0.791) as default.
  8. Background color: set to RGBA(0, 0, 0, 0.3921569) as default.
  9. Text outline color: set to black as default.
  10. Text outline enabled: to to "true" as default.
  11. Margin between minimap and this panel: set to 0 as default.
  12. Padding left and right between text and border: set to 10 as default.
  13. Reverse text position: set to "false" as default, if set to "true", time will display to the left and day will display to the right.
  14. Panel width: set to 200 as default.
  15. Panel height: set to 30 as default.

Links

Nexus Mods

BepInExPack Valheim