# vms\_housing

{% hint style="warning" %}
IMPORTANT: This integration works only above Version 2.5.0 of OP Garages Script&#x20;
{% endhint %}

{% stepper %}
{% step %}

### Download Garages Editable Files from URL: <a href="#download-garages-files-from-url" id="download-garages-files-from-url"></a>

{% embed url="<https://data.otherplanet.dev/download/integrations/vms_housing/vms_housing-integration_op-garages.zip>" %}
{% endstep %}

{% step %}

### Unzip Downloaded Files <a href="#unzip-downloaded-files" id="unzip-downloaded-files"></a>

Place unzipped file in: `vms_housing/integration/[garages]/`
{% endstep %}

{% step %}

### Go to `config/config.lua`

Find function `DetectActiveGarage`

Replace variable resources with this:

```lua
local resources = {
        'vms_garagesv2',
        'rcore_garages',
        'cd_garage',
        'loaf_garage',
        'jg-advancedgarages',
        'okokGarage',
        'RxGarages',
        'op-garages',
    }
```

{% endstep %}

{% step %}

### Restart vms\_housing

All done!
{% endstep %}
{% endstepper %}
