Quote:This means that the logic to determine if something is a part has to both check to see if the current file itself is a part, and also verify that none of the current file's parent files is a part.
Very interesting attempt to solve the "i am a part" question.
But I do not fully understand.
example:
104.dat
part type: part
parent: 71185.dat
part type: part
So is the 104.dat not a part because one parent 71185.dat is also a part?
I like the idea to have a definition of what is a part independent from the file header, because only the official files needs to carry one.
If you have a general rule in deciding what is a part build in ldview, please try to give a description of how you did it. I like to integrate this into my applications as well.