====== File system ====== Doomsday 2 has an internal file system that abstracts away all platform-specific details about the files being used. The file system maintains a tree of files and folders. It provides a way to quickly and efficiently locate files anywhere in the tree. It also contains semantic information about the structure and content of the tree, allowing others to know how to treat the files and folders. ===== Features ===== * [[assets:Low-level image filtering]] * **Packages:** In Doomsday 2, resources are collected into packages. A package has a //.pack// file extension and is either a folder or a ZIP archive. Packages are required to contain metadata that describes the contents of the package. * [[fs:packages|Package format and examples]] * [[modding:Resource packaging guidelines]]