Asset Work overview
Asset work is where a lot of the demand — and a lot of the pain — lives. Getting a model into DayZ correctly means understanding the P3D pipeline: the model itself, its LODs, selections and naming, memory points, materials, textures, and the configs that tie it all to gameplay.
This is one of the two biggest topic areas on the site, and it overlaps heavily with scripting — a weapon or vehicle is part model, part config, part script.
What this section covers
Section titled “What this section covers”The pages read foundational → applied — start with the pipeline and work down:
- Pipeline & formats — the round trip from a modeling app to an in-game asset, the file formats involved, and the MLOD vs ODOL distinction. Read this first — it’s the map for everything below.
- P3D setup — the model format and how a DayZ-ready P3D is structured, LOD by LOD. (The most-requested topic.)
- Proxies — attaching sub-models (muzzles, optics, parts) the right way.
- Selections & naming — named vertex/face groups and the naming contract that makes them work.
- Memory points — the named points the engine reads, and which ones each asset type needs.
- Materials (RVMAT) — how surfaces are shaded.
- Textures — the map types (CO / NOHQ / SMDI, …) and how they’re authored and packed.
- Configs — wiring assets into the game: items, optics, vehicles, and more.
Worked examples, inline
Section titled “Worked examples, inline”Every deep-dive page carries a worked example — a static prop walked through end to end in P3D setup, a 3D optic and a vehicle in Configs, with weapon and vehicle specifics threaded through the proxy, selection, and memory-point pages. They’re textual config-and-structure walkthroughs you can read and adapt, in the same spirit as the Scripting section’s running lantern example.
Where the tools live
Section titled “Where the tools live”This section is about the assets themselves — what’s inside a P3D, how an RVMAT is
wired, what the engine reads. Installing the toolchain, the P: drive, and packing a
PBO are covered separately:
- Workbench setup — install DayZ Tools and stand up
the
P:drive. - Tooling & Setup — the build-and-ship workflow, including packing.
Where to start
Section titled “Where to start”If you’re setting up your first model, read Pipeline & formats for the lay of the land, then P3D setup, then selections & naming and memory points.