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
BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.
Preferred version: 5.4.2202README
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
Installation guide
- Download and install BepInEx.
- Download this mod from Nexus Mods or from the the latest release, you can skip the next step if installed with Vortex.
- Move the file ValheimDayTimeCountdown.dll into BepInEx\plugins (you can find this directory under your Valheim directory).
- Run the game!
- Optional: you can edit the configuration file under BepInEx\config\ValheimDayTimeCountdown.cfg to change the settings to your liking.
Build guide
- Clone this repository.
- Optional: make some changes 😉.
- Build the release.
- Copy the file ValheimDayTimeCountdown.dll from this directory in the project directory: ValheimDayTimeCountdown\bin\Release
- Paste the file ValheimDayTimeCountdown.dll into directory BepInEx\plugins from your Valheim directory.
- Now you can run the game and the mod should be active if there are no issues.
- 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:
- Display under minimap: set to "false" as default value (if set to false, the mod displays above the minimap).
- Display time: set to "true" as default.
- Display day: set to "true" as default.
- Display background: set to "true" as default.
- Font name: set "AveriaSansLibre-Bold" as default, if font does not exist in resources "AveriaSansLibre-Bold" will be set.
- Font size: set to 16 as default.
- Font color: set to RGBA(1, 1, 1, 0.791) as default.
- Background color: set to RGBA(0, 0, 0, 0.3921569) as default.
- Text outline color: set to black as default.
- Text outline enabled: to to "true" as default.
- Margin between minimap and this panel: set to 0 as default.
- Padding left and right between text and border: set to 10 as default.
- 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.
- Panel width: set to 200 as default.
- Panel height: set to 30 as default.