Best method to stream +10 000 objects
#1

Hi, been out of SAMP for a lot of years, just starting to get back into the game, but I was wondering what the best way is to stream a lot of objects (10 000+). Back in '09 we used Icognito's streamer.
Are there any better streamers out there at the moment?
Reply
#2

Nope
Reply
#3

The problem with streaming objects is, that it ain't possible to stream more than 1000 0bjects at once. If you just use `CreateObject` all objects will be static (always be streamed). eg. after calling CreateObject a thousand times, you are out of objects. What a streamer essentially does, is not always streaming the objects, but only when necessary. Therefore there probably wont be any streamers allowing you to stream more. The only thing you can do is tweak your settings for optimal streamer usage (Lower streaming range or so). But i doubt it will help all too much.
Reply
#4

If I remember correct, Kalcor said he will raise the object limits.
Reply
#5

He should remove the limit ...it makes no sense to have one, if a serverowner thinks his server / players can handle it, so it is ...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)