Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //# Net settings
- //# > Settings for 100T w/ 0 lerp
- cl_interp "0"
- cl_interp_ratio "0"
- cl_lagcompensation "1"
- cl_resend "1.5"
- cl_cmdrate "100"
- cl_updaterate "100"
- rate "100000"
- //# Simple Glows
- //# > Custom glows Colors
- alias GlowItem0;
- alias GlowItem1;
- alias GlowItem2;
- alias GlowItemPart0;
- alias GlowItemPart1;
- alias GlowItemRestart;
- alias GlowItemFar0;
- alias GlowItemFar1;
- alias GlowItemFar2;
- alias GlowItemFarPart0;
- alias GlowItemFarPart1;
- alias GlowItemFarRestart;
- alias survivorHurt;
- alias GlowThirdStrikeItem0;
- alias GlowThirdStrikeItem1;
- alias GlowThirdStrikeItem2;
- alias GlowThirdStrikeItemPart0;
- alias GlowThirdStrikeItemPart1;
- alias GlowThirdStrikeItemRestart;
- alias GlowIncludeBuffer;
- cl_glow_ability_r 0;
- cl_glow_ability_g 1;
- cl_glow_ability_b 1
- cl_glow_ghost_infected_r 0;
- cl_glow_ghost_infected_g 1;
- cl_glow_ghost_infected_b 0.5
- cl_glow_infected_r 0;
- cl_glow_infected_g 0;
- cl_glow_infected_b 1
- cl_glow_infected_vomit_r 0.25;
- cl_glow_infected_vomit_g 0.75;
- cl_glow_infected_vomit_b 1
- cl_glow_item_r 1;
- cl_glow_item_g 0;
- cl_glow_item_b 1
- cl_glow_item_far_r 0;
- cl_glow_item_far_g 1;
- cl_glow_item_far_b 1
- cl_glow_survivor_r 1;
- cl_glow_survivor_g 0.5;
- cl_glow_survivor_b 0
- cl_glow_survivor_health_high_r 0;
- cl_glow_survivor_health_high_g 1;
- cl_glow_survivor_health_high_b 0
- cl_glow_survivor_health_med_r 1;
- cl_glow_survivor_health_med_g 1;
- cl_glow_survivor_health_med_b 0
- cl_glow_survivor_health_low_r 1;
- cl_glow_survivor_health_low_g 0;
- cl_glow_survivor_health_low_b 0
- cl_glow_survivor_hurt_r 1;
- cl_glow_survivor_hurt_g 1;
- cl_glow_survivor_hurt_b 1
- cl_glow_survivor_vomit_r 0.25;
- cl_glow_survivor_vomit_g 0.75;
- cl_glow_survivor_vomit_b 1
- cl_glow_thirdstrike_item_r 1;
- cl_glow_thirdstrike_item_g 0;
- cl_glow_thirdstrike_item_b 1
- cl_glow_survivor_health_bleed_pulse_amount 0;
- cl_glow_survivor_health_bleed_pulse 0
- cl_glow_survivor_health_include_buffer 0
- //# Null-cancelling movement by l4dnation.com/wiki
- //# > Prevents you from pressing two opposing directions, which causes you to stop moving
- 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;"
- alias -mback "-back;checkfwd;alias checkback;"
- alias -mleft "-moveleft;checkright;alias checkleft;"
- alias -mright "-moveright;checkleft;alias checkright;"
- alias checkfwd;
- alias checkback;
- alias checkleft;
- alias checkright;
- //# Lighting & Material & Fps Settings:
- //# > More cleaner game, less shit, better lighting, minor fps boost
- r_dynamic "0"
- r_PhysPropStaticLighting "0"
- r_ambientfraction "0.2"
- r_eyemove "0"
- r_eyesize "0"
- r_eyeshift_z "0"
- r_eyeshift_y "0"
- r_eyeshift_x "0"
- r_shadowdist "200"
- r_skyboxfogfactor "0.0"
- r_cheapwaterend "9999"
- r_cheapwaterstart "0"
- dsp_slow_cpu "0"
- dsp_volume "0"
- dsp_enhance_stereo "0"
- cl_autohelp "0"
- cl_forcepreload "1"
- cl_detail_max_sway "0"
- mat_queue_report "0"
- mat_monitorgamma "1.6"
- mat_monitorgamma_tv_enabled "1"
- func_break_max_pieces "0"
- //# Custom binds
- //# > Basic binds and fov
- bind f3 "say !ready"
- bind f4 "say !unready"
- bind f5 "jointeam 1; say_team /spectate"
- bind f6 "jointeam 2"
- bind f7 "jointeam 3"
- bind b "sm_boss;say_team /bonus"
- bind n "say_team /mvp"
- bind p "record 1; stop"
- bind l "snd_restart"
- bind f11 disconnect
- bind LEFTarrow +left
- bind RIGHTarrow +right
- bind "F3" "console"
- bind "F3" "toggleconsole"
- bind g "toggle cl_viewmodelfovsurvivor 30 55 67 78 90 110 179 180"
- bind DOWNARROW "rate 100000; cl_cmdrate 100; cl_updaterate 100; cl_interp_ratio 0; cl_interp 0.0"
- bind UPARROW "rate 128000; cl_cmdrate 128; cl_updaterate 128; cl_interp_ratio -1; cl_interp 0.0"
- bind "MWHEELUP" "+jump"
- bind "MWHEELDOWN" "+jump"
- bind "SPACE" "+jump"
- clear
- echo "@Inversal"
Advertisement
Add Comment
Please, Sign In to add comment