Invisible land

https://www.gta5-mods.com/maps/frozen-island-menyoo-map-editor

i converted this to ymap and everything is ok on codewalker
but when move it to fivem only lands are invisible and other addons object this ymap has but they have collision
when i spawn those land objects they work fine so i dont think so thats the objects problem

i also generated manifest , loaded the ytyp using __resource.lua

but none of them works can any one help me or at least give the working one ?

YMaps are the manager files that deal with each individual file. YBN’s are the collisions…but it’s YDR’s that are responsible for the textures in game. Try to create a new resource where you just have a YDR spawned without collisions. You’ll fall through if it works, but you SHOULD see it. if not, you can start troubleshooting why the YDR itself isn’t spawning. You may need to reach out to the original author, take a look yourself in sollumz (blender) / gims evo (3ds), OR look up some youtube tutorials on modifying interiors or modifying textures to understand how files tend to have a relationship with eachother…

Hopefully this gives you a starting point!
Please let us know how it goes!
Good luck!

when i create object my self using script they are visible and have collision but when they created by ymap they are invisible, btw i will try that