User Guide
Quick Reference
Modding
Development
User Guide
Quick Reference
Modding
Development
Doomsday 2 manages resources as assets. In practice, an asset is comprised of Doomsday Script and a set of associated files inside a package.
Before you start working with assets, you should have a good understanding of how packages work in Doomsday 2.
| Identifier | Name | 
|---|---|
| model.thing.* | 3D model for a thing (skeletal animation) | 
| model.weapon.* | 3D model for a player weapon (skeletal animation) | 
| texture.particle.* | Particle image | 
| texture.reflect.* | Reflection cube map |