Assassin's Creed localization
- GHOST DEAD
- mega-veteran

- Posts: 196
- Joined: Sat Nov 26, 2016 3:39 pm
- Has thanked: 7 times
- Been thanked: 7 times
Re: Assassin's Creed localization
if you really want to extract it for a WiKi, just download 100% save file and hook all text from Clipboaed from RAMSoda1459 wrote:Up
Be Good, Even in distressing or defamation and chill, Even Everyone's Called You a Bad Guy Or Lier and Mad
Re: Assassin's Creed localization
Someone was able to extract Origins subtitles by using forgelib code, and I want to do it too. But how can I make the code work ?
Re: Assassin's Creed localization
Please , it's really important for me, I would be super appreciative to anyone who can help
Re: Assassin's Creed localization
Unpacked French dialogs from Assassins Odyssey.
https://ufile.io/a1bgmgpa
https://ufile.io/a1bgmgpa
Re: Assassin's Creed localization
Hey.
Below is the link to my tools to export LocationPackage to txt and import it back.
I tested it on Assassin's Creed Unity, but should work with other games in the series.
Localization file first must be properly unpacked with Delutto tools:
Ubisoft Forge Tool and Ubisoft DATA Tool.
Below is the link to my tools to export LocationPackage to txt and import it back.
Code: Select all
https://drive.google.com/file/d/1YaJHhYO7HdBlrImqWhNvVKABlCNzpQguLocalization file first must be properly unpacked with Delutto tools:
Ubisoft Forge Tool and Ubisoft DATA Tool.
-
DeathScreen213
- ultra-n00b
- Posts: 6
- Joined: Fri Mar 15, 2019 10:38 am
- Has thanked: 5 times
-
nonamebatbai
- beginner
- Posts: 27
- Joined: Sun Sep 22, 2019 3:32 am
- Has thanked: 4 times
- Been thanked: 1 time
Re: Assassin's Creed localization
please help me . Where is the font file of the game assassin's creed unity ??
Re: Assassin's Creed localization
Fonts are in file: DataPC_patch_01.forge -> 0-Game Bootstrap Settings.data -> 42-FontManager_0X1A36B0959.1641561018
In file 42-FontManager_0X1A36B0959.1641561018 is 7 x ttf fonts.
In file 42-FontManager_0X1A36B0959.1641561018 is 7 x ttf fonts.
Code: Select all
https://drive.google.com/file/d/1wcpire62VWWk67YmVui7MW07_AM9e1V5-
nonamebatbai
- beginner
- Posts: 27
- Joined: Sun Sep 22, 2019 3:32 am
- Has thanked: 4 times
- Been thanked: 1 time
Re: Assassin's Creed localization
how to export file 42-FontManager_0X1A36B0959 file into 7 x ttf fonts. and import it ???
Re: Assassin's Creed localization
File 42-FontManager_0X1A36B0959.1641561018 can now be edited in hexeditor.
In file we are looking ECA7A670 value.
Next 4 bytes are the size of ttf file.
Next starts ttf file.
For example:

First ttf file.
Offset 1Fh – ttf size = 000495BC
Offset 23h – Start of ttf file

Second ttf file.
Offset 0495F6h – ttf size = 00042104
Offset 0495FAh - Start of ttf file
And so on…
After editing the ttf file we can replace it and modify the size.
In file we are looking ECA7A670 value.
Next 4 bytes are the size of ttf file.
Next starts ttf file.
For example:

First ttf file.
Offset 1Fh – ttf size = 000495BC
Offset 23h – Start of ttf file

Second ttf file.
Offset 0495F6h – ttf size = 00042104
Offset 0495FAh - Start of ttf file
And so on…
After editing the ttf file we can replace it and modify the size.

