• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 05:44
CEST 11:44
KST 18:44
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
Team TLMC #5 - Finalists & Open Tournaments0[ASL20] Ro16 Preview Pt2: Turbulence10Classic Games #3: Rogue vs Serral at BlizzCon9[ASL20] Ro16 Preview Pt1: Ascent10Maestros of the Game: Week 1/Play-in Preview12
Community News
BSL 2025 Warsaw LAN + Legends Showmatch0Weekly Cups (Sept 8-14): herO & MaxPax split cups4WardiTV TL Team Map Contest #5 Tournaments1SC4ALL $6,000 Open LAN in Philadelphia8Weekly Cups (Sept 1-7): MaxPax rebounds & Clem saga continues29
StarCraft 2
General
#1: Maru - Greatest Players of All Time Weekly Cups (Sept 8-14): herO & MaxPax split cups Team Liquid Map Contest #21 - Presented by Monster Energy SpeCial on The Tasteless Podcast Team TLMC #5 - Finalists & Open Tournaments
Tourneys
Maestros of The Game—$20k event w/ live finals in Paris Sparkling Tuna Cup - Weekly Open Tournament SC4ALL $6,000 Open LAN in Philadelphia WardiTV TL Team Map Contest #5 Tournaments RSL: Revival, a new crowdfunded tournament series
Strategy
Custom Maps
External Content
Mutation # 491 Night Drive Mutation # 490 Masters of Midnight Mutation # 489 Bannable Offense Mutation # 488 What Goes Around
Brood War
General
Soulkey on ASL S20 ASL TICKET LIVE help! :D BW General Discussion NaDa's Body A cwal.gg Extension - Easily keep track of anyone
Tourneys
[ASL20] Ro16 Group D [ASL20] Ro16 Group C [Megathread] Daily Proleagues BSL 2025 Warsaw LAN + Legends Showmatch
Strategy
Simple Questions, Simple Answers Muta micro map competition Fighting Spirit mining rates [G] Mineral Boosting
Other Games
General Games
Stormgate/Frost Giant Megathread Nintendo Switch Thread Path of Exile Borderlands 3 General RTS Discussion Thread
Dota 2
Official 'what is Dota anymore' discussion LiquidDota to reintegrate into TL.net
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread
Community
General
US Politics Mega-thread Canadian Politics Mega-thread Things Aren’t Peaceful in Palestine Russo-Ukrainian War Thread UK Politics Mega-thread
Fan Clubs
The Happy Fan Club!
Media & Entertainment
Movie Discussion! [Manga] One Piece Anime Discussion Thread
Sports
2024 - 2026 Football Thread Formula 1 Discussion MLB/Baseball 2023
World Cup 2022
Tech Support
Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread High temperatures on bridge(s)
TL Community
BarCraft in Tokyo Japan for ASL Season5 Final The Automated Ban List
Blogs
I <=> 9
KrillinFromwales
The Personality of a Spender…
TrAiDoS
A very expensive lesson on ma…
Garnet
hello world
radishsoup
Lemme tell you a thing o…
JoinTheRain
RTS Design in Hypercoven
a11
Evil Gacha Games and the…
ffswowsucks
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1572 users

Changing UI-font in SC2

Forum Index > SC2 General
Post a Reply
1 2 Next All
Existor
Profile Joined July 2010
Russian Federation4295 Posts
Last Edited: 2011-08-01 11:16:08
August 01 2011 01:00 GMT
#1
In Korean client you maybe seen, that here are different font, and it's similar to Arial Narrow, standart Windows font.

I've decided to find way to change ingame font to any other font, that you want. Well, it's simply, but you can't simply create new MPQ and put inside new files. It's not work here. So what you can do - only edit original MPQ and add your own fonts into this MPQ file.

REMEMBER! It's against TOS, so you're warned!


=================================================
=================================================


Easy method
1) Find folder Fonts inside those MPQ-archives
2) Put here your font, copied by 4-5 times.
3) Delete or move away to any other folder (in Windows Explorer, not inside MPQ) all original fonts
3) Rename them to original fonts.

=================================================
=================================================

1) Make backup of this file \StarCraft II\Mods\Core.SC2Mod\Base.SC2Data. Backup must be in different folder (desktop or any other folder, but not in this folder!)

=================================================

2) Open original file, that placed in SC2 folder

=================================================

3) Put inside Fonts folder your fonts (.TTF and .OTF works 100%). You must delete original fonts. bl.ttf - font for chat text, nicknames, playerlist in replays, profile text etc You can delete it too and link to your font too.

=================================================

4) Inside this file select UI folder and open with Notepad next file: FontStyles.SC2Style

=================================================

5) Use standart search, but you can find it fast, Find next parameters:

<Constant name="BulletHeader" val="UI\Fonts\Eurostile-Bol.otf"/>
<Constant name="FontHeader" val="UI\Fonts\Eurostile-Bol.otf"/>
<Constant name="FontStandard" val="UI\Fonts\Eurostile-Reg.otf"/>
<Constant name="FontHeaderExtended" val="UI\Fonts\EurostileExt-Med.otf"/>
<Constant name="FontStandardExtended" val="UI\Fonts\EurostileExt-Reg.otf"/>

