SRCDS Steam group


Srcds CS:S server.cfg / Start.sh
#1
I cannot seem to find an updated server.cfg or start.sh, would anybody share one with me please?

"www.cstrike-planet.com/cfgmaker?cfg=srcd" seems to be out of date.

Would really appreciate it!


Thanks!
Andre
Reply
#2
So you'd like a server.cfg and a start.sh script?

Code:
#!/bin/sh
echo "Starting BlackOut Gaming gameservers"
sleep 1
screen -A -m -d -S srcds_css1 /srcds_css/orangebox/./srcds_run (options)
screen -A -m -d -S srcds_tf21 /srcds_tf2/orangebox/./srcds_run (options)

This script uses the format srcds_base (main hldsupdatetool installation)
srcds_css
srcds_tf21
etc...
Reply
#3
Awesome! Now all i need is an updated server.cfg =D

Thanks michael_sj123!

Andre
Reply
#4
Code:
// server name
hostname ""

// rcon passsword
rcon_password ""

// Advanced RCON
sv_rcon_banpenalty 10
sv_rcon_maxfailures 10
sv_rcon_minfailures 5
sv_rcon_minfailuretime 30

// server cvars
mp_friendlyfire 0
mp_footsteps 1
mp_autoteambalance 1
mp_autokick 1
mp_flashlight 1
mp_tkpunish 1
mp_forcecamera 1
sv_alltalk 0
sv_pausable 0
sv_cheats 0
sv_consistency 1
sv_allowupload 1
sv_allowdownload 1
sv_maxspeed 320
mp_limitteams 1
mp_hostagepenalty 5
sv_voiceenable 1
mp_allowspectators 1
mp_timelimit 25
mp_chattime 5
sv_timeout 65

// round specific cvars
mp_freezetime 0
mp_roundtime 2
mp_startmoney 800
mp_c4timer 35
mp_fraglimit 0
mp_maxrounds 0
mp_winlimit 0
mp_playerid 1
mp_spawnprotectiontime 5

// bandwidth rates/settings
sv_minrate "20000"
sv_maxrate "100000"
sv_minupdaterate "30"
sv_maxupdaterate "66"
sv_mincmdrate "30"
sv_maxcmdrate "66"
sv_client_min_interp_ratio "1"
sv_client_max_interp_ratio "2"
sv_client_predict "1"
sv_client_cmdrate_difference "0"


// server logging
log off
sv_logbans 0
sv_logecho 1
sv_logfile 1
sv_log_onefile 0

// operation
sv_lan 0
sv_region 3
sv_contact

// execute ban files
exec banned_user.cfg
exec banned_ip.cfg

// other cmds
sv_enableboost 0
sv_enablebunnyhopping 0
sv_stopspeed 75

Rep me if i helped you
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)