# install

### 1.  Download YMT Editor (Credits to grzybeek).&#x20;

{% embed url="<https://github.com/grzybeek/YMTEditor>" %}

### 2. Download this files, this is an empty DLC.

{% embed url="<https://killstore.net/upload/KS_addon_clothes.zip>" %}

### 3. Inside the folders there will be two of them named FEMALE and MALE, and inside there will be more categories of clothes, this is the meaning of each one.

```
BERD: Masks
HAIR: Hair
UPPR: Upper Body/Hands
LOWR: Lower Body/Jeans
HAND: Bags & Parachutes
FEET: Shoes
TEEF: Scarfs & Chains
ACCS: Shirt & Accessory
TASK: Body Armor & Accessory 
DECL: Badges & Logos
JBIB: Shirt Overlay & Jackets
```

### 4. To rename your clothes are you going to use the prefixes:

```
mp_f_freemode_01_ks <---- for FEMALE clothing
mp_m_freemode_01_ks <---- for MALE clothing
```

We are using this example:&#x20;

You bought our [**Knotted Tee V1**](https://killstore.net/tops/787-knotted-tee-v1.html) This product its a shirt for female and contains 7 different color variations. \
You should go inside:

```
KS_addon_clothes > stream > FEMALE > JBIB.
```

### 5. For a better sorting create a new folder named:

**000- Knotted\_Tee\_V1 <----** **We always start at 000 clothing number**\
\
Inside the folder add the 8 files and rename them like this

```
mp_f_freemode_01_ks^jbib_000_u.ydd
mp_f_freemode_01_ks^jbib_diff_000_a_uni.ytd
mp_f_freemode_01_ks^jbib_diff_000_b_uni.ytd
mp_f_freemode_01_ks^jbib_diff_000_c_uni.ytd
mp_f_freemode_01_ks^jbib_diff_000_d_uni.ytd
mp_f_freemode_01_ks^jbib_diff_000_e_uni.ytd
mp_f_freemode_01_ks^jbib_diff_000_f_uni.ytd
mp_f_freemode_01_ks^jbib_diff_000_g_uni.ytd
```

**\*** We suggest to add the .gif file just to remember which clothing is inside the folder.

**\*** For a fastest automatic renaming we suggest to use this program:

{% embed url="<https://www.bulkrenameutility.co.uk/>" %}

### 6. Now open YMT Editor and go to File > Open (YMT) and open mp\_f\_freemode\_01\_ks.ymt

Go to Components **> JBIB** (Do this when you need to make a different category).

Now click in the arrow before the **JBIB** name on the list and then in **View textures**, click on **+1 texture** 7 times (depending on how much variation colors the clothing has).

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

### 7. Click on File > Save (YMT) and save as: mp\_f\_freemode\_01\_ks.ymt&#x20;

### 8. When all files are ready drag and drop the folder named KS\_addon\_clothes to:

### 9. In your server.cfg file add the line ensure KS\_addon\_clothes. You are done!


---

# 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:

```
GET https://mysticspells.killstore.net/clothes-streaming-tutorials/fivem-installation/add-ons/install.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
