Hi,
I'm currently updating the Python script I found in the wiki to work with the latest (3.13) *.tcd files. My current problem is handling deleted entries.
The
Wiki page says that the index file's entry flags are the second last of an index entry. But the source (tagcache.c) and the acutal content of database_idx.tcd suggest that they're actually the last ones. Is this correct?
Cheers