Converting maps from gta5 to fivem server

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.
image

You can export assets by:

Third. Ensure the resource in server.cfg.

Before (wo resource)

After (with resource)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.