Page 1 of 1

The Wolf Among Us - Special Characters

Posted: Wed Feb 08, 2023 12:54 pm
by MarcoBabo
Hi guys,

This is my first time here! I'm translating The Wolf Among Us and I'd like to ask you how to make the special characters (áàãâç etc.) appear in game. For example: I translate the sentence "It won't happen again" to "Não vai voltar a acontecer" and in game it displays "Nao" instead of "Não". How can I fix this?

Also, is it possible to change the subtitles font?

Thanks!

Re: The Wolf Among Us - Special Characters

Posted: Wed Feb 08, 2023 8:57 pm
by ikskoks
You can do it with TTG Tools https://github.com/pashok6798/TTG_Tools

You can even find some tutorials explaining how to translate Telltale games, e.g. https://ikskoks.pl/poradnik-4-edycja-gier-telltale/

Re: The Wolf Among Us - Special Characters

Posted: Wed Feb 08, 2023 9:46 pm
by MarcoBabo
I can do both? I'm already using TTG to translate the game and I noticed it has a Font Editor but I don't quite understand it.

Re: The Wolf Among Us - Special Characters

Posted: Wed Feb 08, 2023 10:11 pm
by ikskoks
Yes, you can do both. Just play with the tool, try to add some new characters or replace existing ones.

Re: The Wolf Among Us - Special Characters

Posted: Wed Feb 08, 2023 10:14 pm
by MarcoBabo
Sorry, but how do I add new characters?

Re: The Wolf Among Us - Special Characters

Posted: Wed Feb 08, 2023 10:44 pm
by ikskoks
MarcoBabo wrote: Wed Feb 08, 2023 10:14 pm Sorry, but how do I add new characters?
# Add new coordinates #
1. Open Font Editor
2. Go to File > Open
3. Choose .font file and open it
4. Right click on the table and choose "Export coordinates".
5. Save file, e.g. "C:\Users\User\Desktop\Gotham Light_60.fnt"
6. Open .fnt file in Notepad++.
7. Add new row with correct ID, then adjust coordinates for your new character
8. Add +1 to "chars count" in line 5
9. Save .fnt file
10. In Font Editor right click on the table and choose option "Import Coordinates".
11. Save .font file


# Add new char on DDS image #
1. Open Font Editor
2. Go to File > Open
3. Choose .font file and open it
4. Right click on the table and choose "Export texture"
5. Save DDS file, e.g. "C:\Users\User\Desktop\MenuBodyLarge_0.dds"
6. Edit DDS file in GIMP and save it
7. In Font Editor right click on the table and choose "Import Texture".
8. Save .font file


Here are some fonts from Batman, you can practice on them ---> download/file.php?id=11518


If this method doesn't work, then the only option would be to replace already existing characters.

Re: The Wolf Among Us - Special Characters

Posted: Wed Feb 08, 2023 10:47 pm
by MarcoBabo
Thanks for your time! I'll try that when I get home!

Re: The Wolf Among Us - Special Characters

Posted: Thu Feb 09, 2023 1:31 am
by MarcoBabo
Where are the .font files? I only got .LANDB files.

Re: The Wolf Among Us - Special Characters

Posted: Thu Feb 09, 2023 8:35 am
by ikskoks
MarcoBabo wrote: Thu Feb 09, 2023 1:31 am Where are the .font files? I only got .LANDB files.
I don't know. You have to extract ALL .ttarch archives and find some .font files in one of them.

Re: The Wolf Among Us - Special Characters

Posted: Thu Feb 09, 2023 8:41 am
by MarcoBabo
Thanks for your help!