altmp / altv-issues

Issues and roadmap for alt:V project
92 stars 17 forks source link

dlc resource replacement stop working latest update #2267

Open BluePeer opened 3 months ago

BluePeer commented 3 months ago

Description of the problem

This example resource show one way of replace the GTA Map(Blip) and the Minimap

files = [ 'stream/*' ]

[meta]

[overrides]
'common:/data/ui/mapZoomData.meta' = 'replaces/mapzoomdata.meta'
'update:/x64/data/cdimages/scaleform_generic.rpf' = 'replaces/scaleform_generic.rpf'
'platformcrc:/data/tune/minimap.ymt' = 'replaces/minimap.ymt'
'platform:/levels/gta5/minimap.rpf' = 'replaces/minimap.rpf'
'update:/x64/patch/data/cdimages/scaleform_minimap.rpf' = 'replaces/scaleform_minimap.rpf'

this stop working at Update 16.0.147 released to release branch Changelog (16.0.146 -> 16.0.147):

the resource replace the default (Hotkey P) Map with a map with postalcode's it also change the angle/direction of Minimal from top down to 90° into view direction with a glow border and the map visible here have postalcodes too image image

Reproduction steps

load the resource https://drive.google.com/file/d/1s1d7hVFFQ6bGrjr53zHyw3bxeZxj9T3c/view?usp=drive_link

Expected behaviour

work like before

Additional context

requested by Doxoh https://discord.com/channels/371265202378899476/557307592129511444/1223949370370818088

Operating system

windows/linux

Version

16.0147-16.0.149

Crashdump ID

No response

Confirmation of issue's presence