> For the complete documentation index, see [llms.txt](https://docs.otherplanet.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.otherplanet.dev/scripts/op-clothing/installation.md).

# Installation

## Downloading Dependencies

Dependencies are very important — you need to install them before moving on to the installation of our script.

{% stepper %}
{% step %}

### ox\_lib

{% embed url="<https://github.com/overextended/ox_lib>" %}
{% endstep %}

{% step %}

### screencapture (optional)

Install this dependency only on your Test Server if you want to complete Clothing Screenshots!

{% embed url="<https://github.com/itschip/screencapture>" %}

{% endstep %}
{% endstepper %}

***

## Server.cfg

All dependencies you’ve installed must be started before our script. Make sure to follow the correct start-up order in your `server.cfg`.

```
# REQUIRED:

ensure ox_lib
ensure screencapture #optional
ensure op-clothing
```

***

## Migration

Our script have built-in migration commands for many resources.

{% hint style="danger" %}
**Back up your database before running any migration.** Migrations only read from the source tables, but a backup is always the safe move.
{% endhint %}

<table><thead><tr><th width="247">Script</th><th width="149">Framework</th><th>Command</th></tr></thead><tbody><tr><td>Illenium Appearance</td><td>ESX</td><td>op_clothing_migrate_illenium_esx</td></tr><tr><td>Illenium Appearance</td><td>QB/QBOX</td><td>op_clothing_migrate_illenium_qb</td></tr><tr><td>Skinchanger</td><td>ESX</td><td>op_clothing_migrate_skinchanger_esx</td></tr><tr><td>Fivem Appearance</td><td>ESX</td><td>op_clothing_migrate_fivem_appearance_esx</td></tr><tr><td>RCore Clothing</td><td>ESX/QB/QBOX</td><td>op_clothing_migrate_rcore</td></tr><tr><td>RCore Clothing (only outfits)</td><td></td><td>op_clothing_migrate_rcore_outfits_only</td></tr></tbody></table>

{% hint style="warning" %}
THESE COMMANDS ARE ONLY TRIGGERABLE FROM TX ADMIN CONSOLE! DO NOT PERFORM ON LIVE SERVER WITH PLAYERS.
{% endhint %}
