altmp / altv-issues

Issues and roadmap for alt:V project
93 stars 16 forks source link

Custom minimap does not work correctly #961

Closed NeekoDev closed 3 years ago

NeekoDev commented 3 years ago

Client/server version

Build #2.24, branch release

Current behavior

The display of the custom map (ESC) / minimap is not correct. (Explanations and links below) In ESC menu, is bugged, and in minimap, we see nothing.

no_minimap_bug_esc_map

Expected behavior

We should get something similar to

8c5896-21 (1)

8c5896-22 14 37 04

Steps to reproduce

  1. I installed the following map : https://de.gta5-mods.com/maps/las-venturas-san-fierro-dlc-remastered This works perfectly.
  2. I installed the Atlas Map (required for SF + LV map) : https://www.gta5-mods.com/misc/atlas-colored-map-16k-that-also-works-in-radar
  3. I installed the minimap for SF + LV : https://www.gta5-mods.com/misc/atlas-gta-5-style-map-with-radar-for-las-venturas-san-fierro
  4. Gets the mapzoomdata.meta and set with MapZoomData API.

Resources : https://mega.nz/file/cE4hAQ4T#Ll1sSBvOjGvnLQD7k-m6Rk_8jj10_QO-JZ3WSEXieC8

Possible solution

From the person who created this minimap, it looks like it came from the minimap.ymt file which is not streamed by alt:V. That file will fix the position, size, radar blur, etc.

From Heron, about the .ymt file streamed or not, he said me ( :

hi, yes they are use the clothes tool

What does that mean ? I don't need to make clothes or to uses this tool to make something with the .ymt file πŸ˜…

It's been few days that I try to find a solution, discord, DMs ... Without success.Β΅ Hoping for clarification, thank you very much πŸ˜ƒ

martonp96 commented 3 years ago

FYI: Files that required to be streamed when the game starts will not work when you are loading them when the game is already loaded. Also if you didn't mention what file you want to stream, Heron probably thought you want to stream clothes since that is the most common type.

NeekoDev commented 3 years ago

Hi @martonp96, thank you for your replay. About Heron, I specified that it was a file named minimap.ymt. But yes, I surely should have provided more details.

About Files that required to be streamed when the game starts will not work when you are loading them when the game is already loaded.

What does this mean ? How should I stream the files then ? I start the server and then the game.

FabianTerhorst commented 3 years ago

It means streaming the minimap.ymt won't work for now with the current asset loading.

LeonMrBonnie commented 3 years ago

Duplicate of #956