Advertisement
Guest User

Untitled

a guest
Apr 30th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. fps_max 121
  2. fov_desired 105
  3. viewmodel_fov 105
  4. r_fastzreject -1
  5. cl_forcepreload 1
  6. cl_disablehtmlmotd 1
  7. in_usekeyboardsampletime 0
  8.  
  9. rate 1048576
  10. cl_cmdrate 66
  11. cl_updaterate 66
  12. cl_interp 0.015
  13. cl_interp_ratio 0.3
  14. cl_smooth 1
  15. cl_smoothtime 0.05
  16. cl_timeout 1337
  17.  
  18. r_lod 2
  19. r_flex 0
  20. r_teeth 0
  21. r_eyemove 0
  22. r_eyesize 0
  23. r_rootlod 2
  24. r_eyeshift_x 0
  25. r_eyeshift_y 0
  26. r_eyeshift_z 0
  27. blink_duration 0
  28.  
  29. violence_ablood 0
  30. violence_agibs 0
  31. violence_hblood 0
  32. violence_hgibs 0
  33.  
  34. cl_show_splashes 0
  35. rope_rendersolid 0
  36. cl_wpn_sway_interp 0
  37. props_break_max_pieces 0
  38. r_renderoverlayfragment 0
  39.  
  40. alias +mfwd "-back;+forward;alias checkfwd +forward"
  41. alias +mback "-forward;+back;alias checkback +back"
  42. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
  43. alias +mright "-moveleft;+moveright;alias checkright +moveright"
  44. alias -mfwd "-forward;checkback;alias checkfwd none"
  45. alias -mback "-back;checkfwd;alias checkback none"
  46. alias -mleft "-moveleft;checkright;alias checkleft none"
  47. alias -mright "-moveright;checkleft;alias checkright none"
  48. alias checkfwd none
  49. alias checkback none
  50. alias checkleft none
  51. alias checkright none
  52. alias none ""
  53. bind w +mfwd
  54. bind s +mback
  55. bind a +mleft
  56. bind d +mright
  57.  
  58. alias +rj "spec_mode;-duck;+cr;alias checkrj +cr";
  59. alias -rj "-cr;checkduck;alias checkrj none";
  60. alias +crouch "-cr;+duck;alias checkduck +duck";
  61. alias -crouch "-duck;checkrj;alias checkduck none";
  62. alias checkduck none;
  63. alias checkrj none;
  64. alias +cr "+jump;+duck";
  65. alias -cr "-duck;-jump";
  66. alias none "";
  67. bind space +rj;
  68. bind ctrl +crouch;
  69.  
  70.  
  71. alias +netgraph "+showscores; net_graph 1"
  72. alias -netgraph "-showscores; net_graph 0"
  73. bind "tab" "+netgraph"
  74.  
  75. bind kp_ins "retry"
  76. bind q "voicemenu3; slot7"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement