Advertisement
Guest User

Untitled

a guest
May 30th, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. //ALPHA
  2. host_writeconfig
  3.  
  4. //Rates and Interpolation
  5. net_graph "0"
  6. net_graphpos "1"
  7. net_graphheight "0"
  8. cl_cmdrate "128"
  9. cl_interp "0"
  10. cl_interp_ratio "1"
  11. cl_updaterate "128"
  12. rate "128000"
  13.  
  14. //Radar [Greatly increases radar visibility]
  15. cl_radar_always_centered "0"
  16. cl_radar_icon_scale_min "0.4"
  17. cl_radar_rotate "1"
  18. cl_radar_scale "0.5"
  19. hud_scaling .88
  20.  
  21. /////// Net Graph (Makes netgraph appear while pressing Tab)
  22. alias "+ng" "+showscores; net_graph 1; net_graphpos 2"
  23. alias "-ng" "-showscores; net_graph 0"
  24. bind "TAB" "+ng"
  25. net_graphheight "0"
  26. net_graphpos "2"
  27. net_graphproportionalfont "0"
  28.  
  29. //Bindings For Practice
  30. bind "f" "noclip"
  31. bind "insert" "give weapon_hegrenade; give weapon_flashbang; give weapon_smokegrenade; give weapon_decoy"
  32. bind "mwheelup" "r_cleardecals" //clears bullet holes and blood spatter.
  33. bind "pgdn" "volume 0.01" //Lowers in game volume easily while DM'ing
  34. bind "pgup" "volume .20" //Change to your default volume
  35. alias "louderfootsteps" "snd_headphone_pan_exponent 2.0;snd_front_headphone_position 45.0;snd_rear_headphone_position 135.0;snd_setmixer PlayerFootsteps vol 0.1;snd_setmixer GlobalFootsteps vol 1.2;snd_setmixer Ambient vol 0.0;"
  36. louderfootsteps
  37. sv_noclipspeed 2
  38.  
  39. clear
  40.  
  41. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement