adya / NPCs-Names-Distributor

A Framework to distriubte any names to any NPCs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configurable Name Styles

adya opened this issue · comments

NND 2.0 defines 3 Name Styles:

  • Display Name: Shows both Full Name and Title.
  • Full Name: Only shows Full Name
  • Short Name: Shows a shortened version of the name if available. Otherwise shows Full Name.
  • Title: Shows only Title if available (either a custom Title is provided or isTitleless = false). Otherwise shows Full Name.

Each of these styles can be used in one of the following places:

  • Crosshair
  • Crosshair Minion
  • Enemy bar
  • Subtitles
  • Inventory menu (pickpocketing/followers inventory)
  • Barter menu

User will be able to customize which style is used in those places separately in INI config file.

No more formatting styles that determine how Title is appended to a Full Name. (at least for now)