You are viewing a potentially older version of this package. View all versions.
Cooperly-NametagModifier-1.0.3 icon

NametagModifier

Allows for the modification of nametag visibility distances and angles, and creates an override keybind that shows all nametags regardless of distance for a short amount of time to help locate players.

Date uploaded 10 months ago
Version 1.0.3
Download link Cooperly-NametagModifier-1.0.3.zip
Downloads 1964
Dependency string Cooperly-NametagModifier-1.0.3

This mod requires the following mods to function

pharmacomaniac-SettingsExtenderForked-0.1.4 icon
pharmacomaniac-SettingsExtenderForked

Updated fork of the original PeakSettingsExtender by jspapp

Preferred version: 0.1.4

README

NametagModifier

Binoculars with name still visible

NametagModifier is a client-side mod that allows you to change the behavior of nametags, which includes:

  • Visible Distance (How far do you have to be from a player before nametags fade out)
  • Visible Angle (How far does your camera have to be facing from a player before nametags fade out)

Alongside being able to change the default distance, you can also set an Override Keybind (T by default) which will always show nametags for how long Override Time (20s by default) is set to, regardless of distance or camera angle.

Configuration

You can change all aspects of this mod (except for the Override Keybind) from within the settings menu, the mod doesn't modify vanilla values by default and will replicate vanilla behavior other than the Override Keybind.

  • Visible Distance dictates how far you can see nametags in meters before they fade away.
  • Visible Angle dictates how close your camera has to be facing to a player in degrees before nametags fade away.
  • Override Time dictates how long the Override key will keep nametags visible regardless of distance or angle.
    • You can always press the key again to hide it, regardless of what this setting is set to.
  • You can change the Override Keybind by modifying the config file at BepInEx/config/club.freewifi.void.NameTagModifier.cfg, modifying it ingame is not possible at this time. Config Image

Requires SettingsExtenderForked

CHANGELOG

v1.0.3

  • Reduced max VisibleAngle value to mitigate issues where there are 2 nametags perpendicular to each other
  • Fixed issue where the override keybind would show 2 nametags perpendicular to each other, due to the angle being higher than 180 degrees

v1.0.2

  • Reformatting of how overrides get handled

v1.0.1

  • Made it so the OverrideKey couldn't be pressed if PEAK is currently blocking inputs, such as within menus or in a mod's text field.
  • Fixed arbritrary one frame delay to disable override when pressing the OverrideKey while nametags are already overriden.
  • Small internal changes

v1.0.0

  • Initial Release