Streaming Map Problems

Originally started with this tutorial: How to load mapeditor xmls into your server using ymaps

So basically, I converted an xml map into a ymap file. I threw it into a “stream” folder inside a “map” folder (located in “resources”.)

So to recap: Resources>Map>Stream

Inside “map” I have the “__resource.lua” file. The link on the tutorial was a ghost link (as in, 404) so I’m really stuck here. I put "after_level_meta ‘default’ “ (without the two quotation marks) and while I no longer crash upon joining, I don’t have the map item loaded in. (It’s basically a house.)

I’m really new to this, but I’ve seen it done before. If someone could point me in the right direction that’d be very nice.

Thanks.

This is my __resource.lua folder for a few of my maps.

resource_manifest_version '77731fab-63ca-442c-a67b-abc70f28dfa5'

this_is_a_map 'yes'

Try putting just that in and tell me what happens.

Still just doesn’t show up in game.

make sure you converted the xml to a ymap properly and didn’t miss a step