skip to content
Doomsday Manual
User Tools
Admin
Log In
Site Tools
Search
Tools
Show page
Old revisions
Backlinks
Recent Changes
Media Manager
Sitemap
Log In
>
Recent Changes
Media Manager
Sitemap
Trace:
modding:resource_uris
URI stands for "Uniform Resource Identifier". URIs are used to define paths into the engine's internal file system, to reference any and all resources available both internally and via the public API. ====== Syntax ====== {{Optional|{{Identifier|scheme}}:}} path Depending on the usage context, it is not always necessary to declare a scheme. Often the scheme is implicitly defined by the **type** of resource being referenced and can be omitted. Sometimes however a scheme is necessary in order to unambiguously reference a resource (for example, two textures with the same name in different namespaces). ====== Schemes ====== Doomsday presently defines the following resource schemes: | ===== Resource classes ===== * Defs * Flats * Fonts * Graphics * Lightmaps * Maps * Models * Music * Packages * Patches * Sfx * Textures| ===== Texture namespaces ===== * Details * Flaremaps * Flats * Lightmaps * Masks * ModelReflectionSkins * ModelSkins * Patches * Reflections * Sprites * System * Textures | | ===== Font namespaces ===== * Game * System| ===== Material namespaces ===== * Flats * Sprites * System * Textures | ====== Examples ====== fonts:largefont flats:floor0_6 textures:bigdoor1 <code> lumps:playpal lumpdir:004 </code> ====== See also ====== * [[internal_file_system]]
modding/resource_uris.txt
ยท Last modified: 2014-12-03 09:57 by
127.0.0.1
Page Tools
Show page
Old revisions
Backlinks
Rename Page
Back to top
Doomsday
Engine
2.3
⇣
Builds
Add-ons
Manual
·
Forums
Support
Bug
Tracker
Blog