Server.cfg

General Discussion


Post Reply
User avatar
ArminC
Senior Member
Senior Member
Romania
Posts: 137
Joined: 6 years ago
Location: Bucharest
Contact:

Server.cfg

#1

Post by ArminC » 6 years ago

Hey, I need a server.cfg from a host (not the hlds default). I want to be some how organized by mainly to have corect values. Ex: Ex. sv_maxupdaterate - max corectly value is 101.. what I find on the net: 20,30,50 ...

User avatar
Raheem
Mod Developer
Mod Developer
Posts: 2214
Joined: 7 years ago
Contact:

#2

Post by Raheem » 6 years ago

This:
  • Code: Select all

      // Set the Host Name
        hostname "HLDS server"
    
        // Set the rcon password
        rcon_password ""
    
        // Server Logging
        log on
        mp_logdetail 3
        mp_logmessages 1
    
    
        // Server Variables
        cl_minmodels 0
        mp_autokick 0
        mp_autoteambalance 1
        mp_c4timer 30
        mp_flashlight 1
        mp_footsteps 1
        mp_freezetime 2
        mp_friendlyfire 0
        mp_hostagepenalty 0
        mp_limitteams 0
        mp_tkpunish 0
    
        mp_roundtime 2.5
        mp_buytime 0.5
        mp_fadetoblack 0
        mp_forcechasecam 0
        mp_forcecamera 0
        mp_kickpercent 99
        mp_playerid 1
        sv_airaccelerate 10
        sv_airmove 1
    
        sv_restartround 1
        sv_proxies 1
        allow_spectators 3
        mp_startmoney 16000
        mp_chattime 0
        sv_allowupload 1
        sv_voiceenable 1
        sv_alltalk 1
        //sv_voicequality 4
        //sv_voicecodec voice_speex
        pausable 0
        decalfrequency 60
        mp_falldamage 1
    
        // cheat and fun modes
        sv_aim 0
        sv_cheats 0
    
        // Optimizing server
        sv_timeout 100
        sv_cacheencodedents 1
        sv_unlag 1
        sv_maxunlag 0.5
        sv_maxcmdrate 101
        sv_minrate 5000
        sv_maxrate 25000
        sv_minupdaterate 20
        sv_maxupdaterate 101
        sys_ticrate 1000
    
        sv_allowdownload 1
        sv_downloadurl "http://"
    
        // Enable/Disable LAN mode
        sv_lan 0
    
        // Exec files on startup
        exec banned.cfg
        exec listip.cfg
    
    //HATS CONFIGS
    hat_adminonly	0
    hat_adminhats	0
    hat_random	1
    hat_bots	0
    hat_force	0
    hat_glow	0
Or what i use in my server:
  • Code: Select all

    // Use this file to configure your DEDICATED server. 
    // This config file is executed on server start.
    
    // disable autoaim
    sv_aim 0
    
    // disable clients' ability to pause the server
    pausable 0
    
    // default server name. Change to "Bob's Server", etc.
    hostname "~ Zombie Escape Lovers ~"
    
    // maximum client movement speed 
    sv_maxspeed 400
    
    // 25 minute timelimit
    mp_timelimit 25
    
    // freeze time
    mp_freezetime 20
    
    // round time
    mp_roundtime 9.0
    
    // disable cheats
    sv_cheats 0
    
    // rehlds - fix entity block
    sv_force_ent_intersection 1
    
    // fast download
    sv_downloadurl "http://80.211.182.6/cstrike/"
    sv_allowdownload 1 
    sv_allowupload 1
    
    // air-accelerate
    sv_airaccelerate 100
    
    // center info
    mp_playerid 2
    
    // load ban files
    exec listip.cfg
    exec banned.cfg
And rate is client side i think always if i get problem with it i write in my game console rate 25000 and i get everythings well.
He who fails to plan is planning to fail

User avatar
ArminC
Senior Member
Senior Member
Romania
Posts: 137
Joined: 6 years ago
Location: Bucharest
Contact:

#3

Post by ArminC » 6 years ago

Hmm.. your server.cfg (first) is ok'ish in some parts but eh.. The second is too default, no network settings.. default will be applied.. bad..

So I manage to find some rusky topic and I get the "template" and modified here'n'there + changed the description from rusky in english (not the same! other description, more detalied)

Luckly enough I have big experience in settings (cvars (network etc.),cfg/autoexec and so on.. see www.arminc.tk for my csgo autoexec.. oh what an autoexec :lol: )

Anyway rate is client side but .. oh.. there are some server sided commands that set max rates from server to client, see sv_maxrate.. if you have rate 666 and srv have only 10, u'l be forced to 10 max. Anyway with the new engine max value of rate (2k13) is 100000 not 25k :( so we set

Code: Select all

sv_maxrate 100000
:)

So finaly after some hours (3,4) I managed to finish it.. ill give it for 2 euro for who want it :D
www.pastebin.com/4pPc2U3T - just kidding, I'am not that type of person :lol:

User avatar
Raheem
Mod Developer
Mod Developer
Posts: 2214
Joined: 7 years ago
Contact:

#4

Post by Raheem » 6 years ago

Hmm, Default config which i always uses and it never causes problems for me.
And thanks for sharing maybe someone find this useful (Actually not ME :lol:).
He who fails to plan is planning to fail

evanorah00
Member
Member
Posts: 2
Joined: 2 years ago
Contact:

#5

Post by evanorah00 » 2 years ago

nice

User avatar
z0h1r-LK
Mod Developer
Mod Developer
Morocco
Posts: 473
Joined: 5 years ago
Location: The Red City ❤
Contact:

#6

Post by z0h1r-LK » 2 years ago

I hope this commands help you
  1. sv_maxrate 80000
  2. sv_minrate 25000
  3. sv_maxupdaterate 101
  4. sv_minupdaterate 30

Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Who is online

Users browsing this forum: No registered users and 3 guests