Page 1 of 1

All COALESCED system games *HELP*

Posted: Wed Jul 06, 2011 9:22 am
by michalss
Hi All,

I would like to ask for help to everyone who is interest about the Unreal Engine games. I need help to revers a new coalesced format please, as i have not enought knowledge to do it myself. :( Please anyone help to do it as this is used on most games and it would be great if anyone can break it down. If you find the system in this bin files than i'm pretty sure do the all future games would be easy to do. File examples also attached(files are split into directories with game name).

Download Examples :

Code: Select all

http://loadfiles.in/cd3j2pp5b4ca/==COALESCED_INT==.rar
Thank you

Re: All COALESCED system games *HELP*

Posted: Thu Jul 14, 2011 1:14 pm
by DesBurak
Anyone to do something with this? :|

Re: All COALESCED system games *HELP*

Posted: Sun Apr 08, 2012 5:46 pm
by Thief1987
oh, maybe it will be useful for somebody
i found how calculated as the length of the string in Shadows of the damned and asura's wrath in coalesced.bin (ps3)
(FF-XX)*2+2
example
4 byte before the string FF FF FF DE
(FF-DE)*2+2=44 byte string length

I changed the line in subtitles in Shadows of the damned and it work fine