> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zydrec.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Doortuning

In order for the doors & gates to behave correctly, you would need to install a `doortuning.ymt` file. The file can be found in `zydrec-mapdata` resource. If you're only streaming **one** `doortuning.ymt` you can ignore the steps below.

This resource uses vanilla presets, so you don’t need to install a tuning entry, only a **ModelToTuneMapping** entry.

<Steps>
  <Step title=" ">
    Paste the following entries to the `doortuning.ymt` file (usually at the bottom).

    ```lua theme={null}
    <Item>
          <ModelName>zydrec_kt_apt_prop_roomdoor</ModelName>
          <TuningName>DefaultStandard</TuningName>
        </Item>
        <Item>
          <ModelName>zydrec_kt_apt_prop_roomdoorb</ModelName>
          <TuningName>DefaultStandard</TuningName>
        </Item>
        <Item>
          <ModelName>zydrec_kt_apt_prop_bdoor</ModelName>
          <TuningName>DefaultStandard</TuningName>
        </Item>
        <Item>
          <ModelName>zydrec_kt_apt_prop_elevslide</ModelName>
          <TuningName>SlidingHorizontalExtendedRange</TuningName>
        </Item>
        <Item>
          <ModelName>zydrec_kt_apt_prop_bdoor</ModelName>
          <TuningName>DefaultStandard</TuningName>
        </Item>
    ```
  </Step>

  <Step>
    All done.
  </Step>
</Steps>
