# Automatic installation (BETA)

### 🧩 Map Download Guide

1. Download our asset from your [CFX Portal](https://portal.cfx.re/assets/granted-assets)
2. [Extract ](#user-content-fn-1)[^1]our asset in your [`resources`](#user-content-fn-2)[^2]folder
3. Ensure asset inside your `server.cfg` and restart server

***

<h3 align="center">🎮Tool Installation and Usage Guide</h3>

<p align="center">For now, it works exclusively with NTeam products.</p>

<h3 align="center"><a href="https://drive.google.com/drive/folders/1XdJPvEDVbS0h2KMMOl-yBcReT7-qFJOX?usp=sharing">DOWNLOAD LINK</a></h3>

{% embed url="<https://www.youtube.com/watch?v=HbbxV9mpboo>" %}

* **Language / Sprache / Langue / Idioma / Dil / Язык / 语言 / 言語 / 언어 / لغة**

<figure><img src="/files/7FXxQ1RdatYogHz5Jbg4" alt=""><figcaption></figcaption></figure>

### Windows Servers broken UI

Some windows server machines require webview2 installed, if you have a broken UI of the software then you need to install Webview2 Fixed version (x64 most of the time) on your machine.\
[Download webview 2](https://developer.microsoft.com/en-us/microsoft-edge/webview2/?form=MA13LH#download)

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

### Updates

**NTeam Map Processor software update 1.0.1**

* New windows server version of the software implemented in the current software, the user can now choose which version wants to use when starting the software. It is recommended to use the "Server safe mode" version if you want to use the software on your windows machine. This version uses significantly less cpu usage.
* Solved the problem where the user had to have a conflict for the program to execute the process, now it is possible to complete the process even if the user has no conflict.
* Improved queue system and software speed
* Added error message if the user renames an nteam map, it is very important to use the original map names so that the software understands which assets it is working with.
* Added back button when the process fails the user with some of his own errors - e.g. wrong resource folder etc.

**NTeam Map Processor software update 1.0.2**

* Pushing quick fix for error 500
* Added patch for NEW LAKE + River Auto installation process ( you don't have to do manual compatibility between these two maps now - the software now does it automatically )

[^1]: To **extract a file from a .zip folder** means to **unpack** or **decompress** the files that are stored inside a compressed `.zip` archive.

    When you download something (like a FiveM resource or map), it often comes as a `.zip` file to keep everything in one package and make the file smaller.\
    Extracting it simply means **opening** that `.zip` file and **copying its contents** (folders and files) to a normal location on your computer — for example, into your `resources` folder.

[^2]: In a **FiveM server**, the **resources folder** is the main directory where all your **server assets and scripts** are stored.

    It contains everything your server loads when it starts — such as:

    * Custom **maps (MLOs)**
    * **Scripts** (Lua, JS, etc.) for gameplay features
    * **Vehicles, peds, and textures**
    * Any other modifications or resources used in the server


---

# Agent Instructions: 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://nteamdev.gitbook.io/nteam-development/maps/automatic-installation-beta.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.
