I'm not sure if I have already seen this format somewhere else since there is no "magic" identifier. The files are stored sequentially using some compression (not yet identified) and the compressed and uncompressed size aren't stored in a clear way, I guess they are the 2 fields after each name and must be shifted by one. Currently I don't have a working solution.
aluigi wrote:I'm not sure if I have already seen this format somewhere else since there is no "magic" identifier. The files are stored sequentially using some compression (not yet identified) and the compressed and uncompressed size aren't stored in a clear way, I guess they are the 2 fields after each name and must be shifted by one. Currently I don't have a working solution.