RV-007 wrote:Argh, the .wad file format does not support directories.
Well, yes. Why did you think they have markers?
Quoth the wiki article I linked to twice already:
Code: Select all
The archive format matters: in sequential archives (such as WAD files), they are delimited by marker lumps; in hierarchized archives, they are in a specific directory.
Sequential means that all the lumps follow each others. It's just a long sequence of lumps.
Zips and other hierarchized archives (7z, etc.) use directories.
So ZDoom provides two different mechanisms to mark namespaces: directories for hierarchized archives, markers for sequential archives.
And to answer what I think is your question: no, only embedded wads are opened.