adya / NPCs-Names-Distributor

A Framework to distriubte any names to any NPCs
MIT License
7 stars 3 forks source link

Compatibility with Compass Navigation Overhaul #51

Closed adya closed 1 year ago

adya commented 1 year ago

Compass Navigation Overhaul seems to not use any existing calls to GetDisplayFullName, so that generated name never shows up on compass.

One way to solve this is to introduce some API, and patch CNO (and also TrueHUD) to use this API to obtain correct name. One benefit of this solution would be ability to control name style with separate context.

adya commented 1 year ago

Once these are merged everything will start working 🙂