You are viewing a potentially older version of this package. View all versions.
ZenDragon-ZenUI-0.1.6 icon

ZenUI

Lightweight helpful UI additions: remove lens dirt, colored durability bars, ammo remaining, etc.

Date uploaded a day ago
Version 0.1.6
Download link ZenDragon-ZenUI-0.1.6.zip
Downloads 154
Dependency string ZenDragon-ZenUI-0.1.6

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
ValheimModding-Jotunn-2.23.2 icon
ValheimModding-Jotunn

Jötunn (/ˈjɔːtʊn/, 'giant'), the Valheim Library was created with the goal of making the lives of mod developers easier. It enables you to create mods for Valheim using an abstracted API so you can focus on the actual content creation.

Preferred version: 2.23.2

README

ZenUI

Lightweight helpful UI additions.

  • Remove lens dirt! Clear view of the game world.
  • Item level displayed with symbols instead of a number, no item level limit if you use mods to alter the limit.
  • Colored durability bars, configurable.
  • Ammo remaining displayed on hot bar

Colored Durability Bars & Level Stars

Screenshot Inventory Colors

Ammo Remaining

Screenshot Ammo

Client / Server Requirements

NOTE: Technically it is not required on the server. However, if it is installed on the server then it will force all clients to have it installed as well. This is to enable two modes of usage:

  1. Dedicated server admins can put the mod on the server to enforce all clients to have the mod installed and sync admin configs.
  2. Trusted friends can agree to run the same mods and connect through a vanilla dedicated server with no enforcement but with locked admin configs.

Client Only

This mod operates entirely client side. That means you can connect to any vanilla server with this mod installed. Other players do not need to have the mod installed.

NOTE: If you host a game session with this mod installed then it will be considered to be installed on the server since your session is the server. Therefor, all clients will be required to have it. If you don't want to require all players to have this mod then you will need to host your game in a dedicated server. You can easily download and run the Valheim Dedicated Server from Steam or host one in the cloud.

Improve Your Experience

CORE MODS

The full collection of all Zen MODS:

  • Radically improved QoL
  • Incredible performance
  • Pre-configured
  • 100% Gamepad support
  • Spectacularly immersive

Enjoy!

Sample Config File

## Settings file was created by plugin ZenUI v0.1.6
## Plugin GUID: ZenDragon.ZenUI

[General]

## [Admin] Hide the modded text on the title screen. (Restart required)
# Setting type: Boolean
# Default value: false
Hide Modded Text On Title Screen = false

## [Admin] When true an icon and count appears on the hotbar with ammo type and count. (Logout required)
# Setting type: Boolean
# Default value: true
Enable Ammo Count = true

## Remove the lens dirt from the camera. (Logout required)
# Setting type: Boolean
# Default value: true
Remove Lens Dirt = true

[Item Durability Bars]

## [Admin] Durability bar color when durability is good
# Setting type: Color
# Default value: 00FF0033
Durability Good = 00FF0033

## [Admin] Durability bar color when durability is worn
# Setting type: Color
# Default value: FFEB0480
Durability Worn = FFEB0480

## [Admin] Durability bar color when durability is at risk of breaking
# Setting type: Color
# Default value: FF0000B2
Durability At Risk = FF0000B2

## [Admin] Durability bar color when item is broken
# Setting type: Color
# Default value: 808080FF
Durability Broken = 808080FF

[Item Quality Symbols]

## [Admin] Item quality is shown as symbols instead of numbers on the inventory grid.
# Setting type: Boolean
# Default value: true
Show Quality As Symbols = true

## [Admin] The quality symbols are rotated 90 degrees to display them vertically instead of horizontally. This is only used if Show Quality As Symbols is enabled.
# Setting type: Boolean
# Default value: false
Rotate Symbols 90 Degrees = false

## [Admin] Color of the item quality symbols
# Setting type: Color
# Default value: FFFFAA99
Symbol Color = FFFFAA99

## [Admin] The sequence of symbols used to display the quality level. The first symbol is always the dots and can not be changed.
## Each symbol adds 4 levels. Preconfigured with 1 symobl so 8 levels supported: Vanilla 4 + 1 symbol x 4 more levels.
## So if you wanted to add 8 more levels for a total of 12 levels (4 + 8), you would add 2 more symbols to the end of the sequence.
## Here are some extra symbols you can try.  Not all unicode works, These are known to work: ★✽◈⚡▲
## Example: ★▲ would be 4 vanilla levels + 4 more levels for ★ + 4 more levels for ▲
## NOTE: If your item level exceeds this value it will be displayed as a number instead of a symbol.
# Setting type: String
# Default value: ★
Extra Level Symbols = ★


Like My Mods? Donations Welcome

Bitcoin

Donation QR

CHANGELOG

v0.1.6

  • add config option for the rotation mentioned in v0.1.5

v0.1.5

  • tone down the durability bar color brightness. The durability bar was turning grey at 25% remaining. Now stays red until 0% remaining.
  • rotated item quality symbols 90 degrees and added support for modded items up to level 8 soft cap with dots & stars. Then beyond level 8 there is no limit as you can add extra symbols via config.

v0.1.4

  • update logging and config subsystem.

v0.1.3

  • UPDATE FOR VALHEIM v0.220.3
  • Removed patch for hiding the ship hud when Ctrl+F3 pressed because the bug was fixed in vanilla.

v0.1.2 - Added option to hide ship controls wheel when main HUD is hidden.