Cover image

Installation


Attention

Missing water on some spots of river?

Warning:

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

if you change the name, the map will not work properly.

πŸ“Œ Server GameBuild

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

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
<Item>            
  <filename>COMMON:/data/levels/gta5/heightmap.dat</filename>       
  <fileType>WORLD_HEIGHTMAP_FILE</fileType>     
</Item>
  1. Into this
<Item>  	
  <filename>resources:/new-age-studios-river-data/heightmap.dat</filename>
  <fileType>WORLD_HEIGHTMAP_FILE</fileType>
</Item>

They should all look like this, as shown in the image below.

Scenarios that are edited

  • cypress_flats.ymt
  • east_los_santos.ymt
  • la_mesa.ymt

πŸ—‘οΈ 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

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:

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.