> For the complete documentation index, see [llms.txt](https://docs.sonoransoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sonoransoftware.com/store/short-slip-dress/installation.md).

# Installation

This guide covers downloading, installing, and locating the Sonoran Short Slip Dress EUP item.

{% hint style="info" %}
The resource folder should be named `sonoran-shortdress` and started with `ensure sonoran-shortdress`. If the downloaded ZIP uses a different folder name, use that exact name instead.
{% endhint %}

{% hint style="info" %}
This EUP asset is escrow protected by Tebex. [Learn more about what this means.](#texture-customization)
{% endhint %}

## Before You Begin

You will need:

* Access to the Cfx.re Portal account that purchased the Short Slip Dress.
* Access to your FiveM server's `resources` folder.
* Access to your server's `server.cfg` file.
* A way to fully restart the server after installation.

## Download the Resource

1. Sign in to the [Cfx.re Portal](https://portal.cfx.re/).
2. Open the purchased assets or packages area for the account that owns the Short Slip Dress.
3. Download the Short Slip Dress `.zip` file.

<div><figure><img src="/files/sYxxOdNRIZzKPygzQjEo" alt=""><figcaption></figcaption></figure> <figure><img src="/files/albi1r94tK2bclMyXxKn" alt=""><figcaption></figcaption></figure></div>

## Install the Resource

1. Extract or unzip the downloaded file.

   <div><figure><img src="/files/sdU2bvdAZnyjG4IoBiDV" alt=""><figcaption></figcaption></figure> <figure><img src="/files/xTDOmhhkWgUrNISXtNip" alt=""><figcaption></figcaption></figure></div>
2. Locate the extracted resource folder. It should be named:

   ```
   sonoran-shortdress
   ```

   If the package uses a different folder name, keep that exact name and use it in the `ensure` line below.

   <figure><img src="/files/ffBPRptM3baOKIhDEyjG" alt=""><figcaption></figcaption></figure>
3. Copy the complete resource folder directly into your server's `resources` directory:

   ```
   server-data/
   └── resources/
       └── sonoran-shortdress/
   ```

   Do not create an extra nested folder such as `sonoran-shortdress/sonoran-shortdress/`. The resource manifest should be directly inside the resource folder.

   <figure><img src="/files/q49EClKfVnqnrWgVNlmD" alt=""><figcaption></figcaption></figure>
4. Open `server.cfg` and add:

   ```cfg
   ensure sonoran-shortdress
   ```

   <figure><img src="/files/EEwBdNJydlAP4HSOm15X" alt=""><figcaption></figcaption></figure>
5. Save the file and fully restart the FiveM server.

   <figure><img src="/files/05Aw94YrT9RWVfG6Gxo0" alt=""><figcaption></figcaption></figure>
6. Check the startup console for resource errors.

   <figure><img src="/files/fJFauIh40kXMrXNaPQig" alt=""><figcaption></figcaption></figure>

## Locate the Short Slip Dress In-Game

The Short Slip Dress is accessed as female EUP clothing through vMenu.

1. Join the server with a female character that can access vMenu's clothing options.
2. Open **vMenu**.
3. Open **Player Appearance**.
4. Select **Shirt overlay / Jackets**.
5. Scroll all the way to the end of the category.
6. Select item **633**.
7. Use the texture/variation controls to preview the 22 available textures.

## EUP Streamed-Asset Troubleshooting

If the resource starts but the Short Slip Dress does not appear, appears invisible, or causes players to disconnect or crash when selected, the issue may be related to FiveM streamed EUP assets or server limits.

### 1. Confirm the resource installation

* Confirm the resource folder name matches the name used in `server.cfg`.
* Confirm the resource is directly inside the server's `resources` folder.
* Confirm `server.cfg` contains the correct `ensure` line.
* Confirm the server was fully restarted after installation.
* Confirm the startup console does not report a missing manifest or failed file load.

### 2. Check the Cfx.re Element Club subscription

Some EUP streamed assets require an active Cfx.re **Element Club** subscription. If the dress is installed correctly but the streamed clothing asset does not load, verify that the server owner's Element Club subscription is active and associated with the account used for the server's Cfx.re license/key.

1. Sign in to the [Cfx.re Portal](https://portal.cfx.re/).
2. Check the server owner's Element Club subscription status.
3. Confirm the subscription is active for the account associated with the server license/key.
4. Restart the server after correcting the subscription or account association.

<figure><img src="/files/IrFoHrNLYDKL3EW2NlFs" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Never post private license keys, account information, or payment details in support screenshots.
{% endhint %}

### 3. Temporarily set the maximum players to 10

If the EUP asset still does not stream, temporarily set the server's maximum player count to 10. Add or update this line in `server.cfg`:

```cfg
sv_maxclients 10
```

Fully restart the server and test the Short Slip Dress again.

<div><figure><img src="/files/oDf7wO3GBe99JicBx5mk" alt=""><figcaption><p>TxAdmin - Setting Max Players to 10</p></figcaption></figure> <figure><img src="/files/sjpScbqkpCnHwqhcYG7l" alt=""><figcaption><p>RocketNode Panel - Setting Max Players to 10</p></figcaption></figure></div>

{% hint style="info" %}
Use the 10-player limit as a troubleshooting step. After the streamed asset works correctly, test a higher player count again if your server setup and Cfx.re requirements support it.
{% endhint %}

### 4. Clear client cache and reconnect

After changing streamed assets or server settings:

1. Stop FiveM.
2. Clear the FiveM client cache using your normal cache-cleaning procedure. Do not delete the entire FiveM installation.
3. Restart FiveM and reconnect to the server.
4. Open vMenu and check **Player Appearance → Shirt overlay / Jackets**, item **633**, again.

### 5. Test for EUP resource conflicts

Temporarily disable other recently added EUP or clothing resources and restart the server. If the dress appears, re-enable the other resources one at a time to identify the conflict.

### 6. Review client and server logs

Look for errors mentioning:

* The dress resource name
* Streamed assets
* EUP clothing components
* Asset or archetype limits
* Texture or drawable loading

When requesting support, include the relevant error text, your FiveM build, vMenu version, and a list of other EUP resources. Redact license keys and personal account information first.

## Quick Verification Checklist

* [ ] The resource folder name matches the `ensure` line.
* [ ] The resource is directly inside the server's `resources` directory.
* [ ] The server was fully restarted.
* [ ] The resource has no startup errors.
* [ ] vMenu opens successfully.
* [ ] **Player Appearance → Shirt overlay / Jackets** is available.
* [ ] The Short Slip Dress is visible at item **633**, at the end of the category.
* [ ] The 22 textures can be previewed.
* [ ] If the asset does not stream, Element Club status was checked and `sv_maxclients 10` was tested.

## Escrow Protection

Sonoran’s short slip dress EUP is protected through Tebex and Cfx.re Asset Escrow. This helps prevent unauthorized redistribution, leaks, and resale.

#### Runs as a Separate Resource

Because the asset is escrow-protected, the EUP must run as its own separate resource and cannot be merged into an existing clothing pack.

The resource is heavily optimized for smooth performance, and textures can still be customized.

#### Texture Customization

This EUP cannot be edited through Durty Cloth Tool due to Asset Escrow restrictions.

Textures can still be modified by opening the included `.ytd` file in OpenIV.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.sonoransoftware.com/store/short-slip-dress/installation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