// Some text here with explanation of bl.ttf font. Not need to copypast this commentary text into SC2 font-styles file.

<Constant name="FontInternational" val="UI\Fonts\bl.ttf"/>


This is a font locations. You can change them all, or only some of them. But better to change all for better average picture



Where to put new fonts? In same folder in Fonts. Here is an example, where I've replaced Eurostile fonts into Arial Narrow, that is similar to Korean font.

<Constant name="BulletHeader" val="UI\Fonts\arial_narrow.TTF"/>
<Constant name="FontHeader" val="UI\Fonts\arial_narrow.TTF"/>
<Constant name="FontStandard" val="UI\Fonts\arial_narrow.TTF"/>
<Constant name="FontHeaderExtended" val="UI\Fonts\arial_narrow.TTF"/>
<Constant name="FontStandardExtended" val="UI\Fonts\arial_narrow.TTF"/>

<Constant name="FontInternational" val="UI\Fonts\arial_narrow.TTF"/>


In this file FontStyles.SC2Style you can also change font sizes in every game label or title. I haven't tested it, so if you want, you can do some experiments for yourself. But remember, you must do backups every time!

=================================================

6) Same replacements in other MPQ-file:

\StarCraft II EN\Versions\<last version>\patch.SC2Archive, inside:

* open Fonts folder and put here your font (TTF or OTF). DO NOT delete bl.ttf, or it will redownload patch file
* same edits for FontStyle.SC2Data
* you must do it with every patch, but it's not that hard. Just put 2 files and drag them into opened MPQ every time, when u got patch.

[image loading]



=================================================



Here is a result with replaced font into Arial Narrow

[image loading] [image loading] [image loading] [image loading] [image loading]


Base.SC2Data with modified font into Arial Narrow
http://www.mirrorcreator.com/files/WGQI4RCM/

Original Base.SC2Data (if you forget to make a backup)
http://www.mirrorcreator.com/files/1SL0BSWY/
tok
Profile Joined April 2010
United States691 Posts
August 01 2011 01:26 GMT
#2
Comic Sans SC2 here we come
Existor
Profile Joined July 2010
Russian Federation4295 Posts
August 01 2011 06:38 GMT
#3
I think, any another sci-fi font will be good too in sc2
Existor
Profile Joined July 2010
Russian Federation4295 Posts
August 01 2011 07:22 GMT
#4
Instructions updated. Now it works 100%
doomed
Profile Joined May 2010
Australia420 Posts
August 01 2011 10:22 GMT
#5
Hmm I would like a Verdana version....
Existor
Profile Joined July 2010
Russian Federation4295 Posts
August 01 2011 10:23 GMT
#6
On August 01 2011 19:22 doomed wrote:
Hmm I would like a Verdana version....

You can find Verdana font and place it in SC2
doomed
Profile Joined May 2010
Australia420 Posts
August 01 2011 10:29 GMT
#7
I just tried to do the easy thing and use your MPQ base file, but now I get a "you must use a blizzard language pack to use this language" error when trying to log in.. do I need to change the font info under font styles too?

Existor
Profile Joined July 2010
Russian Federation4295 Posts
August 01 2011 10:52 GMT
#8
On August 01 2011 19:29 doomed wrote:
I just tried to do the easy thing and use your MPQ base file, but now I get a "you must use a blizzard language pack to use this language" error when trying to log in.. do I need to change the font info under font styles too?


Maybe you changed something other.

Here you changing ONLY FontStyle.SC2Data, nothing more. And also adding new font into MPQ file.

You must change 2 files:

- Base.SC2Data, located in: \StarCraft II\Mods\Core.SC2Mod\..here..
- patch.SC2Archive, located in: \StarCraft II\Versions\<last version>\..here..
nanaoei
Profile Blog Joined May 2010
3358 Posts
August 01 2011 10:55 GMT
#9
this is very good!!!! you're a life saver : )
*@boesthius' FF7 nostalgia stream bomb* "we should work on a 'Final Progamer' fangame»whitera can be a protagonist---lastlie: "we save world and then defense it"
askTeivospy
Profile Blog Joined March 2011
1525 Posts
August 01 2011 10:57 GMT
#10
can't you just change the name of whatever font you want to use to the default font instead of changing the pathnames
hihihi
Tuczniak
Profile Joined September 2010
1561 Posts
August 01 2011 10:57 GMT
#11
Looks great.

Whoever try different fonts should post some screenshots.
graNite
Profile Blog Joined December 2010
Germany4434 Posts
August 01 2011 10:59 GMT
#12
Try Webdings :D
I really would like to see Calibri.
"Oink oink, bitches" - Tasteless on Pigbaby winning a map against Flash
moltenlead
Profile Joined December 2010
Canada866 Posts
August 01 2011 11:07 GMT
#13
It's cute, but have you run into any problems yet regarding overflows of text or varying sizes that messes up the placement of text?
Existor
Profile Joined July 2010
Russian Federation4295 Posts
Last Edited: 2011-08-01 11:13:16
August 01 2011 11:12 GMT
#14
On August 01 2011 19:57 askTeivospy wrote:
can't you just change the name of whatever font you want to use to the default font instead of changing the pathnames

