PDA

View Full Version : Turn Killcam Off??


jaffaman
11-13-2008, 12:05 PM
Hi there how do we turn killcam off ? heres the bit where we have put it in but its not turning killcam off any idea's what i am doing wrong ?

seta sv_punkbuster 1
wait
pb_sv_enable

////////////////////////////////////
// Server Information
//
// Server Browser Name
set sv_hostname "^2-^1C^7s^4A^1-^3Tryouts" //This is the name that appears in the server browser
// "Message of the Day" -- Not sure if this even works
set g_motd "visit us at www.csa-squad.co.uk (http://www.csa-squad.co.uk)"
// Keywords (maybe a server search function?)
set sv_keywords "CsA"


////////////////////////////////////
// Passwords
//
// Server password (needed to get into the server)
set g_password "" // blank means NO password
// Private Client Slot Password
set sv_privatePassword ""
// Rconpassword
set rcon_password "" // Change this to your rcon password!

////////////////////////////////////
// Client Issues
//
// Maximum Clients
set sv_maxclients "28"
set sv_privateclients "" // These people can use the private password to get in the server
// Client's Min/Maximum Ping
set sv_minPing "0"
set sv_maxping "105"
// Client's Maximum Rate
set sv_maxRate "25000"
// Client Voting
set g_allowVote "0"
set g_voteAbstainWeight "0.5"
// Client Side Stuff -- Don't know what these do right now
set sv_clientside "0"
set sv_clientArchive "1"
set sv_clientSideBullets "1"
set sv_clientSideVehicles "1"
set g_client_side_lights "1"
// sv_pure - Keeps clients from loading files NOT on the server
set sv_pure "1"
// Disable Client access to console?
set sv_disableClientConsole "0"

////////////////////////////////////
// Server Personality Settings
//
// Kill Cam
set scr_game_allowkillcam "0" //0-off,1-on
// Automatic Team Balance
set scr_teambalance "1"
// In-Game Voice Chat
set sv_voice "1"
set voice_global "0"
set g_voiceChatTalkingDuration "500"
set voice_deadChat "0"
set sv_voiceQuality "3"
set voice_localEcho "0"
// Dead players chat with the living?
set g_deadChat "0"
// Who dead people can spectate
set scr_game_spectatetype "1"
// Gravity
set g_gravity "800"
// Base Move Speed
set g_speed "190"
// Number of dropped weapons before recycling
set g_maxDroppedWeapons "16"

////////////////////////////////////
// Server General Gameplay Settings
//
// Hardcore
set scr_hardcore "0"
// OldSchool
set scr_oldschool "0"
// Friendly Fire?
set scr_team_fftype "1"

// Red Crosshairs while over enemy? Maybe?
set g_redCrosshairs "1"
// Draw Friends
set scr_drawfriend "0"
// Revive players? Don't know what this does
set scr_player_allowrevive "1"
set g_revive "0"
set revive_time_taken "2"
// Announcer
set scr_allowannouncer "1"

////////////////////////////////////
// Player Settings
//
// Health Issues
set scr_player_healthregentime "5"
set scr_player_maxhealth "100"
// Number of lives
set scr_player_numlives "0"
// Respawn Settings
set scr_player_forcerespawn "1"
set scr_player_respawndelay "0"
set scr_player_suicidespawndelay "10"
// Sprint Settings
set scr_player_sprinttime "4"
// Suicide point loss
set scr_game_suicidepointloss "10"

////////////////////////////////////
// Server Timers
set scr_game_graceperiod "15"
set scr_intermission_time "30"
set scr_team_respawntime "0"

////////////////////////////////////
// Server Performance Issues
//
// Rate
set rate "25000"
// Antilag
set g_antilag "1"
// Smooth clients
set g_smoothClients "1"
// FPS (Server Frames per Second) -- I would leave this alone for now. MIGHT mess up gameplay if changed.
set sv_fps "20"
////////////////////////////////////
// Server Download/Redirect Settings
//
set sv_allowDownload "1"
set sv_wwwBaseURL ""
set sv_wwwDlDisconnected "0"
set sv_wwwDownload "0"

////////////////////////////////////
// Server Management/Admin
//
// Logging
set g_log "games_mp.log"
set g_logSync "1"
set logfile "2"
// Client IP Banning (yucky way to do this)
set g_banIPs ""
// Kick Ban Time
set sv_kickBanTime "300"
// TKers
set scr_teamKillPunishCount "3"
set scr_team_artilleryTeamKillPenalty "0.25"
set scr_team_kickteamkillers "0"
set set scr_team_teamkillerplaylistbanpenalty "0"
set scr_team_teamkillerplaylistbanquantum "0"
set scr_team_teamkillpointloss "1"
set scr_team_teamkillspawndelay "20"

////////////////////////////////////
// Batttle Chatter Settings
set scr_allowbattlechatter "1"
set bcmp_incoming_grenade_probability "50"
set bcmp_kill_inform_probability "50"
set bcmp_killstreak_incoming_probability "50"
set bcmp_perk_call_probability "50"
set bcmp_sniper_kill_probability "25"
set bcmp_toss_grenade_probability "50"
set bcmp_weapon_delay "2000"
set bcmp_weapon_fire_probability "90"
////////////////////////////////////
// Fire
set fire_audio_random_max_duration "1000"
set fire_audio_repeat_duration "1500"
set fire_spread_probability "0"
set fire_stage1_burn_time "3000"
set fire_stage2_burn_time "0"
set fire_stage3_burn_time "0"
set fire_world_damage "20"
set fire_world_damage_duration "8"
set fire_world_damage_rate "0.25"
////////////////////////////////////
// Flares
set flare_distance_scale "16"
set flare_duration "8"
set flare_effect_radius "400"
set flareBurnOutFadeWait "0.65"
set flareDisableEffects "0"
set flareLookAwayFadeWait "0.45"

// Map_rotation (available gametypes: dm, tdm, dom, sab, sd ctf, koth, twar)
set sv_mapRotation "gametype twar map mp_asylum gametype twar map mp_airfield gametype twar map mp_seelow gametype twar map mp_dome
gametype twar map mp_downfall gametype twar map mp_suburban gametype twar map mp_shrine
gametype twar map mp_outskirts gametype twar map mp_hangar gametype twar map mp_courtyard gametype twar map mp_castle gametype twar map mp_makin gametype twar map mp_roundhouse"

set sv_maprotationcurrent ""
wait
exec gametypes.cfg
wait
exec weapons_vehicles.cfg

MajorJohn
11-13-2008, 02:06 PM
set scr_game_allowkillcam "0"
This worked for me.

jaffaman
11-13-2008, 02:24 PM
set scr_game_allowkillcam "0"
This worked for me.
Thats what i am saying m8 i already have that in my config :confused:

MagicMan
11-13-2008, 02:27 PM
Thanks for asking and answering this one as I was here to ask the same question. :)

KraZe
11-13-2008, 05:01 PM
Worked fine for me too... Added the line, executed the cfg, and killcam was gone.

If you're on your server, check to see if the server has it set using the /rcon dvarlist scr_game_allowkillcam

jaffaman
11-13-2008, 06:49 PM
I found the problem there where 2 spaces in the map settings now sorted cheers guys :)