Names showing at characters feet instead of above their heads

Hi there, I’ve just started playing again after a long break and for some reason (with no mods enabled) my names are all appearing at everyones feet instead of above their heads. It won’t let me post an image to show you what I mean.

Anyone familiar with this/know how to fix it? Thanks.

3 Likes

I’m guessing you used to use custom nameplates before your break ?
It’s possible you (or an addon you used back then) has switched the nameplate location to be relative to the feet instead of the heads.

I think you can change it back with :

/script SetCVar( "nameplateOtherAtBase", 0 )

The number 0 in there is for using the head as starting position (the default), the number 2 for using the feet.

10 Likes