i have downloaded many addon maps and i notice the resource.lua have many different style to stream map. some of its work some of it not working. so i downloaded this akagi map (https://www.gta5-mods.com/maps/akagi-pass-fiverebron) but its never work. i tried all the resource.lua that i list below but none of them working. can someone help me?
(1)
resource_manifest_version '05cfa83c-a124-4cfa-a768-c24a5811d8f9'
this_is_a_map 'yes'
(2)
this_is_a_map "yes"
data_file "DLC_ITYP_REQUEST" "bihokuspy.ityp"
(3)
this_is_a_map "yes"
replace_level_meta 'usui'
files {
'usui.json',
'usui.meta',
'images.meta',
'water.xml',
'usui.rpf'
}
(4)
resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'
this_is_a_map 'yes'
files {
'stream/_manifest.ymf',
'stream/ebisu_buildings.ydr',
'stream/ebisu_col.ybn',
'stream/ebisu_grass.ydr',
'stream/ebisu_obj.ydr',
'stream/ebisu_road.ybn',
'stream/ebisu_road.ydr',
'stream/ebisu_skids.ydr',
'stream/ebisu_terrain.ydr',
'stream/ebisu_trees.ydr',
'stream/minami_kita_col.ybn',
'stream/minamiR.ymap',
'stream/minamiR.ytyp',
'stream/minamiR_texture.ytd'
}