Ymap file dosen't stream

Hello,
I edited a ymap files in Codewalker and saved them, then I tried streaming them into my FiveM server, and nothing changed.
Before Editing:

After Editing:

In Game:

*I didn’t change any ymap file name

Any help?

Could be a number of things:

  • Do you have this_is_a_map 'yes' in your fxmanifest.lua?
  • Does the ymap file you’ve edited appear in any another map resource on your server?
  • Are there two versions of the ymap file, e.g.: dt1_rd1_strm_6.ymap and hei_dt1_rd1_strm_6.ymap? If so the hei_ prefixed one will need to be streamed.
  1. I have this_is_a_map 'yes' in __resource.lua
  2. No
  3. Yes
    Files name:
  • 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

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

my game build is 2189 (Cayo Perico Heist) so how can I change codewalker dlc level?

cayo perico

thank you

Also be careful around LOD’s on stuff, if you zoom in close and start moving things, then go away from it, you will see that a long distance LOD will return so may look funny to people.

2 Likes

the problem came back again

You must be doing something wrong, it’s not that difficult :thinking:

IDK, I changed the DLC Level to: mpheist4, and Enabled the DLC then changed and deleted things then saved the ymaps and streamed them to FiveM, restarted my server and it didn’t stream the ymaps, and I checked if the resource was running and it was running

Show screenshots

Screenshots for?

Show screenshots of

  • The folder with the files

  • fxmanifest

  • Server gamebuild

  • server.cfg stating you’ve started the resource

Have you ever streamed anything before…? There’s tons of YouTube video

image
fxmainfest.lua:

fx_version 'cerulean'
game 'gta5'

this_is_a_map 'yes'

Server.cfg

start FarmMap
set sv_enforceGameBuild 2189

And yes I streamed and created ymaps before

So giving this a go just to test as I found small easy stuff like this fustrating when I first started.

Before:

After:

Ingame:

Interestingly it does the same for me :thinking:

2 Likes

Have you generate a manifest? Can you try lowering the DLC to mpheist4? :thinking: