/altv-addon-map

A custom map resource for altV, the GTA V multiplayer framework: https://altv.mp

Primary LanguageTypeScriptMIT LicenseMIT

alt:V Addon Map

screenshoot

Enable custom map and minimap with postal code for altV server.

This is a port of the FiveM resource: https://forum.cfx.re/t/free-release-postal-code-map-minimap-fixed/4882127

Requirements

  1. alt:V Server 14 (release)

Also tested with Athena Framework v5

Installation

Download this repository.

1. Standard altV Server

  1. Copy resources/addon-map and resources/addon-map-zoom into resources folder on your server.

  2. Add this resources to your server.toml like below:

    # ...other config
    resources = [
        # ...other resources
        "addon-map-zoom",
        "addon-map"
    ]
  3. Enjoy!

2. With Athena Roleplay Framework

Since the Athena framework has a different approach to managing the altV server, the streamable and script resources are placed separately.

  1. Copy resources/addon-map to the resources/mods folder.
  2. Register the mod to the configuration located in configs folder (dev|devtest|prod.json), e.g.:
    "resources": [
        // ...other mods
        "addon-map",
        "core"
    ],
  3. Copy athena-plugin/addon-map-zoom to the src/core/plugins
  4. Enjoy!

In-game Command

The both altv resource and Athena plugin contains a command to adjust the zoom level of the radar. This command is used for testing and debugging puprose.

  1. Open the command box (default is T on keyboard)
  2. Type /radarzoom [level] (the value of level ranges from 0 to 1400 e.g. /radarzoom 1200. See https://natives.altv.mp/#/0x096EF57A0C999BBA)

Issues

  1. Sometimes the radar/minimap does not shows the custom map correctly due to the known bug here: altmp/altv-issues#956

Credits

Links