
09-29-2002, 06:47 PM
Max FPS should be set to 20 ( this is a good performance number )
Max Rate should be set to 9000
You need to find out what your actual upload rate is. You may have a 10M connection but I
doubt your actually getting that. Most dedicated servers who host MOH don't get 1Meg up.
some info on how to calculate your max rate.
The sv_maxrate determines the amount of bandwidth your server uses for each client. To determine the sv_maxrate, use this formula:
# of clients * sv_maxrate * 8(for 8bits) = upload speed
I have converted it so you can just plug in your known values
Upload speed / ( # of clients * 8 ) = sv_maxrate
1,000,000 / (14 X 8 ) = 8,928.5714 or 9000
[quote:c5280]For example, my cable modem downloads at 2mbit/sec. However, it uploads at 270kbps/sec. So, if I want to run
a server that will host 16 clients I need to set my sv_maxrate to 2100 and my formula will look like this:
16 * 2100 * 8 = 268kbps [/quote:c5280]
|