Help With loading ymap / ytyp maps into fivem

So I am trying to laod a map into FiveM, now until this point of have used the old method involving .json files.

I understand that a data entry is to be made in the resource lua: (DLC_ITYP_REQUEST I beleive)

Yet I cannot seem to get it running.

I just need to know the format of where to put files in the overall resource, as well as the coding format to put in the resource lua

I think I have everything needed such as the ybn, ytd, and ydr files in a stream folder, as well as the appropriate map metas and images, water.xml etc

What am I doing wrong?

I’m also trying to load addons maps with no results. Someone already success?

figured it out, wasnt too bad actually

I tried the whole day without success. Can you help me please? Maybe a link for a tutorial or something?

im going to be making some videos with how to do things in fivem on the FX server, ill post it here when i get to it

but for now, put the ymap and ytyp in the stream folder WITH the collisions and shit, then in the map meta file do the following code:

  <Item>
      <filename>resources:/drift_map/stream/monument.ytyp</filename>
      <fileType>PERMANENT_ITYP_FILE</fileType>
  </Item>
  <Item>
      <filename>resources:/drift_map/stream/monument.ymap</filename>
      <fileType>PERMANENT_ITYP_FILE</fileType>
  </Item>

obviously with your map name and directory names different.

1 Like

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