Single resource for MLO

Is it possible to have multiple MLOs in a single resource?

The method I tried has cause issues with textures not fully loading for the MLOs.

The setup I tried was as follows

Mlofolder
:arrow_down:
stream | fxmanifest | interiorproxies.meta
:arrow_down:
Mlo folder 1 | mlo folder 2 | mlo folder 3 | etc
:arrow_down:
Mlo files

I’m not sure if it just isn’t possible or if the configuration is incorrect.

1 Like

Its definitely possible. You just need to have your folders inside of your stream folder named like [mymlo] to keep it organized.

1 Like

So it must have the brackets in the folder?

1 Like

Yes, and make sure that your manifest files are not named the same, along with any other files.

1 Like

Thank you, I will give it a try. I believe it is only _manifest that will conflict so will look at renaming those.

1 Like

You can name it whatever, I tend to do _manifestmymloname.ymf

1 Like

So, started as suggested but doors are missing. Should the interiorproxies file remain in the individual folder for the mlo or should a single combined meta work?

EDIT: Nevermind. Helps if I add it to the fxmanifest file :sweat_smile:

1 Like

This helped for me

2 Likes

If some custom props are the named same, “stream” can use only one. Make sure your model / prop is not named the same as other one. If it would you have to change name of it, for example you have two copies of my_amazing_prop. Just change one to my_amazing_prop1. Make sure you changed it in ymap / ytyp.

1 Like