Ah, forget about that I will add this to 1st post. Thx

It's cute, but have you run into any problems yet regarding overflows of text or varying sizes that messes up the placement of text?

Tested 2-3 fonts. Sometimes there are very small letters. But you can change their size in same FontStyle.SC2Data file.
Teliko
Profile Joined January 2011
Ireland1044 Posts
August 01 2011 17:12 GMT
#15
Ah, you have to change the font size in the patch mpq? Was wondering why I could never get that working before. I was messing around with it, and I can change the size of the current patch info etc, but nothing seems to change the size of the buttons :S I spent about half an hour looking through the code, but anything lower down only seems to effect the text in the actual game, not the menus. Do you've any idea how to change that font size?
Add a drop of lavender to milk, leave town with an orange and pretend you're laughing at it.
Sugoi_TaiR
Profile Joined July 2011
4 Posts
December 14 2011 16:32 GMT
#16
whats the US client standard font? because the TW client one is too thin and i want to change it.
Liraz
Profile Joined June 2012
Israel5 Posts
June 28 2013 16:27 GMT
#17
hmmm i'm trying to do that now but the patch files do not contain Fonts directory ... any idea what should i do now ? maybe create the directory ? and put the fonts in it ?

every time i try to edit the fonts in the Base.SC2Data file and than open the game it downloads some thing ...

can any one pls point me to the right direction with that ?

thanks a lot.
be smart BUILD workers.
digmouse
Profile Blog Joined November 2010
China6329 Posts
June 28 2013 16:29 GMT
#18
It's not possible to change fonts in a direct way. The game will verify every file at start.
TranslatorIf you want to ask anything about Chinese esports, send me a PM or follow me @nerddigmouse.
Liraz
Profile Joined June 2012
Israel5 Posts
June 28 2013 16:35 GMT
#19
is it not possible now ? isn't the game verify the files vs the patch files ?
be smart BUILD workers.
digmouse
Profile Blog Joined November 2010
China6329 Posts
June 28 2013 16:36 GMT
#20
On June 29 2013 01:35 Liraz wrote:
is it not possible now ? isn't the game verify the files vs the patch files ?

The game now verifies every game file, if it's changed it will automatically repair it.
TranslatorIf you want to ask anything about Chinese esports, send me a PM or follow me @nerddigmouse.
1 2 Next All
Please log in or register to reply.
Live Events Refresh
Next event in 17m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Rex 2
StarCraft: Brood War
Calm 5699
Bisu 731
Hyuk 162
HiyA 96
Hyun 96
sorry 86
ToSsGirL 84
Dewaltoss 82
Pusan 77
Light 74
[ Show more ]
Soma 60
actioN 56
Mini 49
ZerO 32
BeSt 30
Nal_rA 28
soO 27
Liquid`Ret 26
Sharp 24
Rush 19
Free 16
SilentControl 10
Dota 2
singsing1508
XcaliburYe237
boxi98170
League of Legends
JimRising 381
Counter-Strike
olofmeister1583
shoxiejesuss629
allub166
Other Games
XaKoH 143
NeuroSwarm75
Trikslyr15
Organizations
Other Games
gamesdonequick599
StarCraft: Brood War
lovetv 593
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 14 non-featured ]
StarCraft 2
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• iopq 1
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Jankos1421
• Stunt679
Other Games
• WagamamaTV81
Upcoming Events
RSL Revival
17m
Maru vs Reynor
Cure vs TriGGeR
Rex2
Map Test Tournament
1h 17m
The PondCast
3h 17m
RSL Revival
1d
Zoun vs Classic
Korean StarCraft League
1d 17h
BSL Open LAN 2025 - War…
1d 22h
RSL Revival
2 days
BSL Open LAN 2025 - War…
2 days
RSL Revival
3 days
Online Event
3 days
[ Show More ]
Wardi Open
4 days
Monday Night Weeklies
4 days
Sparkling Tuna Cup
5 days
LiuLi Cup
6 days
Liquipedia Results

Completed

Proleague 2025-09-10
Chzzk MurlocKing SC1 vs SC2 Cup #2
HCC Europe

Ongoing

BSL 20 Team Wars
KCM Race Survival 2025 Season 3
BSL 21 Points
ASL Season 20
CSL 2025 AUTUMN (S18)
LASL Season 20
RSL Revival: Season 2
Maestros of the Game
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025
FISSURE Playground #1

Upcoming

2025 Chongqing Offline CUP
BSL World Championship of Poland 2025
IPSL Winter 2025-26
BSL Season 21
SC4ALL: Brood War
BSL 21 Team A
Stellar Fest
SC4ALL: StarCraft II
EC S1
ESL Impact League Season 8
SL Budapest Major 2025
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
MESA Nomadic Masters Fall
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.