> For the complete documentation index, see [llms.txt](https://docs.sollumz.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sollumz.org/2.5/documentation/archetype-definition.ytyp.md).

# Archetype Definition (.ytyp)

**Archetype definitions (.ytyp) is basically the configuration file to define properties of objects.**\
\
inside the .ytyp you will find multiple Archetypes, each archetype is for one object, there is 3 types of archetypes, Base, Time and MLO. Base is for .ydr, .ydd, .yft objects, Time archetypes are for time based objects such as window emissives that only show up at night. MLO archetypes are for MLOs (.ybn) objects.<br>

* <br>

  <figure><img src="/files/PuPSaZSHGO1NNgVTOtfn" alt="" width="387"><figcaption></figcaption></figure>

<table><thead><tr><th width="266.3333333333333">Settings</th><th width="628">Description</th><th data-hidden></th></tr></thead><tbody><tr><td><code>Type</code></td><td>Archetype type (Base, Time, MLO)</td><td></td></tr><tr><td><code>Name</code></td><td>Archetype Name</td><td></td></tr><tr><td><code>Special Attribute</code></td><td>0-13 (mainly used for doors)</td><td></td></tr><tr><td><code>Texture Dictionary</code></td><td>Texture dictionary (.ytd)</td><td></td></tr><tr><td><code>Clip Dictionary</code></td><td>Linked YCD Animation (.YCD)</td><td></td></tr><tr><td><code>Drawable Dictionary</code></td><td></td><td></td></tr><tr><td><code>Physics Dictionary</code></td><td>Blank or same as Archetype Name if embedded</td><td></td></tr><tr><td><code>HD Texture Distance</code></td><td>Distance at what the HD Textures (+hi.ytd, +hidr.ytd) load</td><td></td></tr><tr><td><code>LOD Distance</code></td><td>Distance at which the object unloads</td><td></td></tr><tr><td><code>Asset Type</code></td><td>Assetless, Drawable Dictionary (.YDD), Drawable (.YDR), Fragment (.YFT), Unintialized</td><td></td></tr><tr><td><code>Asset Name</code></td><td>Same as Archetype Name</td><td></td></tr><tr><td><code>Linked Object</code></td><td>Object in blender scene linked to the archetype</td><td></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.sollumz.org/2.5/documentation/archetype-definition.ytyp.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
