Skip to content

Docs

FiveM file formats

What the five file types you keep meeting actually hold.

  1. 1YDR — a drawableOne model with its materials and detail levels. This is what a prop is.
  2. 2YTD — a texture dictionaryThe pictures a model asks for by name. Change what is stored under a name and every surface using it changes.
  3. 3YTYP — an archetypeTells the game the model exists, how large it is and when to stream it in.
  4. 4YFT — a fragmentA model that can break apart or move: vehicles, breakable props.
  5. 5YDD — a drawable dictionarySeveral drawables in one file, which is how clothing and peds are shipped.