Ymap file dosen't stream

For those using codewalker to modify maps or interiors for their FiveM server, set the DLC Level of codewalker as the same dlc that your server is on.

If you don’t know what ‘enforcing a gamebuild’ means, then you will need to set codewalker to mpchristmas2018.

This is the Area Wars DLC, that FiveM is set to by default.

However, if you have enforced a gamebuild, you can set codewalker to the following DLC Levels:

 mpchristmas2018 = Arena Wars - Default FiveM Build

 mpsum = Los Santos Summer Special

 mpheist4 = Cayo Perico Heist

 mptuner = Los Santos Tuners

 mpsecurity = The Contract

Information on how to enforce gamebuilds, the pros, and the cons (including things you need to be aware of with add-on clorhing and YMT limits) can be found here, courtesy of myself, TayMcKenzieNZ

Prefer a video? Watch here:


Right, now with that out of the way, there’s some things you need to know:

Stop using __resource.lua

  • Make a folder called farmmap

  • inside the farmmap folder, add your __resource.lua

  • rename __resource.lua to fxmanifest

  • Inside farmmap folder add another folder and call it stream

  • Inside the stream folder, add the following:

cs2_02.ymap
cs2_02_critical_0.ymap
cs2_02_long_0.ymap
cs2_02_strm_1.ymap
cs2_02_strm_2.ymap
Farm.ymap
  • open fxmanifest and delete everything inside there

  • paste this inside there:

fx_version 'cerulean'
game 'gta5'

this_is_a_map 'yes'
  • Open server.cfg

  • add start farmmap

3 Likes