Post Reply  Post Thread 
Pages (4): « First < Previous 1 [2] 3 4 Next > Last »
High tickrate and rate SRCDS FAQ
Author Message
Groove
Junior Member
**


Posts: 4
Group: Registered
Joined: May 2006
Status: Offline
Post: #16
RE: High tickrate and rate SRCDS FAQ

"24, 32 & 40 player servers should be run with a tickrate of no more than 66 and sv_maxupdaterate of 100. I've tried higher but you get strange issues for the clients if you do."

im running a 24 players server with ticrate 100. getting over 20 players and my cpu is around 35 % usage. What kind of strange issues do you mean ? Lags and warpings ? Thats what i experienced once when we were over 20 man. Technically everything was ok, the cpu and bandwith usage was in green region, but still the ppl were getting problems.

05-29-2006 10:22 PM
Find all posts by this user Quote this message in a reply
Whisper
Junior Member
**


Posts: 6
Group: Registered
Joined: Jul 2005
Status: Offline
Post: #17
RE: High tickrate and rate SRCDS FAQ

YMMV but what you are describing is exactly the sort I thing I was trying to get at, even though objective stats supposedly indicate otherwise.

BTW there is hardware out now that allows you to run 100 tickrate servers with large player numbers, I've just been too lazy. Smile

07-01-2006 04:02 AM
Find all posts by this user Quote this message in a reply
burton50x
Junior Member
**


Posts: 17
Group: Registered
Joined: Jun 2006
Status: Offline
Post: #18
RE: High tickrate and rate SRCDS FAQ

IN INSTRUCTIONS #1, WHERE IS THE COMMAND STARTUP LINE FOR CHANGING THE TICKRTATE LOCATED?

PLZ HELP ME

This post was last modified: 07-13-2006 09:27 AM by burton50x.

07-13-2006 09:26 AM
Find all posts by this user Quote this message in a reply
eXaXXion
Banned


Posts: 154
Group: Banned
Joined: Jun 2006
Status: Offline
Post: #19
RE: High tickrate and rate SRCDS FAQ

I'm not sure what you mean by that question but you can use

Code:
-tickrate 33

Code:
-tickrate 66

Code:
-tickrate 100


to change tickrates. you can pick your own number for the tickrate. most of the steam servers are either 33 tickrate or 66 tickrate. I've also seen 45 tickrate servers quite often lately. not many 100 tickrate servers because they require a lot of cpu power to run.

07-13-2006 11:30 AM
Find all posts by this user Quote this message in a reply
Gangsta
Junior Member
**


Posts: 3
Group: Registered
Joined: Jul 2006
Status: Offline
Post: #20
RE: High tickrate and rate SRCDS FAQ

I have this in my server.cfg:
// bandwidth rates/settings
sv_minrate 10000
sv_maxrate 30000
decalfrequency 10
sv_maxupdaterate 100
sv_minupdaterate 30
cl_cmdrate 100
cl_updaterate 100
rate 25000
-tickrate 100
sv_tickrate 100
mani_rate 100
fps_max 600

but I still don t get tickrate 100, but 33!
What is the problem then.
I will put some information of my Computer and ADSL line:
Intel Pentium 4 HT 3.0 GHz
160 GB Hard disk
2 GB DDR RAM
6600 Nvidia GeForce
and ADSL line is:
4096/512 KB/s
Is the problem my ADSL line or what !

07-14-2006 01:21 AM
Find all posts by this user Quote this message in a reply
Whisper
Junior Member
**


Posts: 6
Group: Registered
Joined: Jul 2005
Status: Offline
Post: #21
Sad  RE: High tickrate and rate SRCDS FAQ

OMG burton50x & Gangsta who asked questions

Read the guide

It spells the answers to both your questions quite specifically

Quote:

Code:
C:\srcds\srcds.exe -console -game cstrike -tickrate 66 +fps_max 600 +maxplayers 18 -port 27015 +exec server.cfg +map de_dust2


