> For the complete documentation index, see [llms.txt](https://code-after-sex.gitbook.io/script-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://code-after-sex.gitbook.io/script-documentation/cas-inventory-v2/installation.md).

# Installation

1. **Back up and remove your existing `vorp_inventory`**
   * Back up your current `vorp_inventory` to avoid data loss, then remove it from resources.
2. **Install CAS Inventory V2**
   * Download it from your official Keymaster page and drop the `vorp_inventory` folder into `resources`, replacing the old one.
3. **Database change** — add a `hotbar` column to the `characters` table:

```sql
ALTER TABLE characters ADD COLUMN hotbar LONGTEXT NOT NULL DEFAULT '[]';
```

4. **Start the server** — no extra configuration or dependencies. Restart and it is ready.

{% hint style="info" %}
VORP Core is the only dependency. Always download from the official Keymaster to avoid scams.
{% endhint %}
