Download
(151 Kb)
Download
Updated: 10/07/23 04:15 AM
Pictures
File Info
Compatibility:
base-game patch (9.1.5)
Updated:10/07/23 04:15 AM
Created:09/30/23 02:08 PM
Monthly downloads:532
Total downloads:2,301
Favorites:8
MD5:
Categories:UI Media, Miscellaneous
Font Changer
Version: 0.9
by: Ferrety6012 [More]
This addon will change the fonts of most things in-game.

Dependencies

Requires LibAddonMenu

Recommended Addons
  • DarkUI (As seen in screenshots).
Notes
  • Some fonts are not able to be changed by addons (i.e. Crown Store).
Changing Font
  • Download your desired font in TTF format.
  • Copy & Paste into the FontChanger/Fonts folder.
  • Rename your new font to match the font you want to replace (delete the existing font).
  • That's it!

Important! All Filetypes must be .ttf format
0.9 - Added Options to scale the size of each font.

0.8 - Fixed SCT Font switching back to Default during some circumstances.

0.7 - Fixed an issue causing an error on start up if you haven't set your own font scale.

0.6 - Added Options Menu to change the size of the Nameplate and SCT Fonts.

0.5 - Gamepad Mode Font Size Reduced.

0.4 - Gamepad Mode Font Size Adjustment.

0.3 - Fixed Nameplates Resetting to Default Font when Changing Zones.

0.2 - General Code Optimisation.
Optional Files (0)


Archived Files (8)
File Name
Version
Size
Uploader
Date
0.8
151kB
Ferrety6012
10/06/23 11:53 AM
0.7
151kB
Ferrety6012
10/06/23 10:38 AM
0.6
150kB
Ferrety6012
10/06/23 09:33 AM
0.5
149kB
Ferrety6012
10/06/23 07:06 AM
0.4
149kB
Ferrety6012
10/02/23 03:18 PM
0.3
149kB
Ferrety6012
10/02/23 02:47 PM
0.2
149kB
Ferrety6012
10/01/23 05:31 AM
0.1
150kB
09/30/23 02:08 PM


Post A Reply Comment Options
Unread 04/16/24, 09:21 PM  
zetauma

Forum posts: 0
File comments: 1
Uploads: 0
v1.4 fork with updated settings and included conversion script

Hey all,

I've been working on a forked version of Antisenil's v1.2

https://github.com/mtking2/eso-font-changer

You can download the .zip from the releases page here

Here's an overview of the changes

Code:
* Fixed SCT resetting on zone change
* Moved .ttf and .slug files into their own folders
* Added a batch script to automatically generate .slug files and add them to `FontChanger_Options.lua`
* Added all fonts as dropdown options to the addon settings, including vanilla game fonts
  * UI Font
  * Nameplate Font
  * SCT Font
  * Chat Font
  * Book Font
  * Letter Font
  * Stone Tablet Font

With this version, all that's needed to add your own fonts is to put your .ttf files in the fonts/ttfs folder and then run the include slug.bat script.

**Note: this script requires that you copy the slugfont.exe from your ESO installation, more detailed instructions are in the README. Huge thanks to Antisenil for the instructions on how to do this.

This script will take all of the .ttf files in the ttfs folder, automatically convert them into .slug files, and make them available in the in-game addon settings.

If anyone decides to try this out let me know how it works for you. If you run into any issues feel free to open an issue on GitHub

PS. This doesn't include any of the PerfectPixel support in Antisenil's v1.3. I haven't quite had the time to look into that yet, but I can if anyone needs me to.


Report comment to moderator  
Reply With Quote
Unread 04/08/24, 02:12 PM  
Neverlands
 
Neverlands's Avatar

Forum posts: 7
File comments: 571
Uploads: 0
Originally Posted by Antisenil
Wenn wirklich nur der Händler-Tab davon betroffen und nicht jeder Tab in dem ein Itemlink verwendet wird, zb auch der Bank-Tab, dann hast du mit großer Wahrscheinlichkeit ein anderers Addon aktiv, welches mit FontChanger interferiert.
Falls die anderen Tabs auch betroffen sind liegt es daran, dass deine gewählte Font ein spezielles Symbol nicht unterstützt, welches genau kann ich dir leider nicht sagen. Da hilft dann nur eine andere Font zu wählen.
Siehe hier:
https://forums.elderscrollsonline.co...41-font-issues
und
https://forums.elderscrollsonline.co...of-game-client

Das Problem mit "Chat Font Style" ist bekannt, es hat mal funktioniert aber seit den Änderungen am Fontsystem geht es nicht mehr. Habe es nur noch nicht entfernt, weil ich zu faul war und auf Änderungen bzw Ankündigungen von Seitens ZOS bezüglich dessen warte. Sry ^^
Hello Antisenil,
thanks for the information about the "Chat Font Style".
Regarding the FCUI.slug, the game now seems to be very sensitive about which font you use.
Following your hint, I replaced the font with another, similar font and except for one addon it seems to work now.
Report comment to moderator  
Reply With Quote
Unread 04/08/24, 01:59 AM  
Antisenil
 
