Streamed .ymt files break all scenarios

I think i found a bug when streaming .ymt files. I just realized, that it will break all scenarios like animal spawning, cyclist spawning etc. I tested it on production and canary version. My FXServer version is 5053. To reproduce it, i just made a repro resource with a custom downtown.ymt:
repro.zip (21.0 KB)

You can use any ymt file. It will always break all scenarios.
The best way to see that the scenarios are broken is to go to paleto and check the forest for animals. You can’t find any. After stopping the resource and reconnecting to the server, they will spawn again.

Are you actually defining these scenarios correctly? Just placing them without a new sp_manifest is not the definition of ‘correctly’.


In fact, you’re using the data file type for overriding the sp_manifest (and, for some reason, every one of them at the same time) but passing a scenario data file instead of a manifest. This isn’t a ‘bug’, this is you wrongly overriding data with the wrong type of data: garbage in, garbage out.

See the following post: