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.
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.