Page 1 of 1

Modify the font style of NPC name?

Posted: Fri Oct 02, 2020 4:47 pm
by littlebugs
It's awesome to see Warhammer comes back after so many years!!!

But here's a problem, it makes me kinda dizzy looking at NPC or Charater names.

Is is possible to modify the font of it so that old man like me wont suffer?

Re: Modify the font style of NPC name?

Posted: Fri Oct 02, 2020 4:49 pm
by NSKaneda
U -> targeting -> normal font :)

Re: Modify the font style of NPC name?

Posted: Fri Oct 02, 2020 4:55 pm
by littlebugs
NSKaneda wrote: Fri Oct 02, 2020 4:49 pm U -> targeting -> normal font :)
Thanks brother! But there are only 2 font styles and both are still too hard for me to look at...

Can I make the letters bolder?

Re: Modify the font style of NPC name?

Posted: Fri Oct 02, 2020 5:01 pm
by Lilim
Hey,

I think you mean that the font is a bit blurry and difficult to read?
you can try this:

Code: Select all

/script SetNamesAndTitlesFont("font_name_plate_names_old","font_name_plate_titles_old")
you can change the fontnames, the 1:st is for name, and the 2:nd is for titles
example if you want really large name and title fonts:

Code: Select all

/script SetNamesAndTitlesFont("font_alert_outline_huge","font_alert_outline_medium")

Re: Modify the font style of NPC name?

Posted: Fri Oct 02, 2020 5:10 pm
by littlebugs
Lilim wrote: Fri Oct 02, 2020 5:01 pm Hey,

I think you mean that the font is a bit blurry and difficult to read?
you can try this:

Code: Select all

/script SetNamesAndTitlesFont("font_name_plate_names_old","font_name_plate_titles_old")
you can change the fontnames, the 1:st is for name, and the 2:nd is for titles
example if you want really large name and title fonts:

Code: Select all

/script SetNamesAndTitlesFont("font_alert_outline_huge","font_alert_outline_medium")
Thank you so much!!! This definitely is what I need!