Antisenil's Avatar

Forum posts: 7
File comments: 47
Uploads: 0
As i personally dont see an issue with it and dont plan to do any aditional updates in the near future, unless there were a big problem with readability. You can just do it yourself.
EDIT: Just to be clear: im not against it per se. I just don't want to make too many changes to the addon (which I kind of already did...) in case the original author comes back and reverts them with their own update (im still waiting for a reply from them).
Add below the other fonts:
Lua Code:
  1. local LETTER_FONT = "FontChanger/Fonts/YOURFONT.slug"
  2. local STONE_TABLET_FONT = "FontChanger/Fonts/YOURFONT.slug"
and then change the "font[1] = BOOK_FONT" line under "DEFAULT USED AS HANDWRITTEN FONT" to "font[1] = LETTER_FONT" and "font[1] = STONE_TABLET_FONT" below "DEFAULT USED AS STONE TABLET FONT"
Originally Posted by Verling
also divide the text into books and letters and stone tablets
LETTER_FONT
STONE_TABLET_FONT

Wenn wirklich nur der Händler-Tab davon betroffen und nicht jeder Tab in dem ein Itemlink verwendet wird, zb auch der Bank-Tab, dann hast du mit großer Wahrscheinlichkeit ein anderers Addon aktiv, welches mit FontChanger interferiert.
Falls die anderen Tabs auch betroffen sind liegt es daran, dass deine gewählte Font ein spezielles Symbol nicht unterstützt, welches genau kann ich dir leider nicht sagen. Da hilft dann nur eine andere Font zu wählen.
Siehe hier:
https://forums.elderscrollsonline.co...41-font-issues
und
https://forums.elderscrollsonline.co...of-game-client

Das Problem mit "Chat Font Style" ist bekannt, es hat mal funktioniert aber seit den Änderungen am Fontsystem geht es nicht mehr. Habe es nur noch nicht entfernt, weil ich zu faul war und auf Änderungen bzw Ankündigungen von Seitens ZOS bezüglich dessen warte. Sry ^^
Originally Posted by Neverlands
Hello,


if I use my own font for FCUI.slug (Univers-57-Condensed-Regular.ttf), I have issues in the Guild Store Merchant Tabs. It only seems to happen here, anywhere else the font appears to be okay:


Last edited by Antisenil : 04/08/24 at 02:10 AM.
Report comment to moderator  
Reply With Quote
Unread 04/08/24, 12:40 AM  
Neverlands
 
Neverlands's Avatar

Forum posts: 7
File comments: 571
Uploads: 0
Guild Store Merchant Tab

Hello,


if I use my own font for FCUI.slug (Univers-57-Condensed-Regular.ttf), I have issues in the Guild Store Merchant Tabs. It only seems to happen here, anywhere else the font appears to be okay:


Last edited by Neverlands : 04/08/24 at 12:42 AM.
Report comment to moderator  
Reply With Quote
Unread 04/07/24, 05:25 AM  
Neverlands
 
Neverlands's Avatar

Forum posts: 7
File comments: 571
Uploads: 0
Chat Font Style

