• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 12:50
CEST 18:50
KST 01:50
  • 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
TL.net Map Contest #21: Voting10[ASL20] Ro4 Preview: Descent11Team TLMC #5: Winners Announced!3[ASL20] Ro8 Preview Pt2: Holding On9Maestros of the Game: Live Finals Preview (RO4)5
Community News
Chinese SC2 server to reopen; live all-star event in Hangzhou7Weekly Cups (Oct 13-19): Clem Goes for Four0BSL Team A vs Koreans - Sat-Sun 16:00 CET6Weekly Cups (Oct 6-12): Four star herO85.0.15 Patch Balance Hotfix (2025-10-8)80
StarCraft 2
General
RotterdaM "Serral is the GOAT, and it's not close" DreamHack Open 2013 revealed The New Patch Killed Mech! Chinese SC2 server to reopen; live all-star event in Hangzhou Team Liquid Map Contest #21 - Presented by Monster Energy
Tourneys
SC2's Safe House 2 - October 18 & 19 INu's Battles #13 - ByuN vs Zoun Tenacious Turtle Tussle Sparkling Tuna Cup - Weekly Open Tournament $1,200 WardiTV October (Oct 21st-31st)
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 496 Endless Infection Mutation # 495 Rest In Peace Mutation # 494 Unstable Environment Mutation # 493 Quick Killers
Brood War
General
Is there anyway to get a private coach? The Lose More Card BW General Discussion BSL Season 21 OGN to release AI-upscaled StarLeague from Feb 24
Tourneys
300$ 3D!Community Brood War Super Cup #4 [ASL20] Semifinal B Azhi's Colosseum - Anonymous Tournament [Megathread] Daily Proleagues
Strategy
[I] TvZ Strategies and Builds [I] TvP Strategies and Build Roaring Currents ASL final Current Meta
Other Games
General Games
Nintendo Switch Thread Stormgate/Frost Giant Megathread Path of Exile Dawn of War IV ZeroSpace Megathread
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
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread SPIRED by.ASL Mafia {211640}
Community
General
Things Aren’t Peaceful in Palestine The Chess Thread US Politics Mega-thread Russo-Ukrainian War Thread Men's Fashion Thread
Fan Clubs
The herO Fan Club!
Media & Entertainment
Series you have seen recently... Anime Discussion Thread [Manga] One Piece Movie Discussion!
Sports
MLB/Baseball 2023 2024 - 2026 Football Thread Formula 1 Discussion NBA General Discussion TeamLiquid Health and Fitness Initiative For 2023
World Cup 2022
Tech Support
SC2 Client Relocalization [Change SC2 Language] Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List Recent Gifted Posts
Blogs
Certified Crazy
Hildegard
The Heroism of Pepe the Fro…
Peanutsc
Rocket League: Traits, Abili…
TrAiDoS
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1219 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
Wardi Open
14:30
October Qualifier #2
WardiTV1447
LiquipediaDiscussion
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
BRAT_OK 66
UpATreeSC 64
MindelVK 12
StarCraft: Brood War
Britney 35489
Calm 4012
Rain 2088
Jaedong 1593
Bisu 854
Horang2 833
EffOrt 795
Mini 739
Soma 567
Larva 551
[ Show more ]
Light 457
firebathero 431
Shuttle 390
ZerO 273
Snow 246
actioN 207
Soulkey 133
Pusan 127
Rush 107
Free 86
Hyun 74
sSak 72
ggaemo 64
Shine 48
Killer 39
sorry 25
Shinee 21
Movie 19
Dewaltoss 18
scan(afreeca) 13
Bale 13
Sacsri 12
Aegong 12
Terrorterran 9
Hm[arnc] 4
Noble 3
Mong 1
Dota 2
Gorgc6359
qojqva3592
Dendi1430
Fuzer 259
canceldota90
Counter-Strike
fl0m792
byalli355
FunKaTv 52
Other Games
singsing2299
FrodaN765
ceh9600
Lowko393
Sick154
Hui .144
Skadoodle141
ArmadaUGS121
C9.Mang087
KnowMe78
QueenE78
Mew2King52
Trikslyr47
ZerO(Twitch)21
B2W.Neo8
Organizations
Counter-Strike
PGL402
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 15 non-featured ]
StarCraft 2
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• Reevou 0
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• Noizen34
League of Legends
• Jankos2969
• TFBlade898
Other Games
• Shiphtur133
Upcoming Events
PiGosaur Monday
7h 11m
Replay Cast
17h 11m
OSC
23h 11m
Tenacious Turtle Tussle
1d 6h
The PondCast
1d 17h
OSC
1d 19h
WardiTV Invitational
2 days
Online Event
2 days
RSL Revival
3 days
RSL Revival
3 days
[ Show More ]
WardiTV Invitational
3 days
Afreeca Starleague
4 days
Snow vs Soma
Sparkling Tuna Cup
4 days
WardiTV Invitational
4 days
CrankTV Team League
4 days
RSL Revival
5 days
Wardi Open
5 days
CrankTV Team League
5 days
Replay Cast
6 days
WardiTV Invitational
6 days
CrankTV Team League
6 days
Liquipedia Results

Completed

Acropolis #4 - TS2
WardiTV TLMC #15
HCC Europe

Ongoing

BSL 21 Points
ASL Season 20
CSL 2025 AUTUMN (S18)
C-Race Season 1
IPSL Winter 2025-26
EC S1
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
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

Upcoming

SC4ALL: Brood War
BSL Season 21
BSL 21 Team A
BSL 21 Non-Korean Championship
RSL Offline Finals
RSL Revival: Season 3
Stellar Fest
SC4ALL: StarCraft II
CranK Gathers Season 2: SC II Pro Teams
eXTREMESLAND 2025
ESL Impact League Season 8
SL Budapest Major 2025
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
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.