Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // -- Rates -- //
- rate "100000"
- cl_cmdrate "129"
- cl_updaterate "129"
- cl_interp "0.0"
- cl_interp_ratio "-1"
- cl_timeout "20"
- cl_resend "1.5"
- cl_lagcompensation "1"
- // -- Mouse -- //
- m_customaccel "0";
- m_customaccel_exponent "0";
- m_customaccel_max "0";
- m_customaccel_scale "0";
- m_mouseaccel1 "0";
- m_mouseaccel2 "0";
- m_mousespeed "0";
- m_filter "0";
- m_filter2 "0";
- m_rawinput "1";
- //Crosshair
- cl_colorblind "1"
- cl_crosshair_dynamic "0"
- cl_crosshair_thickness "0"
- //Sound
- dsp_enhance_stereo "1"
- dsp_slow_cpu "1";
- dsp_volume "0";
- mat_grain_scale_override "0";
- budget_show_history "0";
- snd_pitchquality "1";
- voice_vox "0";
- voice_threshold "1";
- //Anti-Cheat
- c_thirdpersonshoulder "0"
- //Visuals
- cl_viewmodelfovsurvivor "100"
- //Performance
- func_break_max_pieces "0"
- cl_phys_timescale "1.0"
- r_eyemove "0"
- r_eyesize "0"
- r_eyeshift_z "0"
- r_eyeshift_y "0"
- r_eyeshift_x "0"
- r_dynamic "0"
- r_PhysPropStaticLighting "0"
- r_ambientfraction "0.2"
- r_cheapwaterend "1";
- r_cheapwaterstart "1";
- r_radiosity "4"
- mat_bloom_scalefactor_scalar "0"
- mat_monitorgamma_tv_enabled "1"
- mat_monitorgamma "1.6"
- mat_viewportscale "1";
- mat_queue_mode "2";
- cl_forcepreload "1"
- cl_clearhinthistory "1";
- cl_detail_avoid_force "0";
- cl_detail_avoid_radius "0";
- cl_detail_avoid_recover_speed "0";
- cl_detail_max_sway "0";
- cl_playerspraydisable "1";
- cl_phys_timescale "1";
- snd_mixahead "0.03"
- z_wound_client_disabled "1";
- cl_ragdoll_limit "0";
- r_skyboxfogfactor "0";
- adsp_debug "0"
- budget_averages_window "0"
- budget_background_alpha "0"
- budget_history_numsamplesvisible "0"
- budget_history_range_ms "5"
- budget_peaks_window "0"
- budget_show_averages "0"
- budget_show_history "0"
- budget_show_peaks "0"
- muzzleflash_light "1"
- net_graph "1"
- net_graphproportionalfont "0"
- overview_health "1"
- overview_names "1"
- snd_duckerattacktime "0.5"
- snd_duckerreleasetime "2.5"
- snd_duckerthreshold "0.15"
- snd_ducktovolume "0.55"
- snd_pitchquality "1"
- suitvolume "0"
- texture_budget_background_alpha "999"
- texture_budget_panel_height "0"
- texture_budget_panel_width "0"
- mat_showlowresimage "1";
- //Tab = Netgraph + Scores
- bind "TAB" "+ng";
- alias "+ng" "+showscores; net_graph 1;";
- alias "-ng" "net_graph 0; -showscores;";
- net_graphheight 0
- //Move the graph closer to bottom
- net_scale "1";
- //Glow of items
- cl_glow_item_r 0.75;
- cl_glow_item_g 0.25;
- cl_glow_item_b 0.75
- cl_glow_item_far_r 0.75;
- cl_glow_item_far_g 0.25;
- cl_glow_item_far_b 0.75
- cl_glow_thirdstrike_item_r 0.00;
- cl_glow_thirdstrike_item_g 1.00;
- cl_glow_thirdstrike_item_b 1.00
- //Glow of spawning infected
- cl_glow_ghost_infected_b 1.0
- cl_glow_ghost_infected_g 0.5
- cl_glow_ghost_infected_r 0.0
- //Glow of barfed survivors (ONLY SURVIVORS VIEW)
- cl_glow_survivor_vomit_b 0.15
- cl_glow_survivor_vomit_g 1.00
- cl_glow_survivor_vomit_r 0.15
- //Glow of infected team mates (ONLY INFECTED VIEW)
- cl_glow_infected_b 0.75
- cl_glow_infected_g 0.25
- cl_glow_infected_r 0.75
- //Glow of barfed survivors (ONLY INFECTED)
- cl_glow_infected_vomit_b 0.0
- cl_glow_infected_vomit_g 0.0
- cl_glow_infected_vomit_r 1.0
- //Glow of survivors (ONLY SURVIVOR)
- cl_glow_survivor_b 1.0
- cl_glow_survivor_g 0.5
- cl_glow_survivor_r 0.0
- //Glow of Healthy survivors (ONLY INFECTED)
- cl_glow_survivor_health_high_b 0.0
- cl_glow_survivor_health_high_g 7.0
- cl_glow_survivor_health_high_r 0.0
- // Misc
- cl_predict "1"
- cl_predictweapons "1"
- cl_showpluginmessages "0"
- // Null-cancelling movement script
- bind w +mfwd
- bind s +mback
- bind a +mleft
- bind d +mright
- alias +mfwd "-back;+forward;alias checkfwd +forward"
- alias +mback "-forward;+back;alias checkback +back"
- alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
- alias +mright "-moveleft;+moveright;alias checkright +moveright"
- alias -mfwd "-forward;checkback;alias checkfwd none"
- alias -mback "-back;checkfwd;alias checkback none"
- alias -mleft "-moveleft;checkright;alias checkleft none"
- alias -mright "-moveright;checkleft;alias checkright none"
- alias checkfwd none
- alias checkback none
- alias checkleft none
- alias checkright none
- alias none ""
- alias "+melee" "slot2;+attack"
- alias "-melee" "-attack"
- bind "mouse4" "+melee"
Advertisement
Add Comment
Please, Sign In to add comment