Page 2 of 5
Re: The Walking Dead: The Final Season
Posted: Wed Aug 22, 2018 6:39 am
by merlinsvk
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.
Re: The Walking Dead: The Final Season
Posted: Wed Aug 22, 2018 7:06 am
by akintos
Is there any info about structure of font files?
I have searched it but found nothing.
Re: The Walking Dead: The Final Season
Posted: Thu Aug 23, 2018 9:05 am
by elybelbely
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.
ok, hex editor right? what does it mean that hex edit them? can u guide me?
Re: The Walking Dead: The Final Season
Posted: Thu Aug 23, 2018 4:01 pm
by merlinsvk
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.
Re: The Walking Dead: The Final Season
Posted: Thu Aug 23, 2018 5:15 pm
by binlv
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.
Does it work? Have you tried yet?
Other files font are also similar?
Re: The Walking Dead: The Final Season
Posted: Thu Aug 23, 2018 5:40 pm
by merlinsvk
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
Posted: Thu Aug 23, 2018 5:52 pm
by akintos
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)

Does it work just by putting modded .font files to Archives folder? Or you had to repack it into .ttarch2 archive?
Re: The Walking Dead: The Final Season
Posted: Thu Aug 23, 2018 5:55 pm
by merlinsvk
No need for repacking

Re: The Walking Dead: The Final Season
Posted: Thu Aug 23, 2018 5:57 pm
by binlv
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.
thank u, I found its font

Re: The Walking Dead: The Final Season
Posted: Thu Aug 23, 2018 5:59 pm
by binlv
Other font files as MenuBody.font, DCCSharpDistress.font ..
Is it the same??
Re: The Walking Dead: The Final Season
Posted: Thu Aug 23, 2018 6:00 pm
by merlinsvk
Left? Sorry, I don't understand what you mean.
Re: The Walking Dead: The Final Season
Posted: Thu Aug 23, 2018 6:01 pm
by binlv
merlinsvk wrote:Left? Sorry, I don't understand what you mean.
Other font files as MenuBody.font, DCCSharpDistress.font ..
Is it the same??
Re: The Walking Dead: The Final Season
Posted: Thu Aug 23, 2018 6:07 pm
by merlinsvk
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.
Re: The Walking Dead: The Final Season
Posted: Thu Aug 23, 2018 6:15 pm
by akintos
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..
Re: The Walking Dead: The Final Season
Posted: Thu Aug 23, 2018 6:17 pm
by binlv
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.
and I have to make the original size of it?