TGRHavoc / live_map-interface

Web interface for the FiveM live_map addon
https://docs.tgrhavoc.co.uk/livemap-interface/
53 stars 30 forks source link

Better marker file #97

Open TGRHavoc opened 2 years ago

TGRHavoc commented 2 years ago

Maybe there's a way to transform the current lot of blips (https://docs.fivem.net/docs/game-references/blips/) into the interface.

At the moment we're missing a few blips such as 164 (usingmenu). Not sure how citizen are generating these IDs and names but, would be nice to have an automated set up for this as there's a lot of blips to go through.

Local9 commented 2 years ago

File: minimap.gfx Location: update/update.rpf/x64/patch/data/cdimages/scaleform_minimap.rpf

Open .gfx file with JPEXS Free Flash Deompiler, in scripts/__Packages/gtav/contants/Blips you'll see all the names, arrays as they should, start with 0.

File updates with each new DLC

image

DoJoMan18 commented 1 year ago

export.txt

Just created a little python scrape script (nothing fance, it works...) blipgenerate.txt