May 1May 1 I was trying to extract Blood Will Tell Osamu Tezuka's Dororo on ps2 but it seems the files use a archive for the assets? here is some samples object_cpaa1b.zip
May 3May 3 Solution It looks like these files are "packed" with their own structure (they're not archives in the true sense), and the game reads them through dynamic pointer patching. For example, as is typical in such files, the textures are located in the "footer," as you can clearly see in one of the files:
May 3May 3 Author 2 hours ago, hitropl said: It looks like these files are "packed" with their own structure (they're not archives in the true sense), and the game reads them through dynamic pointer patching. For example, as is typical in such files, the textures are located in the "footer," as you can clearly see in one of the files: Oh odd... thank you for answering
Create an account or sign in to comment