Talk:Using ZIPs as WAD replacement

From ZDoom Wiki
Revision as of 11:00, 2 January 2009 by CodeImp (talk | contribs)
Jump to navigation Jump to search

In his update, TheDarkArchon wrote: "If I'm getting this right, doesn't the /patches/ directiory do what P_START/END do in WADs?"

Sort of. The previous wording was correct in that this is for graphics referenced by PNAMES. Traditionally, these are found between P_START/P_P_END markers, but they are not required in a wad. I leave the decision as to whether or not it's important for the average user to know this distinction up to someone else. -Randy Heit 16:53, 17 October 2007 (CDT)

Two questions;

1) I see some inconsistency here. Below the table it says "(Note: Any lump found in the root directory is added to the global namespace.)" while below that it says "Any file not in one of the reserved directories is not added to the WAD directory and can only be used by code that looks for full path names. Currently that is only the music code but it will be gradually extended so that everything that references a lump name can do it." now which one is it going to be? Will files in the directory root be picked up as lumps or not?

2) At the top of the How To it says "Any WAD file found in the root directory will be added to the lump directory as well.". While this is again inconsistent with other lines in this article (see my question above), let's assume it IS possible. Now which lump will have priority (overrides the other(s)) when a lump with the same name exists in the WAD file as in a subdirectory?

--CodeImp 11:00, 2 January 2009 (UTC)