Blade Symphony | Server Configuration Print

  • Blade Symphony Server Configuration, Blade Symphony, Server Configuration, server configuration
  • 0

It's easy to configure your Pingperfect Blade Symphony Server. Just follow the steps below.

  1. Open the 'Configuration Files' section from your control panel.
  2. Select the 'Text-Editor' option next to 'server.cfg'
  3. Refer to the Configuration settings below and change the respective settings where you need to do so in order to configure your server to your desires.
    // Server Hostname
    hostname "$[HostName]"
    
    // Server Password
    sv_password ""
    
    // RCON Password
    rcon_password "$[RConPassword]"
    
    // MapCycle File
    mapcyclefile mapcycle.txt
    
    // Logging
    log on
    sv_logfile 1
    sv_logecho 1
    sv_logbans 1
    sv_log_onefile 0
    
    // AllTalk Enabled
    sv_alltalk 1
    
    // Misc.
    sv_allowupload 1
    sv_allowdownload 1
    
    bb_vote_enable 0
    bb_vote_required_percentage 0.5
    
    vs_free_corpsetime "1"
    vs_free_respawntime "1"
    
    // Time Limits
    mp_timelimit 180
    mp_timelimit_free 180
    
    // Duel Rounds
    vs_duel_rounds 3
    
    //Duel Timelimits
    vs_duel_timelimit 0
    vs_free_duel_timelimit 0
    
    //Related to voting
    bb_vote_cooldown : 3 : , "sv", "cheat", "nf" :
    bb_vote_delay : 15 : , "sv", "cheat", "nf" :
    bb_vote_duration : 20 : , "sv", "cheat", "nf" :
    bb_vote_gamemode_enable : 1 : , "rep", "cl" : //Enable/disable voting
    bb_vote_kick_bantime : 5 : , "sv", "nf" :
    bb_vote_kick_enable : 1 : , "rep", "cl" : //Enable/disable voting
    bb_vote_kick_required_percentage : 0 : , "sv", "cheat", "nf" : //Minimum amount of positive votes required
    bb_vote_required_percentage : 0 : , "sv", "cheat", "nf" : //Minimum amount of positive votes required
    
    //Ranked On/Off
    sv_ranked 0
    
    //Fastdl
    sv_downloadurl "http://fastdl.yourdomain.com"
    
    //Respawn times
    vs_free_corpsetime "1"
    vs_free_respawntime "1"
    
    Some more advanced performance settings found below:
    
    //The minimum and maximum data rate a player may have, you should use this to minimize player latency. 30000 is the highest rate possible in this version of source engine (which is a major limitation).
    sv_minrate 30000
    sv_maxrate 30000
    
    //FPS of your server, if it can handle it you want to set it at 0 which will make it run at maximum, in this case 1000.
    fps_max "0"
    
    //The minimum and maximum update and cmd rate a player may have in the server, use with caution.
    sv_mincmdrate "30"
    sv_minupdaterate "30"
    sv_maxupdaterate "60"
    sv_maxcmdrate "60"
    
    //How long the server should wait before dropping a player when they are connecting, downloading map, or have lagged out.
    sv_timeout "600

Was this answer helpful?

« Back