Posts: 1,830
Threads: 49
Joined: Nov 2014
Reputation:
0
My Dynamic Objects on the server keeps flickering between appearing and disappearing some time after i start the server.
Posts: 1,830
Threads: 49
Joined: Nov 2014
Reputation:
0
Sorry of the early bump, but this problem is really major as a major part of my server is customly mapped.
Maybe anyone just has a temporary workaround if they dont know a solution?
Posts: 766
Threads: 66
Joined: Feb 2014
Reputation:
0
How much objects do you have?
How many are created with CreateObject?
Posts: 232
Threads: 4
Joined: Apr 2013
Use last streamer version!
Some objects hasn't any effect on some weathers!
Replace all CreateObject To CreateDynamicObject (CTRL + H).
Posts: 356
Threads: 4
Joined: Sep 2014
Reputation:
0
It happens when you use both, normal objects and dynamic objects. Just use dynamic objects and it will be fixed.
Posts: 1,830
Threads: 49
Joined: Nov 2014
Reputation:
0
I always used both, but it hasn't happened before.
Posts: 56
Threads: 14
Joined: Oct 2014
Reputation:
0
if you dont have much more Object or more than limit. use orginal CreateObject();
in my sense, streamer just detect everyone's position and show Object or other in range.
and dynamic object disappear after you out of their range.
Posts: 1,830
Threads: 49
Joined: Nov 2014
Reputation:
0
What's the limit of CreateObject?