Skip to main content
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.
1

Paste the following entries to the doortuning.ymt file (usually at the bottom).
<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>
2
All done.