02.01.2010, 19:08
Quote:
Originally Posted by Antoni0
fallout did you know this problem on stunt and freeroams servers when ramps and jumps are to long ? than you cant see some objects did your streamer didnґt have this problem
|
![Embarrassed](images/smilies/redface.gif)
Quote:
Originally Posted by Rac3r
Another streamer.
![]() Nice release fallout, I hope the nearest 10 objects problem was resolved (obviously, with the release :P). I might test this out on my server, see how it competes against our current streamer. Code:
#define StreamRange 400.0 //the player's object view range, doesn't need to be changed. Nice work. ![]() |
there is a view distance to lower CPU usage.
the player can't see further then 400 so it's not necessary to stream these objects
![Wink](images/smilies/wink.png)
the objects already fade away at a distance of 380 before they are destroyed by the streamer
![Shocked](images/smilies/surprised.gif)