Pro mappers please come - Object streaming <-----
#4

A draw distance similar to the stream distance.

If the Draw Distance is lower than the Stream Distance they will appear later than they stream in. That's pretty pointless.

Using a higher Draw Distance than Stream Distance will lead to the pop-in effect you are experiencing.

When they are about the same they will be invisible at the moment they get created, and when moving closer they will smoothly fade in.

Adjust the stream and draw distances so that the total amount of streamed objects doesn't reach the maximum too often, that will reduce the stream distance of the visible objects as they cannot be shown from too far and they will pop in again.
You can also adjust the max. number of visible items as already suggested, but going too high may result in more frequent crashes.

Quote:
Originally Posted by Undef1ned
Посмотреть сообщение
You can increase the amount of object the streamer will draw.

PHP код:
Streamer_MaxItems(STREAMER_TYPE_OBJECT 800);
Streamer_VisibleItems(STREAMER_TYPE_OBJECT 800); 
Don't use MaxItems. This will limit the number of dynamic objects, but does NOT influence the number of objects shown per player. VisibleItems is what you need.
Reply


Messages In This Thread
Pro mappers please come - Object streaming <----- - by v1k1nG - 01.10.2018, 15:53
Re: Pro mappers please come - Object streaming <----- - by Undef1ned - 01.10.2018, 16:10
Re: Pro mappers please come - Object streaming <----- - by v1k1nG - 01.10.2018, 16:35
Re: Pro mappers please come - Object streaming <----- - by NaS - 01.10.2018, 16:50
Re: Pro mappers please come - Object streaming <----- - by v1k1nG - 01.10.2018, 19:00

Forum Jump:


Users browsing this thread: 1 Guest(s)