[HELP] Streaming objects. -
Davidmkd123 - 27.02.2018
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..
Re: [HELP] Streaming objects. -
PepsiCola23 - 27.02.2018
are you using
?
if yes,there`s a limit of 1000 objects .
i suggest you to use a streamer.
Re: [HELP] Streaming objects. -
Davidmkd123 - 27.02.2018
Quote:
Originally Posted by PepsiCola23
are you using ?
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.
Re: [HELP] Streaming objects. -
PepsiCola23 - 27.02.2018
Код:
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?
Re: [HELP] Streaming objects. -
Davidmkd123 - 27.02.2018
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);
Re: [HELP] Streaming objects. -
PepsiCola23 - 27.02.2018
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.
Re: [HELP] Streaming objects. -
Davidmkd123 - 27.02.2018
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.
Re: [HELP] Streaming objects. -
Dayrion - 27.02.2018
The object is correctly created? What happens when you move ? Can you give us more informations?
Re: [HELP] Streaming objects. -
Davidmkd123 - 27.02.2018
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 !
Re: [HELP] Streaming objects. -
PepsiCola23 - 27.02.2018
what`s happening if you step on the missing objects?