[HELP] Streaming objects.
#1

Hello guys !, soo..thats the map i was mapping the whole week, and now it does not stream properly.
The draw distance and the stream distance are set on 300.0, as a default, either in the server.cfg.
There are objects that are not loaded too.
I've tried to put a lower or higher value for stream distance/stream, but every time it just removes objects
and, nothing changes..





Reply
#2

are you using
Код:
CreateObject
?
if yes,there`s a limit of 1000 objects .

i suggest you to use a streamer.

Reply
#3

Quote:
Originally Posted by PepsiCola23
Посмотреть сообщение
are you using
Код:
CreateObject
?
if yes,there`s a limit of 1000 objects .

i suggest you to use a streamer.

CreateDynamicObject, the map is 500 objects, and, yes, i'm using the latest streamer version sir.
Reply
#4

Код:
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = STREAMER_OBJECT_SD, Float:drawdistance = STREAMER_OBJECT_DD, areaid = -1, priority = 0)
what streamdistance and drawdistance do you use when creating the objects?
Reply
#5

Quote:
Originally Posted by PepsiCola23
Посмотреть сообщение
Код:
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = STREAMER_OBJECT_SD, Float:drawdistance = STREAMER_OBJECT_DD, areaid = -1, priority = 0)
what streamdistance and drawdistance do you use when creating the objects?
300.0 sir, i already said

Код:
		tmpobjid = CreateDynamicObject(19379, 1155.757934, -1447.969726, 1010.034362, 0.000000, -90.000015, 0.000000, -1, -1, -1, 300.0, 300.0);
		SetDynamicObjectMaterial(tmpobjid, 0, 16639, "a51_labs", "dam_terazzo", 0x00000000);
Reply
#6

how many objects do you have on your server?maybe you are also doing something wrong..did you try to remove some objects and see if the other appear?
or maybe the object itself is invisible.
Reply
#7

Quote:
Originally Posted by PepsiCola23
Посмотреть сообщение
how many objects do you have on your server?maybe you are also doing something wrong..did you try to remove some objects and see if the other appear?
or maybe the object itself is invisible.
Just tried, nothing changed.
Reply
#8

The object is correctly created? What happens when you move ? Can you give us more informations?
Reply
#9

Quote:
Originally Posted by Dayrion
Посмотреть сообщение
The object is correctly created? What happens when you move ? Can you give us more informations?
Sure sir.
The object is correctly created, i checked. When i
move, i mean, when i'm far away of it it dissapears,
i know thats cause of the stream distance, but its set
on 300.0, either like the draw distance. In server.cfg
i've setted stream_distance to 300.0 and stream_rate
to 1000. Thanks !
Reply
#10

what`s happening if you step on the missing objects?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)