diff options
Diffstat (limited to 'cfg/server.cfg')
| -rw-r--r-- | cfg/server.cfg | 156 |
1 files changed, 0 insertions, 156 deletions
diff --git a/cfg/server.cfg b/cfg/server.cfg deleted file mode 100644 index f40642a..0000000 --- a/cfg/server.cfg +++ /dev/null @@ -1,156 +0,0 @@ -// dodbits SRCDS Counter-Strike:Source cfg file generator Ver 1. -// Original php code by antipatrul (slideR). Translated and updated for orangebox by INsane August 2012 - -// General server name, passwords and contact details -hostname "=[ networkheaven.net ]= | no bhop cap | tournament maps" -rcon_password "ad1dasw4re" -sv_password "" -sv_contact "" -sv_tags "vanilla, networkheaven, nuke, inferno, dust2, tuscan, cbble, cpl_strike, mirage" -sv_region "0" -sv_lan "0" - -// Server bans and server logs -sv_rcon_banpenalty "15" -sv_rcon_minfailures "5" -sv_rcon_maxfailures "10" -sv_rcon_minfailuretime "30" -sv_rcon_maxpacketsize "1024" -sv_rcon_maxpacketbans "1" -log "on" -sv_logbans "1" -sv_logecho "1" -sv_logfile "1" -sv_log_onefile "0" -mp_logdetail "3" - -// Server downloads and files -// No fast download maximum file size. 16 is def. 64 (max) recommended if you do not have a fast download server. -net_maxfilesize "64" -//Fast download url. Leave blank if you dont have one but set the above to max. -sv_downloadurl "https://networkheaven.net/fastdl/" -sv_allowdownload "1" -sv_allowupload "1" -sv_consistency "1" -sv_pure "1" -sv_pure_kick_clients "1" -sv_pure_trace "1" - - -// Bandwidth Rates -sv_maxrate "100000" -sv_minrate "7500" -sv_maxupdaterate "66" -sv_minupdaterate "30" -sv_maxcmdrate "66" -sv_mincmdrate "30" - -// General server settings -mp_friendlyfire "0" -sv_alltalk "1" -mp_chattime "10" -sv_use_steam_voice "1" -sv_allow_voice_from_file "0" -sv_voiceenable "1" -mp_allowspectators "1" -mp_timelimit "120" -decalfrequency "10" -mp_flashlight "1" -mp_footsteps "1" -sv_footsteps "1" -mp_autoteambalance "1" -mp_autokick "1" -mp_tkpunish "0" -mp_limitteams "2" -sv_restrict_aspect_ratio_fov "0" -mp_forcecamera "1" -sv_cheats "0" -sv_pausable "0" -sv_gravity "800" -sv_allow_wait_command "0" -sv_hudhint_sound "0" -mp_winlimit "0" -mp_forceautoteam "0" -mp_falldamage "1" -mp_fadetoblack "0" -bot_defer_to_human "0" -bot_allow_rogues "0" - - -//Round specific cvars -mp_roundtime "2" -mp_spawnprotectiontime "5" -mp_freezetime "6" - -sv_allowminmodels "1" -mp_hostagepenalty "13" -sv_enablebunnyhopping "1" -sv_competitive_minspec "1" -sv_legacy_grenade_damage "0" -sv_enableboost "1" -mp_c4timer "45" -mp_startmoney "800" -mp_buytime "0.5" - -bot2player_enabled "1" -bot2player_price "0" -bot2player_increase "0" - -bot_quota 10 -bot_quota_mode fill -bot_chatter off - -// Achievements, Statistics, Freeze Cam, Nemesis and MVP -//(Note ONLY found in CSS) -sv_nomvp "0" -sv_disablefreezecam "0" -sv_nonemesis "0" -sv_nowinpanel "0" -sv_nostats "0" - -// Execute ban files -exec banned_user.cfg -exec banned_ip.cfg -writeid -writeip - -ljstats_lj_min 245 -ljstats_lj_max 260 -ljstats_nonlj_max 260 -ljstats_lj_noduck_min 242 -ljstats_verbosity 2 -ljstats_bj_min 250 -ljstats_bj_max 265 -ljstats_color_max "FF00FF" - -ljstats_lj_sound1 245 -ljstats_lj_sound2 250 -ljstats_lj_sound3 255 -ljstats_lj_sound4 260 - -ljstats_bj_sound1 250 -ljstats_bj_sound2 255 -ljstats_bj_sound3 260 -ljstats_bj_sound4 265 - -ljstats_lj_sound1_file "quake/standard/impressive.wav" -ljstats_lj_sound2_file "quake/standard/perfect.mp3" -ljstats_lj_sound3_file "quake/standard/godlike.mp3" -ljstats_lj_sound4_file "quake/standard/ownage.mp3" - -ljstats_lj_sound1_to_all 0 -ljstats_lj_sound2_to_all 0 -ljstats_lj_sound3_to_all 0 -ljstats_lj_sound4_to_all 1 - -sm_speedometer_method -1 -sm_speedometer_area 1 -sm_speedometer_fastest 0 - -tv_enable 1 - -exec movement_css.cfg -exec mr30.cfg - -nh_warmup 60 -nh_teamlimit 5
\ No newline at end of file |
