The objects are loading so slow (range) -
Stanford - 30.04.2013
Somehow the objects range is very small, and it loads slow.
my server's objects are (CreateDynamic object and createobject) and I updated my streamer and it still have the same problem even after compiling again.. What should I do? should I turn them to CreateDynamicObject?
Re : The objects are loading so slow (range) -
DaTa[X] - 30.04.2013
Quote:
Originally Posted by Stanford
should I turn them to CreateDynamicObject?
|
Yes and make sure the distance is not 0 or 1
Re: The objects are loading so slow (range) -
MP2 - 30.04.2013
Do the CreateObjects load slow, or just the streamed (CreateDynamicObject) ones?
Re: The objects are loading so slow (range) -
Stanford - 30.04.2013
The CreateDynamicObject objects are slow not the createobject
Re: The objects are loading so slow (range) -
MP2 - 30.04.2013
What is your ping to the server? Try increasing the stream distance (NOT drawdistance) of the dynamic objects.
Re: The objects are loading so slow (range) -
Stanford - 30.04.2013
I changed all the createdynamicobject to createobject, what will happen I mean does it effect or anything?>
Re: The objects are loading so slow (range) -
MP2 - 30.04.2013
It depends on how many objects you need to be created at once. The streamer's purpose is to only create objects that are near the player, to circumvent the object limit (1000 objects).
Re: The objects are loading so slow (range) -
Stanford - 30.04.2013
I've converted all of my objects to (CreateObject), now some maps don't appear why?
Re: The objects are loading so slow (range) -
Shoulen - 30.04.2013
They won't appear if you have more than the maximum limit, go back to your streamer (CreateDynamicObject) check out Streamer_UpdateEx for loading objects faster with the streamer. Assuming you are using Incognito's.
Re: The objects are loading so slow (range) -
Stanford - 30.04.2013
How to change the max number of the createobject objects