F5 StudioF5 Studio
Skip to main content

Installation

gta6_minimap replaces only the minimap: it streams the GTA VI style radar files, swaps the radar mask for a rounded rectangle, moves and sizes the minimap, changes the route colour to GTA VI pink and locks the zoom. One client script, three streamed files, no config and no NUI.

Not for gta6_hud users

gta6_hud streams the same three files and runs the same setup. Use gta6_minimap only together with a different HUD.

Requirements

RequirementDetails
FrameworkNone
FiveM ServerAny recent build. Lua 5.4

Step by Step

1. Folder structure

Folder structure
resources/
[gta6]/
gta6_minimap/
stream/
gta6_graphics.ytd
minimap.gfx
minimap.ytd
client.lua
fxmanifest.lua
README.md

FiveM picks up the stream folder automatically; the manifest only declares the client script.

2. Server config

server.cfg
ensure gta6_minimap

3. Check for conflicts

  • Another resource that streams minimap.gfx, minimap.ytd or gta6_graphics.ytd (gta6_hud does) will overwrite this one or be overwritten, depending on the start order.
  • A HUD that calls SetMinimapComponentPosition or DisplayRadar itself will fight this resource. Turn off the minimap handling in that HUD.

4. Verify

Join the server. Two seconds after spawning the radar should be a rounded rectangle at the bottom-left, with the GTA VI pink on the route line.

Next steps