Asked By
Bryan James
30 points
N/A
Posted on - 10/08/2012
Hello experts,
How to change plants vs zombies font? I am fan of exploring all the possible features in a certain game and I chose to have an experiment with the plants vs zombies game. I was like wondering on how to change the plants vs zombies font. Can you give me some idea or any software or process the can make this possible for a change in the game environment? Thank you.
How to change plants vs zombies font?
Hello Bryan,
Plant V/S Zombies is not an opensource game.You cannot get the sourcecode of the game to modify it and use it. For changing the font of an application or do any kind of modifications it is necessary to have the sourcecode of that application.
So the conclusion is that you simply cannot change the fonts of the game Plants V/S Zombies
How to change plants vs zombies font?
Hi Bryan,
Well, there is a way that you can modify Plants vs Zombies game font but I tell you that it's not going to be easy as there are a lot of things to be done before the game will be able to use the font that you wanted to incorporate.
Â
 Here are the 3 Parts that you need to do for font modification in PvZ, just follow the steps below.
Â
PART I FINDING THE LOCATION OF THE FONTS
The game's font is available to you even without extracting main.pak. Please note that you won't be able to find them at all in main.pak. These  were stored in a folder named "DATA" inside the game directory. A Popcap game font consist of the two files:
-
Insert font name here **insert size of the font here*.png.
-
Insert font name here **insert size of the font here*.txt.
So let us start since you know the location of the font.
Â
PART II – TOOLS and MAKING
Â
It is a pain to try to make the .txt file and the .png file by ourselves all the way from scratch. Good news! Popcap has already released a tool to make these fonts.
Â
-
You need to download Popcap Framework. Simply search it in Google.
-
Then you need to extract it.
-
Afterwards, open the extracted folder and in it is the tools folder.
-
Run the FontBuilder.
-
You can modify and adjust the settings for you to personalize it.
-
You will notice the "tools" folder the .png and .txt of your font will be saved then.
LAST PART III – MAKE THE GAME USE IT
Â
You need to copy the .png and .txt of your font.
Â
Open your Plants vs Zombies (PvZ) folder, then the DATA folder.
Â
You need to delete the font you want to replace and paste your own font files.
Â
Make sure to rename the image of the font so it is the same with the font that you replaced called. Simply do the same with the text file.
Â
Open the .txt file of your own font and search for the part:
Â
LayerSetImage Main *insert the original name of your font here*
Â
Make sure to rename the image of the font so it is the same with the font that you replaced called but do not delete it.
Â
It is now time to test it and it should work.
Â
Best of luck!