Posts: 1,419
Threads: 264
Joined: Jan 2009
Reputation:
0
Hey guys. Many objects are loading very slow. It has nothing to do with a streamer or anything. I'm not using any object streamer. I Don't even have a single createobject in my script.
It are just some gas stations and street lights.
please help.
Thankyou
Posts: 1,419
Threads: 264
Joined: Jan 2009
Reputation:
0
No it's not my game. Everyone has this problem on my server.
Posts: 1,781
Threads: 13
Joined: Sep 2009
Reputation:
0
due to the late spawning is caused by the (slow) loading, you can force to load "early needed" object(s), like some stairways, or your gasstation, below ground. just add it once before you enter the "real" mapped gasstation. the fake station below ground wont get recognized there, but il will remain in memory, so it only needs to get streamed fast. the lights will cause a problem (lightning up your ground), so this trick will fuck up then....
Posts: 1,419
Threads: 264
Joined: Jan 2009
Reputation:
0
Jup ty drowzz. Stupid that I didn't thought of this earlier.