ID:162821
Nov 21 2007, 6:01 pm
|
|
I've developed a very processor intensive function, but it's effects are purely visual. Is there any way to keep this function's processing clientside only instead of having the server do all this unecessary calculation?
|
Nov 21 2007, 6:09 pm
|
|
Not really. Client-side procs are a long time request, but they probably aren't going to happen any time soon. The best you can do is make use of things like missile(), which are purely visual and happen client-side.
|
In response to Foomer
|
|
What else happens clientside?
I've basically developed a new field of vision system that I would really like to keep off the server's processor time. |