Creating load of objects makes a lag
#6

You can play around with the relatively new Chunk Streaming feature of Incognito's Streamer (requires newest version, I think):

Код:
native Streamer_ToggleChunkStream(toggle);
native Streamer_IsToggleChunkStream();
native Streamer_GetChunkTickRate(type, playerid = -1);
native Streamer_SetChunkTickRate(type, rate, playerid = -1);
native Streamer_GetChunkSize(type);
native Streamer_SetChunkSize(type, size);
Enable chunk streaming and set a chunk rate and size for STREAMER_TYPE_OBJECT. The rate should be similar to the Streamer TickRate and the size is afaik the number of objects to stream in one chunk. Play around with the values to find the right settings.
Reply


Messages In This Thread
Creating load of objects makes a lag - by ranme15 - 23.02.2018, 11:30
Re: Creating load of objects makes a lag - by PepsiCola23 - 23.02.2018, 12:00
Re: Creating load of objects makes a lag - by ranme15 - 23.02.2018, 12:08
Re: Creating load of objects makes a lag - by PepsiCola23 - 23.02.2018, 12:33
Re: Creating load of objects makes a lag - by ranme15 - 23.02.2018, 12:40
Re: Creating load of objects makes a lag - by NaS - 23.02.2018, 13:41

Forum Jump:


Users browsing this thread: 1 Guest(s)