• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

How to change fonts of texts in world editor

Status
Not open for further replies.
Level 9
Joined
Apr 19, 2011
Messages
447
It's easy.
First of all, import your custom font into the map. It's path should be something like [FONT NAME].ttf.
Then, create a new text document, and write this in it:

[CustomSkin]

ChatFont=[FONT NAME].ttf
EscMenuTextFont=[FONT NAME].ttf
TextTagFont=[FONT NAME].ttf
InfoPanelTextFont=[FONT NAME].ttf
MessageFont=[FONT NAME].ttf
MasterFont=[FONT NAME].ttf

Import this file in your map, rename it's path to "war3mapskin.txt", and you're done. It should work fine, it'll change the font of all text displayed in WC3.

Note: If you use a custom war3mapskin.txt file, all the changes you make in the game interface (Advanced/Game Interface) will be disabled. If you want a custom interface AND and a custom font, you will have to specify all the interface changes in the war3mapskin.txt file too.

Hope this helps.

EDIT: Heh, ap0calypse was faster than me XD.

Regards
 
Status
Not open for further replies.
Top