Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

Assassin's Creed Syndicate .dat file

Featured Replies

  • Author
  • Localization

KhavitZ, posted Wed Dec 26, 2018 9:15 pm (41655)


Hello

I want to translate Assassin's Creed Syndicate so i extracted the .forge file with scimitar.bms then the localization file with assassins creed raw.bms but i onlu got unreadable .dat file. Is there a solution to convert it ?
  • Author
  • Localization

KhavitZ, posted Thu Dec 27, 2018 6:18 pm (41682)


up
  • Author
  • Localization

Soda1459, posted Wed Jan 02, 2019 10:34 pm (41833)


Up !
  • Author
  • Localization

GHOST DEAD, posted Thu Jan 03, 2019 6:15 am (41838)


Soda1459 wrote:
Up !

if any body has kramla Tool or steve Script Script, please share it, because it can be very helpful for me to set for newer AC versions, all of Localization games files using same data or familiar data same as AC2
  • Author
  • Localization

KhavitZ, posted Thu Jan 03, 2019 8:03 am (41846)


GHOST DEAD wrote:
Soda1459 wrote:
Up !

if any body has kramla Tool or steve Script Script, please share it, because it can be very helpful for me to set for newer AC versions, all of Localization games files using same data or familiar data same as AC2


So it's s possible to extract localization from Syndicate and other games as unity. But how can we do this ?
  • Author
  • Localization

GHOST DEAD, posted Thu Jan 03, 2019 8:09 am (41847)


KhavitZ wrote:
GHOST DEAD wrote:
Soda1459 wrote:
Up !

if any body has kramla Tool or steve Script Script, please share it, because it can be very helpful for me to set for newer AC versions, all of Localization games files using same data or familiar data same as AC2


So it's s possible to extract localization from Syndicate and other games as unity. But how can we do this ?

reimport is hard for me, but not impossible

if i just had kramla script, i could make it work for newer game, but no one will share even after this times
  • Author
  • Localization

KhavitZ, posted Thu Jan 03, 2019 8:13 am (41848)


GHOST DEAD wrote:
KhavitZ wrote:
GHOST DEAD wrote:
if any body has kramla Tool or steve Script Script, please share it, because it can be very helpful for me to set for newer AC versions, all of Localization games files using same data or familiar data same as AC2


So it's s possible to extract localization from Syndicate and other games as unity. But how can we do this ?

reimport is hard for me, but not impossible

if i just had kramla script, i could make it work for newer game, but no one will share even after this times


I saw you were able to extract from Origins, but what did you used ? Did you create something ? Maybe this can work on Syndicate
  • Author
  • Localization

GHOST DEAD, posted Thu Jan 03, 2019 8:26 am (41849)


KhavitZ wrote:
I saw you were able to extract from Origins, but what did you used ? Did you create something ? Maybe this can work on Syndicate


yeah, extract not a big deal dude, but hard for me, i don't know about other guy's
if you want a try on AC: Syndicate, then please extract a localization file with Delutto Forge Tool and send to me, i will try

but what did you used ?
i used forgelib code's
  • Author
  • Localization

KhavitZ, posted Thu Jan 03, 2019 8:54 am (41856)


I sent it to you
  • Author
  • Localization

sergop, posted Fri Jan 04, 2019 2:48 am (41910)


Hey i saw u need a script or a tool. If u have a link (even if its dead now) you can try with webarchive to download it. Hope it was helpfull :D
  • Author
  • Localization

KhavitZ, posted Fri Jan 04, 2019 10:17 am (41919)


Thank you so much !!!
  • Author
  • Localization

Soda1459, posted Fri Jan 04, 2019 4:11 pm (41926)


That's amazing ! Don't you want to share what you used ? It could be tested on other games than syndicate
  • Author
  • Localization

GHOST DEAD, posted Sun Jan 06, 2019 8:17 pm (42001)


Soda1459 wrote:
That's amazing ! Don't you want to share what you used ? It could be tested on other games than syndicate

it's just source dude, and i already uploaded Those source code that i used to extract in viewtopic.php?f=9&t=9138
you can use it, all Assassin's Creed Texts are same data(with a little different in Header), kinda... or somehow, (not AC1 :roll:)
not any good progress, and i don't know that i can make a text editor or not, got to try more
if anyone want a start, this source can help them. (Hooking is baddest idea for such games, because using on-load & delete mode in ClipBoard Memory, but dll hooking is good (Same Story in Localization_Package), not acting like a trainer!)

and Texts not based on Tables, actually just has a partition data (or should i say Header) with a global ID in every Start-Sector for reading better (for reading better in engine mode :?:, like folders? don't know why!)


it's possible to edit menu text Without Touching Localizatin Packages, just with edit files in Forge (.uef Flash Files), like Bink Subtitle in Data!
  • Author
  • Localization

Soda1459, posted Mon Jan 07, 2019 4:03 pm (42024)


GHOST DEAD wrote:
Soda1459 wrote:
That's amazing ! Don't you want to share what you used ? It could be tested on other games than syndicate

it's just source dude, and i already uploaded Those source code that i used to extract in viewtopic.php?f=9&t=9138
you can use it, all Assassin's Creed Texts are same data(with a little different in Header), kinda... or somehow, (not AC1 :roll:)
not any good progress, and i don't know that i can make a text editor or not, got to try more
if anyone want a start, this source can help them. (Hooking is baddest idea for such games, because using on-load & delete mode in ClipBoard Memory, but dll hooking is good (Same Story in Localization_Package), not acting like a trainer!)

and Texts not based on Tables, actually just has a partition data (or should i say Header) with a global ID in every Start-Sector for reading better (for reading better in engine mode :?:, like folders? don't know why!)


it's possible to edit menu text Without Touching Localizatin Packages, just with edit files in Forge (.uef Flash Files), like Bink Subtitle in Data!


So if i want to extract localization files from any AC game i can use forgelib source ? But how can i decrypt the file when extracted from the forge file ? How can i use forgelib source to decrypt the file and make it readable ?
  • Author
  • Localization

Soda1459, posted Thu Jan 17, 2019 5:21 pm (42478)


Please, how can I use the code on other games than Ezio's trilogy ? For example, I want to extractt these files from Odyssey for my wikia. How can I use the code to do it ?
  • Author
  • Localization

Soda1459, posted Sun Jan 27, 2019 9:46 am (42821)


Up
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.