A real-time Live Map Script for FiveM – This mod allowsto view a live map of their game world, making it easier to manage, interact, and enhance the overall gaming experience. It includes both a server-side resource and a web interface.
Preview
Here’s a quick preview of what the Live Map looks like in action.
Download Resource
About the Mod
Purpose: The Live Map mod is designed to provide real-time visualization of your FiveM server’s map. Whether you’re an admin looking to monitor player locations or a player wanting to see what’s happening around town, this mod is your go-to solution.
Enhances Gameplay: The mod adds a new layer of immersion, allowing players to interact with the live map. Admins can easily manage and oversee game sessions, improving overall server administration.
Unique Aspects: The mod is split into two parts—the server-side resource (live_map
) and the web interface (live_map-interface
). This separation ensures flexibility and ease of use, tailored to your server’s specific needs.
Installation Instructions
Installing live_map
- Download the latest version:
- Extract the contents:
- Place the files into their own folder, e.g.,
resources/live_map
.
- Place the files into their own folder, e.g.,
- Configure
server.cfg
:- Open your
server.cfg
file. - Add the following line:
start live_map
- Open your
- Start your server:
- Run your server and check for the following output in the console:
1 2 3 Loaded live_map.net, ... Started resource: live_map
Installing live_map-interface
- Download the latest version:
- Extract to your webserver:
- Place the files into their own directory on your web server.
- Rename Configuration:
- Rename
config.example.json
toconfig.json
.
- Rename
- Edit the Configuration:
- Open
config.json
and adjust the values to fit your server settings.
- Open
- Verify Installation:
- Check that everything works by navigating to your web interface URL.
Add the following to your server.cfg file.
set socket_port 30121
set livemap_debug "warn" # "[all]" 'trace', 'debug', 'info', 'warn', 'error', 'fatal', 'off'
set blip_file "server/blips.json"
set livemap_access_control "*"
set livemap_use_nucleus true # Allow livemap to set up a secure reverseProxy using the Nucleus project
ensure live_map
Stay tuned for updates, improvements, and new features. If you encounter any issues or have suggestions, feel free to reach out via the documentation pages or our community forums.
Add comment