Raised This Month: $51 Target: $400
 12% 

[Req] Server CFG


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Whoisnext
Member
Join Date: Apr 2020
Old 03-09-2021 , 14:17   [Req] Server CFG
Reply With Quote #1

Hi, i just got 1000 fps server from a host but i don't really like their settings and i want my server to run smooth and without "eating bullets" any recommendation and changes are acceptable Thanks alot
PHP Code:
server cvars
sv_stepsize 18
sv_allowupload 1
sv_allowdownload 1
sv_voicecodec voice_speex
sv_voicequality 2
sv_voiceenable 1
mp_footsteps 1
mp_autokick 0
mp_flashlight 1
mp_tkpunish 0
mp_forcecamera 2
mp_forcechasecam 2
mp_logmessages 1
sv_pausable 0
sv_cheats 0
sv_aim 0
sv_maxspeed 320
mp_hostagepenalty 0
mp_allowspectators 1
mp_chattime 3
sv_gravity 800
sv_proxies 0
mp_autoteambalance 1
mp_limitteams 0
mp_friendlyfire 0
csstats_maxsize 9000

// round specific cvars
mp_freezetime 8
mp_roundtime 2
mp_startmoney 800
mp_c4timer 35
mp_timelimit 
"0"
mp_maxrounds "50"
mp_fraglimit 0
mp_winlimit 0
mp_buytime 0.75

// bandwidth rates
sv_cheats "0"
sv_aim "0"
pausable "0"
sv_maxspeed "320"
sv_lan "0"
sv_minrate 70000
sv_maxrate 100000
sv_maxupdaterate 100
sv_minupdaterate 30
sv_mincmdrate 
"25"
sv_maxcmdrate "101"
sv_proxies "1"
sv_send_resources "1" 
Whoisnext is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 03-09-2021 , 22:13   Re: [Req] Server CFG
Reply With Quote #2

There is a whole ton of advice out there already. Simply make small changes at a time to try and optimize your server.

Based on a quick scan of your file, note that sv_mincmdrate and sv_maxcmdrate do not exist and sv_voicecodec and sv_voicequality were removed quite some time ago.
__________________
fysiks is offline
Whoisnext
Member
Join Date: Apr 2020
Old 03-10-2021 , 07:02   Re: [Req] Server CFG
Reply With Quote #3

Quote:
Originally Posted by fysiks View Post
There is a whole ton of advice out there already. Simply make small changes at a time to try and optimize your server.

Based on a quick scan of your file, note that sv_mincmdrate and sv_maxcmdrate do not exist and sv_voicecodec and sv_voicequality were removed quite some time ago.
I can't find any advices on net and i've searched so please if you know where else should i look please send me a link via pm or advise me thanks
Whoisnext is offline
MAJESTIC_SZ
Senior Member
Join Date: Mar 2020
Location: Portugal
Old 03-10-2021 , 07:33   Re: [Req] Server CFG
Reply With Quote #4

Whoisnext, check this:

Rates Tutorial
Rates Calculator

Also, sv_mincmdrate and sv_maxcmdrate are for Source servers (CSS:S and later), not GoldSource (CS 1.6/CZ)

"cmdrate" on 1.6 is client side only.

Having those on server.cfg does nothing.
Like ex_interp or any other cl_commands are client side only, so, having this too on server.cfg does nothing and dont force nothing on players.

If you want all players to play at a fixed rate you should use min and max commands at the same value.

EX:

You want players to play with rate 100000.
You will set in server.cfg >

sv_maxrate 100000
sv_minrate 100000

NOTE that not everyone may have a decent connection capable of supporting high rates.
MAJESTIC_SZ is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:16.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode