Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou must get permission from me before you are allowed to use any of the assets in this file
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are not allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 1.1.2
Fixed a bug when disabling the day, the time should update properly now.
Version 1.1.1
Made the background a bit rounded like the minimap.
Display background is now set to "true" as default.
Added configuration setting to set the text outline color.
Added configuration setting to set the text outline color. Added configuration setting to set the text outline enabled.
Added configuration setting to set the margin between the minimap and this panel.
Added configuration setting to set the padding between the text and the border left and right.
Added configuration setting to set the reverse the text positions, if set to "true", time will display to the left and day will display to the right.
Added configuration setting to set the panel width.
Added configuration setting to set the panel height.
Version 1.1.0
Changed position and size a bit.
Default font size changed from 18 to 16, but can be set with a new configuration setting.
Added a background which can be set with a new configuration setting.
Added configuration setting to display a background.
Added configuration setting to set the background color.
Added configuration setting to set the font,
Added configuration setting to set the font size.
Added configuration setting to set the font color.
Display Day & Time in HUD
Description
Simple UI mod to display the in-game day & time in the HUD above the minimap. The panel game object with the day & time in it, is added as a child to the hudroot of the game, so it should only be visible when the HUD is visible.
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\oryxen.valheim.ui.displaydaytime.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.
24-hour clock: set to "true" as default (if set to false, it will display the time in 12-hour notation).
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.
Manual installation
Install BepInEx from the links below.
Download and extract the file.
Move the file Oryxen.Valheim.UI.DisplayDayTime.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\oryxen.valheim.ui.displaydaytime.cfg to change the settings to your liking.