# Installation

Step by step documentation how to properly install script.

## Script

1. Download the script from [portal](https://portal.cfx.re).
2. Open downloaded .zip, copy `[rcore_xmas]` folder and put it in your resources folder.
3. Go to your server.cfg and add `ensure [rcore_xmas]`.
4. All bridge resources should be auto detectable without editing config. If there is any unexpectable issue in console with bridge, go to `[rcore_xmas]/rcore_xmas/config.lua` and edit `Framework`, `Inventory`, `Database` and `Target` by your server specifications.

```lua
Framework = Framework.AUTO_DETECT,
Inventory = Inventories.AUTO_DETECT, 
Target = Target.AUTO_DETECT,
Database = Database.AUTO_DETECT
```

## Configuration

All values are properly described in config file of the script. Configuration files are located in `[rcore_xmas]/rcore_xmas`!

## Debug

If you have any issue with script and you don't know how to solve it, set `Debug = true` in configuration file to see additional informations printed to client console *(F8)* and server console. Screenshots will help our support to solve faster and better your problem in ticket.

{% hint style="info" %}
For beter communication and faster solving your issue, please send a screenshot of the console when the script starts to the ticket to get information about the status of the script.
{% endhint %}
