Assassins Creed localization

How to translate the files of a game
Shokoniraya
Posts: 416
Joined: Sat Sep 15, 2018 5:22 am

Assassins Creed localization

Post by Shokoniraya »

hello guys, i want to make a script for Assassins Creed games to export and import localization files
but i have a problem, anyone can tell me what compression or encryption method used in LocalizationPackage files? i can read header and tables as well, but i don't know what compression or encryption used in raw texts
GHOST DEAD
Posts: 218
Joined: Wed Jul 19, 2017 5:04 am

Re: Assassins Creed localization

Post by GHOST DEAD »

yes, you can even recreate file if you get total algorithm
is there anyone to try on forglib source?

i uploded AC_localization.zip in this message
if anyone want a good start, this two files in AC_localization.zip is best for work on it

in AC_localization.zip:
CompressedLocalizationData (main localization file, it's a original file that match with .cs script in this zip)
CompressedLocalizationData.cs (main script from forglib source for export this CompressedLocalizationData)


here forglib source: https://www.mediafire.com/file/qef94s19 ... e.zip/file