Hello,
I have FontChanger version 1.2 installed (I don't use PerfectPixel).

When changing the Chat Font Style, it has no effect (did a /reloadui).
I also use PChat, but it doesn't have any settings for text shadows there, so I don't think the issue has to do with it.



Report comment to moderator  
Reply With Quote
Unread 03/21/24, 09:05 PM  
Verling
 
Verling's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 57
Uploads: 7
also divide the text into books and letters and stone tablets
LETTER_FONT
STONE_TABLET_FONT
Last edited by Verling : 03/21/24 at 09:07 PM.
Report comment to moderator  
Reply With Quote
Unread 03/19/24, 12:13 AM  
Antisenil
 
Antisenil's Avatar

Forum posts: 7
File comments: 47
Uploads: 0
EDIT:
Normal version: FontChanger v1.2

ONLY USE IF PERFECT PIXEL IS INSTALLED: FontChanger v1.3.1 PerfectPixel version
Should now work with all PerfectPixel options? i dont know id prefere you would ask in the perfect pixel addon for normal fontchanger support


That is an option in the PerfectPixel menu called "Reticle", deactivate it and the text should be in your font.

The problem exists with all those options(compass - changes the font for the directions, reticle - the one in your picture, keybind strip - the font at the bottom of each menu) and i realy dont know how to prevent these options from changing the fonts. if you want better compatibility you might need to ask the author of perfectpixel or ask in the forum if someone could help you.


Edit: i will be reading some more and maybe find a way how to do it but for now that is your only option
Last edited by Antisenil : 03/21/24 at 11:21 AM.
Report comment to moderator  
Reply With Quote
Unread 03/18/24, 02:51 PM  
GodwinGrog

Forum posts: 0
File comments: 11
Uploads: 0
Re: FontChanger v1.3

You rock! Now it's just the activate text that won't change. Like this.
Originally Posted by Antisenil
FontChanger v1.3

Changelog
Code:
- added a PostHook for PerfectPixel
Report comment to moderator  
Reply With Quote
Unread 03/17/24, 07:39 PM  
Antisenil
 
Antisenil's Avatar

Forum posts: 7
File comments: 47
Uploads: 0
FontChanger v1.3

FontChanger v1.3

Changelog
Code:
- added a PostHook for PerfectPixel
Report comment to moderator  
Reply With Quote
Unread 03/17/24, 05:13 PM  
GodwinGrog

Forum posts: 0
File comments: 11
Uploads: 0
Good news, I found out what was messing with it. It was the addon PerfectPixel. Now, I love that addon so is there anyway to change the font it uses as well?

Originally Posted by Antisenil
so your problem are the actual itemnames then? as i said in my previous answer they all use the "REGULAR_FONT_BOLD = "FontChanger/Fonts/FCUI_Bold.slug"" font in the lua.

can you give me some additional informations? maybe provide a screenshot too.
which language are you playing in? do you use an addon to change the language? have you tried with the updated v1.2 addon? have you tried without any other addons besides FontChanger and LibAddonMenu2 active?
Report comment to moderator  
Reply With Quote
Unread 03/17/24, 04:06 PM  
Antisenil
 
Antisenil's Avatar

Forum posts: 7
File comments: 47
Uploads: 0
so your problem are the actual itemnames then? as i said in my previous answer they all use the "REGULAR_FONT_BOLD = "FontChanger/Fonts/FCUI_Bold.slug"" font in the lua.

can you give me some additional informations? maybe provide a screenshot too.
which language are you playing in? do you use an addon to change the language? have you tried with the updated v1.2 addon? have you tried without any other addons besides FontChanger and LibAddonMenu2 active?
Last edited by Antisenil : 03/17/24 at 04:22 PM.
Report comment to moderator  
Reply With Quote
Unread 03/17/24, 02:44 PM  
GodwinGrog

Forum posts: 0
File comments: 11
Uploads: 0
Right, so my issue is that the stuff on the left side of your picture, the tooltips and the armor slots all have the new font but the RIGHT side where your actual inventory is are all the default font.

Originally Posted by Antisenil
do you mean the ones here with the scripture font?


could you tell me which other addons you got installed?

that font for itemnames and most other things on the ui is "RegularFont_Bold.slug"
for descriptive texts and the buttons it is "RegularFont.slug"
the only fonts/texts i cant edit are those in the crownshop, loading screens and prelogin

Originally Posted by GodwinGrog
Hi, so I've managed to change the font on like 99% of things except for the font in my inventory and the name when you're trying to activate something. Any idea why?
Report comment to moderator  
Reply With Quote
Unread 03/17/24, 10:26 AM  
Antisenil
 
Antisenil's Avatar

Forum posts: 7
File comments: 47
Uploads: 0
FontChanger v1.2
changelog:
Code:
- changed the fontnames to not overwrite old ones
- updated 'Readme'-file to reflect changes in addon code and eso
- reworked Nameplate and SCT function in two seperat functions and their own fontpaths, 
   currently they both use the 'FCUI' font(previously called 'RegularFont'

Known Bugs:
Code:
unfixable
-if your fontname/path is to long the game wont load it. 
  keep it short like "King.slug" instead of "MyCustomUIFont_King.slug"
Report comment to moderator  
Reply With Quote
Unread 03/16/24, 03:18 PM  
Antisenil
 
Antisenil's Avatar

Forum posts: 7
File comments: 47
Uploads: 0
do you mean the ones here with the scripture font?


could you tell me which other addons you got installed?

that font for itemnames and most other things on the ui is "RegularFont_Bold.slug"
for descriptive texts and the buttons it is "RegularFont.slug"
the only fonts/texts i cant edit are those in the crownshop, loading screens and prelogin

Originally Posted by GodwinGrog
Hi, so I've managed to change the font on like 99% of things except for the font in my inventory and the name when you're trying to activate something. Any idea why?
Last edited by Antisenil : 03/16/24 at 03:20 PM.
Report comment to moderator  
Reply With Quote
Unread 03/16/24, 01:28 PM  
GodwinGrog

Forum posts: 0
File comments: 11
Uploads: 0
Hi, so I've managed to change the font on like 99% of things except for the font in my inventory and the name when you're trying to activate something. Any idea why?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: