首先按照以往的方式用OPENIV把DLC打开
然后新建一个文件夹随便什么名字都行但是要确保里面有stream和fxmanifest.lua
"interiorproxies.meta"是在有ymap文件的情况下才需要如果没有可以直接
或者__resource.lua
然后就可以了.
然后新建一个文件夹随便什么名字都行但是要确保里面有stream和fxmanifest.lua
"interiorproxies.meta"是在有ymap文件的情况下才需要如果没有可以直接
fx_version 'bodacious'
games { 'gta5' }
this_is_a_map "yes"
interiorproxies.meta里需要ymap需要根据自己的写fx_version 'bodacious'
games { 'gta5' }
this_is_a_map "yes"
files {
"interiorproxies.meta"
}
data_file 'INTERIOR_PROXY_ORDER_FILE' 'interiorproxies.meta'
data_file('DLC_ITYP_REQUEST')('stream/bobo_sandy_pd_karen_shell.ytyp')
如果<?xml version="1.0" encoding="UTF-8"?>
<SInteriorOrderData>
<startFrom value="2817" />
<filePathHash value="0" />
<proxies>
<!-- Mapas -->
<Item>INTERIOR2.ymap</Item>
<Item>INTERIOR2.yamp</Item>
<Item>ROLLSROYCEDEALERSHIPSTRUCTURE.ymap</Item>
</proxies>
</SInteriorOrderData>
或者__resource.lua
然后将DLC里所有的文件放到stream里面resource_manifest_version '77731fab-63ca-442c-a67b-abc70f28dfa5'
this_is_a_map 'yes'
然后就可以了.
最后编辑: