> For the complete documentation index, see [llms.txt](https://newagestudios.gitbook.io/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://newagestudios.gitbook.io/home/fivem/lsriver/install.md).

# Installation

***

{% hint style="warning" %}
**Missing water on some spots of river?**
{% endhint %}

{% hint style="danger" %}
***Attention: do not change the names of the map folders. They must remain exactly like this.***\
📁 new\_age\_studios\_river\_data\
📁 new\_age\_studios\_river\_map\
\&#xNAN;***if you change the name, the map will not work properly.***
{% endhint %}

## 📌**Server GameBuild**

Make sure your server is set to use game build version **3095 +**.\
In the `server.cfg` file, it should look like this:

```cfg
set sv_enforceGameBuild 3095 # 3258
```

***

## 📁Modification in the gta5.meta files

1. Locate every ***gta5.meta*** files on your server
2. **Edit this part of code**

{% code fullWidth="false" %}

```
        <Item>            
               <filename>COMMON:/data/levels/gta5/heightmap.dat</filename>       
               <fileType>WORLD_HEIGHTMAP_FILE</fileType>     
        </Item>
```

{% endcode %}

3. **Into this**

```
	<Item>  	
		<filename>resources:/new-age-studios-river-data/heightmap.dat</filename>
	  	<fileType>WORLD_HEIGHTMAP_FILE</fileType>
	</Item>
```

{% hint style="info" %}

<p align="center">They should all look like this, as shown in the image below.</p>
{% endhint %}

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

## **Scenarios that are edited**

* cypress\_flats.ymt
* east\_los\_santos.ymt
* la\_mesa.ymt

## &#x20;🗑️How to Remove All `water.xml` Files

1. Open your server folder (root of your FiveM base).
2. Search for `water.xml` .
3. Delete or move them (right-click → Delete, or move to a backup folder).
4. Check again to be sure no duplicates are left.
5. Clear the `cache` folder so FiveM reloads clean.

## 📎**Tutorial: How to Install a Ready-Made Map on FiveM**

#### 1. 📁 **Place the map in the `resources` folder**

* Move the ready-made map folder (e.g., `NW_map`) into your server’s `resources` folder.

> Example path:\
> `cfx-server/resources/[maps]/new-age-studios`&#x20;

#### 2. 🧹 **Delete the server cache**

Before starting the server, delete the `cache` folder located at the root of the server.

> This prevents old data from interfering with the correct map loading.

#### 3. 📜 **Add to `server.cfg`**

Open the `server.cfg` file and add the following lines in this order:

```cfg
ensure new-age-studios-river-data
ensure new-age-studios-river-map
```

> **Below `ensure new_age_studios_river_map`, add the rest of your maps.**

#### 4. ▶️ **Start the server**

Run your server as usual.


---

# 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://newagestudios.gitbook.io/home/fivem/lsriver/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.
