View Single Post
02/04/16, 09:53 AM   #43
ZOS_ChipHilseberg
ZOS Staff!
Premium Member
Yes this person is from ZeniMax!
Join Date: Oct 2014
Posts: 551
Originally Posted by TERAB1T View Post
Hi Chip!

System works, but still have some bugs.

1. Font bugs on the character selection screen.

File \esoui\pregame\characterselect\keyboard\zo_characterselect_keyboard.xml

You forgot to change font definitions: http://i.imgur.com/QnDCfif.jpg

2. Crown Store doesn't work at all - both text and fonts: 1, 2, 3

3. Gamepad UI - a lot of font bugs: 1, 2, 3
As far as I remember these bugs were related to the function ZO_TooltipStyledObject:GetFontString(...), but I am not sure.

4. Chat Bubbles still doesn't work.

If I find something else, I will write it here.

1. I have a fix in for this.

2. Nothing is allowed to touch crown store strings in any language right now for security reasons. This is unlikely to change.

3. These can be fixed by swapping out the fontFace properties in ZO_TOOLTIP_STYLES with your fonts. I'd probably just iterate the style tables and check for the fontFace property and if it exists swap it out with your font.

4. This one might be possible to add, but it isn't something chat bubbles can do right now.
  Reply With Quote