Two .font files remains in "old" texture format, but it looks like they are not used in the game.
The Walking Dead: The Final Season
-
merlinsvk
- ultra-veteran

- Posts: 411
- Joined: Mon Oct 27, 2008 12:11 am
- Location: Slovakia
- Has thanked: 35 times
- Been thanked: 117 times
Re: The Walking Dead: The Final Season
Most of the .font files are in TTF or OTF format with custom (Telltale) header and tail. Sooo hex edit them 
Two .font files remains in "old" texture format, but it looks like they are not used in the game.
Two .font files remains in "old" texture format, but it looks like they are not used in the game.
Last edited by merlinsvk on Wed Aug 22, 2018 12:53 pm, edited 1 time in total.
Re: The Walking Dead: The Final Season
Is there any info about structure of font files?
I have searched it but found nothing.
I have searched it but found nothing.
-
elybelbely
- beginner
- Posts: 32
- Joined: Tue Jun 05, 2018 2:27 pm
- Has thanked: 1 time
- Been thanked: 3 times
Re: The Walking Dead: The Final Season
ok, hex editor right? what does it mean that hex edit them? can u guide me?merlinsvk wrote:Most of the .font files are in TTF or OTF format with custom (Telltale) header and tail. Sooo hex edit them
Two .font files remains in "old" texture format, but it looks like they are not used in the game.
-
merlinsvk
- ultra-veteran

- Posts: 411
- Joined: Mon Oct 27, 2008 12:11 am
- Location: Slovakia
- Has thanked: 35 times
- Been thanked: 117 times
Re: The Walking Dead: The Final Season

The pinkish part is what you are looking for. You have to replace it with modified/another TTF or OTF file you want.
My modded fonts were no bigger (purple part) then original so I had no need to figure out what else is needed to rewrite in .font file.
TIP: OTF (OpenType) format is usually much smaller than TTF (TrueType) and game doesn't care in what format was the original font.
In other words, you can put there TTF or OTF, it doesn't matter. Ex. GameplayDisplay.font contains TTF font, but I put there OTF. No problem.
-
binlv
- advanced
- Posts: 68
- Joined: Wed Apr 12, 2017 1:36 am
- Has thanked: 7 times
- Been thanked: 3 times
Re: The Walking Dead: The Final Season
Does it work? Have you tried yet?merlinsvk wrote:
The pinkish part is what you are looking for. You have to replace it with modified/another TTF or OTF file you want.
My modded fonts were no bigger (purple part) then original so I had no need to figure out what else is needed to rewrite in .font file.
TIP: OTF (OpenType) format is usually much smaller than TTF (TrueType) and game doesn't care in what format was the original font.
In other words, you can put there TTF or OTF, it doesn't matter. Ex. GameplayDisplay.font contains TTF font, but I put there OTF. No problem.
Other files font are also similar?
-
merlinsvk
- ultra-veteran

- Posts: 411
- Joined: Mon Oct 27, 2008 12:11 am
- Location: Slovakia
- Has thanked: 35 times
- Been thanked: 117 times
Re: The Walking Dead: The Final Season
I have made Czech, Slovak fonts, so yes I tried it. And right now I have sent Arabic (or Farsi?) fonts to @elybelbely, so if they work, then I know how to replace fonts of any size. (and it's stupidly easy) 
Re: The Walking Dead: The Final Season
Does it work just by putting modded .font files to Archives folder? Or you had to repack it into .ttarch2 archive?merlinsvk wrote:I have made Czech, Slovak fonts, so yes I tried it. And right now I have sent Arabic (or Farsi?) fonts to @elybelbely, so if they work, then I know how to replace fonts of any size. (and it's stupidly easy)
-
binlv
- advanced
- Posts: 68
- Joined: Wed Apr 12, 2017 1:36 am
- Has thanked: 7 times
- Been thanked: 3 times
Re: The Walking Dead: The Final Season
thank u, I found its fontmerlinsvk wrote:
The pinkish part is what you are looking for. You have to replace it with modified/another TTF or OTF file you want.
My modded fonts were no bigger (purple part) then original so I had no need to figure out what else is needed to rewrite in .font file.
TIP: OTF (OpenType) format is usually much smaller than TTF (TrueType) and game doesn't care in what format was the original font.
In other words, you can put there TTF or OTF, it doesn't matter. Ex. GameplayDisplay.font contains TTF font, but I put there OTF. No problem.

-
merlinsvk
- ultra-veteran

- Posts: 411
- Joined: Mon Oct 27, 2008 12:11 am
- Location: Slovakia
- Has thanked: 35 times
- Been thanked: 117 times
Re: The Walking Dead: The Final Season
DCCSharpDistress.font and default.font are probably not used in the game.
And no, there are 4 different fonts. But you can use any font you like, it's up to you.
And no, there are 4 different fonts. But you can use any font you like, it's up to you.
Re: The Walking Dead: The Final Season
I tried replaceing GameplayBody.font with new font data and the game crashes before entering main menu.
I replaced font data block length with new number and copy-pasted font data with HxD.
https://drive.google.com/open?id=1e-H2m ... 9yZMWMC7nk Here is the font I want to put in the game.
Can you please help me?
==== Edit ====
New font should be smaller than original font..
I replaced font data block length with new number and copy-pasted font data with HxD.
https://drive.google.com/open?id=1e-H2m ... 9yZMWMC7nk Here is the font I want to put in the game.
Can you please help me?
==== Edit ====
New font should be smaller than original font..
Last edited by akintos on Thu Aug 23, 2018 6:21 pm, edited 1 time in total.
-
binlv
- advanced
- Posts: 68
- Joined: Wed Apr 12, 2017 1:36 am
- Has thanked: 7 times
- Been thanked: 3 times
Re: The Walking Dead: The Final Season
and I have to make the original size of it?merlinsvk wrote:DCCSharpDistress.font and default.font are probably not used in the game.
And no, there are 4 different fonts. But you can use any font you like, it's up to you.
