You are viewing a potentially older version of this package. View all versions.
Frogger-NoPlayerHPBarNickname-1.5.3 icon

NoPlayerHPBarNickname

You will no longer see health bars and names of other players. Also works on mobs if you want it

Date uploaded 4 months ago
Version 1.5.3
Download link Frogger-NoPlayerHPBarNickname-1.5.3.zip
Downloads 142
Dependency string Frogger-NoPlayerHPBarNickname-1.5.3

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.1901 icon
denikson-BepInExPack_Valheim

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

Preferred version: 5.4.1901

README

NoPlayerHPBarNickname

You will no longer see health bars and names of other players. Can also works on mobs, there is a config for that.

Config

[Mobs]

## If mob is more than this distance from player, its health bar will be hidden. Set to 0 to hide health bar completely
# Setting type: Int32
# Default value: 6
Mobs healthBar distance = 0

## If mob is more than this distance from player, its name will be hidden. Set to 0 to hide name completely
# Setting type: Int32
# Default value: 2
Mobs name distance = 0

## If mob is more than this distance from player, its alert sign will be hidden. Set to 0 to hide alert sign completely
# Setting type: Int32
# Default value: 5
Mobs alert sign distance = 0

## If mob is more than this distance from player, its stars will be hidden. Set to 0 to hide stars completely
# Setting type: Int32
# Default value: 5
Mobs stars distance = 10

## If mob is more than this distance from player, its aware sign will be hidden. Set to 0 to hide aware sign completely
# Setting type: Int32
# Default value: 5
Mobs aware sign distance = 0

[Other]

## This overrides vanilla hud max show distance. Set to 0 to disable and keep vanilla value. Vanilla value is 30.
# Setting type: Int32
# Default value: 0
Any hud max show distance. Warning: Read description = 0

[Players]

## If player is more than this distance from player, his/her health bar will be hidden. Set to 0 to hide health bar completely
# Setting type: Int32
# Default value: 6
Players healthBar distance = 0

## If player is more than this distance from player, his/her name will be hidden. Set to 0 to hide name completely
# Setting type: Int32
# Default value: 2
Players name distance = 150

If something does not work for you, you have found any bugs, there are any suggestions, then be sure to write to me!

Discord justafrogger

CHANGELOG

1.5.2 - Fixed version of 1.5.0. Now works fine. Tested in multiplayer
1.5.3 - Some more null checks