# Installation

## Step 1 - Download

Download **sn\_lib**, **sn\_properties** & **sn\_furniture** from [Keymaster](https://keymaster.fivem.net/asset-grants).

Then download the following dependencies and place them in your resource folder.

<table><thead><tr><th width="186">Dependencies</th><th>Link</th></tr></thead><tbody><tr><td>sn_lib</td><td><a href="https://skeletonnetworks.gitbook.io/skeletonnetworks/sn-lib/installation">https://skeletonnetworks.gitbook.io/skeletonnetworks/sn-lib/installation</a></td></tr><tr><td>bob74_ipl</td><td><a href="https://github.com/Bob74/bob74_ipl/releases">https://github.com/Bob74/bob74_ipl/releases</a></td></tr><tr><td>K4MB1-StarterShells</td><td><a href="https://www.k4mb1maps.com/product/5015840">https://www.k4mb1maps.com/product/5015840</a></td></tr></tbody></table>

Once you have downloaded them you are going to need to add them to your server cfg in the following format.

<pre class="language-csharp"><code class="lang-csharp">## sn_lin first
ensure sn_lib

<strong>## Your framework
</strong>ensure qb-core or es_extended or mythic-base

## Other scripts you might need
ensure bob74_ipl
ensure K4MB1-StarterShells

ensure sn_furniture

## Lastly we ensure sn_properties
ensure sn_properties

# Add this if you want to have useable doors
setr game_enableDynamicDoorCreation true

# IN RGB FORMAT: [r, g, b] this changes the whole ui color 
setr skeletonnetworks:primaryColor [104, 234, 243]
</code></pre>

## Step 2 - Add furniture images

**In the** "Housing" **folder you will see a named "**&#x69;mage&#x73;**" drag it into sn\_lib  it should look like this:**

<figure><img src="https://3523349806-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIIJTYHWkLJl9EPPpzbuN%2Fuploads%2FC9OrsII3m1lcFslS9KpK%2Fimage.png?alt=media&#x26;token=220a0f9d-dd8d-4278-b5be-4a2df1ee62c0" alt=""><figcaption></figcaption></figure>

<figure><img src="https://3523349806-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIIJTYHWkLJl9EPPpzbuN%2Fuploads%2FQ0ybMD5a0QWcEhxYpcbv%2F%7B54BDBD98-40C4-45D7-8D8A-FDFA75F43450%7D.png?alt=media&#x26;token=5c547bc0-b0d4-41dc-9c39-c19b17032e4e" alt=""><figcaption></figcaption></figure>

## Step 3 - Load Database

Run the sql file found in he "Housing" **folder**

## Step 4 - Media API (optional)

If Config.uploadToAPI then make sure you have the token api set in sn\_lib
