• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EST 15:47
CET 21:47
KST 05:47
  • 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
RSL Season 3 - Playoffs Preview0RSL Season 3 - RO16 Groups C & D Preview0RSL Season 3 - RO16 Groups A & B Preview2TL.net Map Contest #21: Winners12Intel X Team Liquid Seoul event: Showmatches and Meet the Pros10
Community News
[BSL21] Ro.16 Group Stage (C->B->A->D)4Weekly Cups (Nov 17-23): Solar, MaxPax, Clem win3RSL Season 3: RO16 results & RO8 bracket13Weekly Cups (Nov 10-16): Reynor, Solar lead Zerg surge2[TLMC] Fall/Winter 2025 Ladder Map Rotation14
StarCraft 2
General
When will we find out if there are more tournament Weekly Cups (Nov 17-23): Solar, MaxPax, Clem win SC: Evo Complete - Ranked Ladder OPEN ALPHA Weekly Cups (Nov 10-16): Reynor, Solar lead Zerg surge RSL Season 3: RO16 results & RO8 bracket
Tourneys
Tenacious Turtle Tussle [Alpha Pro Series] Nice vs Cure RSL Revival: Season 3 $5,000+ WardiTV 2025 Championship StarCraft Evolution League (SC Evo Biweekly)
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 501 Price of Progress Mutation # 500 Fright night Mutation # 499 Chilling Adaptation Mutation # 498 Wheel of Misfortune|Cradle of Death
Brood War
General
Which season is the best in ASL? Data analysis on 70 million replays sas.vorti stream [BSL21] Ro.16 Group Stage (C->B->A->D) FlaSh on: Biggest Problem With SnOw's Playstyle
Tourneys
[Megathread] Daily Proleagues [BSL21] RO16 Tie Breaker - Group B - Sun 21:00 CET [BSL21] GosuLeague T1 Ro16 - Tue & Thu 22:00 CET [BSL21] RO16 Tie Breaker - Group A - Sat 21:00 CET
Strategy
Game Theory for Starcraft How to stay on top of macro? Current Meta PvZ map balance
Other Games
General Games
Stormgate/Frost Giant Megathread The Perfect Game Nintendo Switch Thread Beyond All Reason Should offensive tower rushing be viable in RTS games?
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread Mafia Game Mode Feedback/Ideas
Community
General
US Politics Mega-thread Russo-Ukrainian War Thread Artificial Intelligence Thread YouTube Thread Things Aren’t Peaceful in Palestine
Fan Clubs
White-Ra Fan Club
Media & Entertainment
[Manga] One Piece Movie Discussion! Anime Discussion Thread
Sports
2024 - 2026 Football Thread Formula 1 Discussion NBA General Discussion MLB/Baseball 2023 TeamLiquid Health and Fitness Initiative For 2023
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread
TL Community
Where to ask questions and add stream? The Automated Ban List
Blogs
Esports Earnings: Bigger Pri…
TrAiDoS
Thanks for the RSL
Hildegard
Saturation point
Uldridge
DnB/metal remix FFO Mick Go…
ImbaTosS
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1700 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
China6330 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
China6330 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 3h 13m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
mouzHeroMarine 629
White-Ra 262
IndyStarCraft 192
UpATreeSC 120
ForJumy 25
StarCraft: Brood War
Calm 2790
Shuttle 449
Larva 285
Dewaltoss 102
League of Legends
rGuardiaN29
Counter-Strike
fl0m4276
pashabiceps1482
apEX1309
Heroes of the Storm
Liquid`Hasu1064
Other Games
FrodaN2255
singsing2072
B2W.Neo2055
Mew2King152
ArmadaUGS108
Organizations
Dota 2
PGL Dota 2 - Main Stream120
StarCraft: Brood War
lovetv 7
Other Games
Algost 4
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 18 non-featured ]
StarCraft 2
• Dystopia_ 3
• IndyKCrew
• sooper7s
• AfreecaTV YouTube
• Migwel
• intothetv
• LaughNgamezSOOP
• Kozan
StarCraft: Brood War
• 80smullet 25
• Azhi_Dahaki19
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• Ler1336
• WagamamaTV528
League of Legends
• TFBlade1633
Other Games
• imaqtpie1457
• Shiphtur310
Upcoming Events
Replay Cast
3h 13m
OSC
20h 13m
LAN Event
21h 13m
Replay Cast
1d 2h
Replay Cast
1d 12h
WardiTV Korean Royale
1d 15h
Sparkling Tuna Cup
2 days
WardiTV Korean Royale
2 days
Replay Cast
3 days
Wardi Open
3 days
[ Show More ]
Monday Night Weeklies
3 days
StarCraft2.fi
3 days
Replay Cast
4 days
Wardi Open
4 days
StarCraft2.fi
4 days
Wardi Open
5 days
StarCraft2.fi
5 days
Replay Cast
6 days
The PondCast
6 days
Liquipedia Results

Completed

SOOP Univ League 2025
RSL Revival: Season 3
Eternal Conflict S1

Ongoing

C-Race Season 1
IPSL Winter 2025-26
KCM Race Survival 2025 Season 4
YSL S2
BSL Season 21
CSCL: Masked Kings S3
Slon Tour Season 2
META Madness #9
SL Budapest Major 2025
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2

Upcoming

BSL 21 Non-Korean Championship
Acropolis #4
IPSL Spring 2026
HSC XXVIII
RSL Offline Finals
WardiTV 2025
PGL Cluj-Napoca 2026
IEM Kraków 2026
BLAST Bounty Winter 2026
BLAST Bounty Winter 2026: Closed Qualifier
eXTREMESLAND 2025
ESL Impact League Season 8
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.