F5 StudioF5 Studio
Skip to main content

Installation

gta6_atlasmap replaces the grey GTA V map tiles with a coloured "Atlas" style map, on the radar and in the pause menu. It is a port of neen-atlasmap (MIT) bundled with this collection because it matches the GTA VI minimap. It has no config, no NUI and no framework dependency.

Requirements

RequirementDetails
FrameworkNone
FiveM ServerAny recent build

Step by Step

1. Folder structure

Folder structure
resources/
[gta6]/
gta6_atlasmap/
stream/
int3232302352.gfx
minimap_main_map.gfx
minimap_lod_128.ytd
minimap_0_0.ytd ... minimap_2_1.ytd
minimap_sea_0_0.ytd ... minimap_sea_2_1.ytd
minimap_0_2.ydd ... minimap_7_6.ydd
client.lua
fxmanifest.lua
LICENSE
README.md

2. Server config

server.cfg
ensure gta6_atlasmap

It works next to gta6_hud, gta6_minimap or any other HUD. If another resource streams its own minimap_*.ytd / minimap_*.ydd tiles, the one that starts later wins.

3. Verify

Open the pause menu map: it should be the coloured Atlas version. The radar uses the same tiles.

Next steps