// Shell Shock Default Server Config hostname "Shell Shock Server" rcon_password "" sv_password "" // Shell Shock Variables ss_playerspeed 260 // Default player runspeed sv_maxspeed 260 ss_shotgun_maxclip 8 // Number of bullets in a shotgun clip ss_respawn_time 0.5 // Delay before respawn time (seconds) sv_hl2mp_weapon_respawn_time 30 // Weapon/ammo/entity respawn delay (seconds) // ss_shotgun_single_damage 30 // Single barrel shotgun damage; default = 30 // ss_shotgun_double_damage 50 // Double barrel shotgun damage; default = 50 // Shell Shock Spawn Player Variables ss_gravitygun 0 // 1=players spawn with gravity gun, 0=do not ss_melee 1 // 1=players spawn with crowbar/stunstick, 0=do not ss_pistol 1 // 1=players spawn with pistol, 0=do not ss_shotgun 1 // 1=players spawn with shotgun, 0=do not ss_rpg 0 // 1=players spawn with rpg rocket, 0=do not ss_357 0 // 1=players spawn with magnum, 0=do not ss_frag 0 // 1=players spawn with frag grenade, 0=do not ss_smg 0 // 1=players spawn with smg1, 0=do not ss_ar2 0 // 1=players spawn with ar2 machine gun, 0=do not ss_crossbow 0 // 1=players spawn with crossbow, 0=do not ss_slam 0 // 1=players spawn with slam satchels, 0=do not // Multiplayer Variables decalfrequency 5 mp_chattime 8 // Scoreboard time at end of map mp_friendlyfire 0 // Friendly Fire OFF mp_timelimit 20 // Timelimit mp_fraglimit 50 // Fraglimit mp_flashlight 0 // Flashlight disabled (reduces lag) mp_footsteps 1 // Enable footstep sounds // Logging log on // enable logging mp_logfile 1 // log to separate files sv_logbans 1 // log bans // Server Settings sv_cheats 0 // disable cheats sv_gravity 550 // default gravity = 600, 550 reccommended sv_allowdownload 1 // allow clients to download maps, etc sv_allowupload 1 // allow client sprays sv_maxrate 25000 // max client rate sv_minrate 3500 // minimum client rate (below 3500 creates client warping effect) net_maxfilesize 24 // up to 24meg maps allowed // load ban files exec listip.cfg exec banned.cfg writeid writeip // Execute MANI MOD configuration (if applicable) exec mani_server.cfg