I downloaded the map addon from Sector 257 Military installation [Add-On] - GTA5-Mods.com. I tried to convert it to my fivem server (below gives pictures of files after conversion). I ran the file and the texture addon did not load. I checked in CodeWalker whether these textures will be visible after turning on dlc, in CodeWalker these textures are visible and not on the FiveM server. Please help me convert
Declare a manifest file (fxmanifest.lua
) using the template-example below:
game 'gta5'
fx_version 'cerulean'
version '1.0.0'
this_is_a_map 'yes'
Second. Export all assets from the DLC into a \stream\
folder within the resource.
You can export assets by:
-
- Importing the DLC into OpenIV.
-
- Locate the assets inside
.rpf
(example).
- Locate the assets inside
-
- Export these into
\stream\
.
- Export these into
Third. Ensure the resource in server.cfg
.
Before (wo resource)
After (with resource)
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.