Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Edit: Nevermind, I just realized the option's LITERALLY right there in the graphics options. Sheesh.
There's a font size option under graphics menu.
Alternatively you can use a mod for a more gradual scaling of the whole UI.
"EEex mod has a "Scale interface" module that lets you do it incrementally. It is kinda complicated to set up though. After installing, you need to open "EEex_Modules.lua" located in /override, then swap the flag on B3Scale from "false" to "true" to active it. Then you either use the in-game cheat console and the command:
B3Scale_SetPercentage(p)
p is a number from 0-1, 0 - vanilla unscaled interface, 1 - vanilla scaled. E.g. 0.5 will give you the halfway between the two.
Alternatively, you can add a line in baldur.lua with the setting (which is what will happen when you use the previous method anyway):
SetPrivateProfileString('B3Scale','Percentage','0.5')."