Render system / Streaming enabled

Hi. I’m curious if I there’s a way to change streaming enabled distance or the behavior of certain models during runtime. I made some tests and in level 1 quality the render distance are the same from max level. Furthermore, I also tried to tune streaming, but the render distance stays the same in all quality levels. Thanks

No, unfortunately streaming enabled is very limiting. They allow nearly no customization.

The only factor that affects streaming radius (afaik) is client memory.

Your best bet is probably a custom instance replication system. Keep in mind this will be a lot of work. You should probably make it easier by limiting yourself to only some instances that need it.

You might be looking for something like this. You can modify certain models to load/unload at certain distances, and a lot of other neat features.

1 Like