Quote:
THE ONLY PLACE YOU CAN CHANGE THE TICKRATE IS VIA THE COMMAND STARTUP LINE. NO, THERE IS NO WHERE ELSE, GOT IT?

This post was last modified: 07-14-2006 02:52 AM by Whisper.

07-14-2006 02:52 AM
Find all posts by this user Quote this message in a reply
Gangsta
Junior Member
**


Posts: 3
Group: Registered
Joined: Jul 2006
Status: Offline
Post: #22
RE: High tickrate and rate SRCDS FAQ

OK Thanks! Rolleyes

07-14-2006 04:05 AM
Find all posts by this user Quote this message in a reply
burton50x
Junior Member
**


Posts: 17
Group: Registered
Joined: Jun 2006
Status: Offline
Post: #23
RE: High tickrate and rate SRCDS FAQ

yes i know the ticrate goes there but i cant find the command startup line? where is it loacted in my folders?

07-14-2006 06:14 AM
Find all posts by this user Quote this message in a reply
kimball
http://www.guildedgamers.com
***


Posts: 88
Group: Registered
Joined: Jul 2006
Status: Offline
Post: #24
RE: High tickrate and rate SRCDS FAQ

You have to use command prompt
START > RUN... > type cmd

07-14-2006 07:37 AM
Visit this user's website Find all posts by this user Quote this message in a reply
burton50x
Junior Member
**


Posts: 17
Group: Registered
Joined: Jun 2006
Status: Offline
Post: #25
RE: High tickrate and rate SRCDS FAQ

When i put it in command prompt it says the system cannot fidn the path specified

07-15-2006 01:30 AM
Find all posts by this user Quote this message in a reply
Drocona
Forum admin
*******


Posts: 4,295
Group: Administrators
Joined: Mar 2005
Status: Offline
Post: #26
RE: High tickrate and rate SRCDS FAQ

Example:

C:\SRCDS\srcds.exe -console -game cstrike -tickrate 33 -etc etc


Join the Source Dedicated Server Support Group on Steam Community!
Source Dedicated Server (SRCDS)
http://srcdsgroup.black-sky.nl
Free to join, Live support! (When available)

http://forums.srcds.com/viewtopic/5114
07-15-2006 09:10 PM
Visit this user's website Find all posts by this user Quote this message in a reply
eXaXXion
Banned


Posts: 154
Group: Banned
Joined: Jun 2006
Status: Offline
Post: #27
RE: High tickrate and rate SRCDS FAQ

1. right click on srcds.exe
2. create shortcut
3. right click on the newly created shortcut
4. select properties
5. you will see target text area
6. go to the end and leave a space
7. add the follow line

Code:
-game cstrike -console -tickrate 33 +fps_max 600


you can add more startup commands at the end.

07-16-2006 06:25 AM
Find all posts by this user Quote this message in a reply
burton50x
Junior Member
**


Posts: 17
Group: Registered
Joined: Jun 2006
Status: Offline
Post: #28
RE: High tickrate and rate SRCDS FAQ

ok thanks i understand those steps but i have no idea where srcds.exe is located in the computer? sry im new to this.


thanks!

This post was last modified: 07-16-2006 12:42 PM by burton50x.

07-16-2006 12:32 PM
Find all posts by this user Quote this message in a reply
hexitnow
Senior Member
****


Posts: 459
Group: Registered
Joined: Oct 2005
Status: Offline
Post: #29
RE: High tickrate and rate SRCDS FAQ

well where did u download srcds to? or are you using the steam dedicated server?

07-16-2006 12:47 PM
Find all posts by this user Quote this message in a reply
burton50x
Junior Member
**


Posts: 17
Group: Registered
Joined: Jun 2006
Status: Offline
Post: #30
RE: High tickrate and rate SRCDS FAQ

im using steam srcds, whats the differance?

07-17-2006 03:24 AM
Find all posts by this user Quote this message in a reply
Post Reply  Post Thread 

View a Printable Version
Send this Thread to a Friend
Subscribe to this Thread | Add Thread to Favorites

Forum Jump: