example
example

教程 小伙伴要求出一期地图的DLC转Fivem的教程

VanZeng

曾凡
论坛元老
高级用户
认证用户
首先按照以往的方式用OPENIV把DLC打开
然后新建一个文件夹随便什么名字都行但是要确保里面有stream和fxmanifest.lua
"interiorproxies.meta"是在有ymap文件的情况下才需要如果没有可以直接
fx_version 'bodacious'
games { 'gta5' }
this_is_a_map "yes"
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')
interiorproxies.meta里需要ymap需要根据自己的写
<?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
resource_manifest_version '77731fab-63ca-442c-a67b-abc70f28dfa5'
this_is_a_map 'yes'
然后将DLC里所有的文件放到stream里面
1684334268595.png1684334277807.png
然后就可以了.
 
最后编辑:
顶部