User Tools

Site Tools


fs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
fs [2017-03-21 06:31] – [Packages] skyjakefs [2018-12-15 19:59] (current) – [Features] skyjake
Line 1: Line 1:
 +====== 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]]
 +
  
fs.txt · Last modified: 2018-12-15 19:59 by skyjake