I Just made my first YMAP interior using Menyoo, Menyoo2YMAP & OpenIV Using this tutorial: How to Create Custom Interiors in GTAV + FiveM with Menyoo - YouTube
But the entities disappear when going inside, I have made YMAPS with codewalker for outside areas with no issues. Don’t understand why this has happened
Can anyone help? Remember I am fairly new to this
Hi,
You will see props from outside but when you come in interior they will disappear.
When you are placing props in interior there are diffrent steps to get it working. Codewalker | How to add props to your interior - YouTube
Here you have one good tutorial how to do that.
You need _manifest.ymf, so the game can know which prop to load. You can generate manifest in codewalker and then copy code in empty notepad and save it as _manifest.ymf. Then you just add this to ymap and it will must work.
I’m sorry for re-opening this thread @Aljo
I ran into the same problem that I made an interior in it’s own YMAP instead of into the ytyp room.
Is it possible to import entities from a ymap into a ytyp file as entities?
I have made an YMAP with 150+ props, and it would be a pain in the ass to manually put them in an ytyp directory through codewalker.
I have checked the code of both files, but in the ytyp map it doesn’t specify any prop info, only count the amount of props loaded (1 to 21)
Does anyone know if there is a possibility to get this transferred into the ytyp or am I just screwed and should I spent my entire excistance of putting these props in individually by hand?